Smart Street Light

A smart street light system that automatically turns the led on when it gets dark.

Jul 8, 2020

41791 views

3 respects

Immagine

Components and supplies

1

Breadboard (generic)

1

Resistor 10k ohm

1

LDR, 5 Mohm

1

Jumper wires (generic)

1

High Brightness LED, White

1

Arduino UNO

Apps and platforms

1

Arduino IDE

Project description

Code

AUTO_ON_STREET_LIGHT

arduino

AUTO_ON_STREET_LIGHT

arduino

Downloadable files

SMART STREET LIGHT

SMART STREET LIGHT

Immagine

Comments

Only logged in users can leave comments

Immagine
Immagine

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); }

Immagine
Immagine

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

Immagine
Immagine

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

Immagine
Immagine

Anonymous user

5 years ago

wat?