LabVIEW Interface for Arduino Discussions

cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

Can you help me with a light sensor?

I need to make a light sensor  using labview and Arduino ,

as I can do to make it graph


0 Kudos
Message 1 of 4
(4,357 Views)

Podrƭas usar un LDR, con su arreglo correspondiente, y leer las variaciones a travƩs de uno de los puertos anƔlogos de tu Arduino. DespuƩs envƭas las lecturas a LabView y las graficas . Saludos.

--

You could use a LDR and read the meassures using the Arduino's analog port. Then, send the data to LabView to graph the values.

0 Kudos
Message 2 of 4
(3,792 Views)

Here is a link to web page showing how to measure light levels using  a LDR.

<https://learn.adafruit.com/photocells/using-a-photocell>

For this measurement use LINX.  The LINX example "Analog Read Example (serial Interface)" will plot its input signal as a function of time.

hrh212

0 Kudos
Message 3 of 4
(3,792 Views)

use a photocell and try using a resistor to control the voltage. then use the anolog read values to make an array and the draw the graph using graph function.

good luck.

0 Kudos
Message 4 of 4
(3,792 Views)