Components and supplies
Breadboard (generic)
Resistor 10k ohm
LDR, 5 Mohm
Jumper wires (generic)
High Brightness LED, White
Arduino UNO
Apps and platforms
Arduino IDE
Project description
Code
AUTO_ON_STREET_LIGHT
arduino
AUTO_ON_STREET_LIGHT
arduino
Downloadable files
SMART STREET LIGHT
SMART STREET LIGHT
Comments
Only logged in users can leave comments
Anonymous user
2 years ago
hi am a Student of MSC IT . i want to make a smallest project for final year project . please help and guide me
Anonymous user
4 years ago
hi am a Student of MSC IT . i want to make a smallest project for final year project . please help and guide me
Anonymous user
5 years ago
wat?
szczepionka
8 months ago
In my opinion its too compicated i did my own code and it was way simpler. void setup() { Serial.begin(9600); pinMode(A0, INPUT); pinMode(3, OUTPUT); } void loop() { digitalWrite(3, LOW); while (analogRead(0)<=700); { digitalWrite(3, HIGH); }