Actualités

USING AN LDR SENSOR WITH ARDUINO. Contribute to scorpHQ/LDR-and-Arduino development by creating an account on GitHub.
Working of LDR controlled LED using Arduino As per the circuit diagram, we have made a voltage divider circuit using LDR and 100k resistor. The voltage divider output is feed to the analog pin of the ...
/* *How to operate LDR using Arduino uno (with analog input) *This code discribes that how an Light dependent resistor can be operated with analog input using Arduino Uno.