Arduino – AnalogRead with Light-Sensor
Continuing from my previous post on sensors, in this post, I will write about how to do analog-read from Arduino. We will use a photo-cell (also called photo-resistor, LDR etc) for our demo purposes. The photo cell detects the light level, We will use it to measure light intensity using an Analog Input (Arduino) and … Read more