From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW Interface for Arduino Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

ph sensor kit

I am a student who learns the LabVIEW 2014.

Using LabVIEW program, I'd like to measure the pH levels and grid graph.

So, I bought the ph sensor kit(https://www.sparkfun.com/products/10972)

I started to connect with Arduino UNO and ph sensor. and I sketched the sample code.

But, it looks like never work. Just blinking cyan and green lights.

I am a beginner so I barely know what I have to do.

I'd like some example labview codes.

Please, help me what should I do..

0 Kudos
Message 1 of 3
(4,006 Views)

The existing versions of LIFA and LINX are not compatible with the Arduino sketch supplied by Atlas scientific.  The Atlas Scientific sketch uses a second serial port on an Arduino Uno.  There is no support in LIFA or LINX to write to or read from a second Arduino serial port.  If you need to use Labview use the Continuous Serial Write and Read VI that comes with Laview to communicate with the Arduino sketch supplied by Atlas Scientific.

However, before using Labview make sure you can  use the Arduino IDE serial monitor and the Atlas Scientific sketch to read valid data from a PH sensor.

hrh212

0 Kudos
Message 2 of 3
(3,259 Views)

Have you tryed using LiNX and running the sensor in I2C mode?

0 Kudos
Message 3 of 3
(3,259 Views)