กลับไปหน้ารวมไฟล์
smart-street-light-6ad038.md

SMART STREET LIGHT

ONCE WHEN I WAS SITTING IN THE BALCONY I OBSERVED THE STREETLIGHTS OFF WHEN IT WAS DARK AND FROM THIS I GOT AN IDEA OF MAKING AN AUTOMATIC STREETLIGHT.

YOU CAN EVEN SEE MY YouTube VIDEO TO MAKE IT :-

THE PROCEDURES ARE GIVEN BELOW :-


🛠️ เจาะลึกเบื้องหลังการทำงาน (Deep Dive / Technical Analysis)

The Smart Street Light project replicates modern city infrastructure. Traditional street lights burn massive amounts of coal by staying on at 100% brightness all night. This project proposes a smart, energy-saving solution using LDRs and IR sensors.

The Dual-Sensor Logic

  1. Ambient Light (LDR): During the day, the Photoresistor (LDR) tells the Arduino to keep the street light entirely OFF. As evening falls, the light turns on at a dim 20% brightness (using PWM).
  2. Proximity (IR Sensor): An Infrared obstacle sensor is mounted at the base of the light pole.
  3. The Boost: When a pedestrian or car passes the pole, the IR sensor triggers the Arduino to boost the LED brightness to 100% for 10 seconds, before returning to 20%.

Hardware Requirements

  • Arduino Uno/Nano: To process the logic.
  • Photoresistor (LDR): To detect Day/Night cycles.
  • IR Obstacle Sensor: To detect passing traffic.
  • High-Power White LEDs: The street lamps.

Why Build This?

This project is a perfect demonstration of IoT for Smart Cities. It teaches you how to combine two different sensor inputs (if (NightTime && ObjectDetected)) to create highly efficient, logic-gated automation systems.

ข้อมูล Frontmatter ดั้งเดิม

title: "Smart Street Light"
description: "A smart street light system that automatically turns the led on when it gets dark."
author: "angadiameya007"
category: ""
tags:
  - "lights"
  - "smart appliances"
  - "human welfare"
views: 67120
likes: 3
price: 699
difficulty: "Easy"
components:
  - "1x Breadboard (generic)"
  - "1x Resistor 10k ohm"
  - "1x LDR, 5 Mohm"
  - "1x Jumper wires (generic)"
  - "1x High Brightness LED, White"
  - "1x Arduino UNO"
tools: []
apps:
  - "1x Arduino IDE"
downloadableFiles:
  - "https://projects.arduinocontent.cc/06c88d3d-902e-4ac5-bc8a-88ef3c34a459.ino"
  - "https://projects.arduinocontent.cc/06c88d3d-902e-4ac5-bc8a-88ef3c34a459.ino"
documentationLinks: []
passwordHash: "10021247b4d1406fcd706e83ba841249fedcb9422f2988ae0bd3991dbc52b693"
encryptedPayload: "U2FsdGVkX1+6AB2VkOdaN8DnVU401uJJmlSnSX0OJeDBLpEoCVBs66CPW0eabyxPiJpHciSCpPdMLbMUugnD1WkUozwDvDbaR6v4O2HV+OpgGqariiu5chrdv4txaONsLEeVk6UQ3diG5wYHlaj9YGTI3+1AOEHcW3n09RjJy7Js64HnqpGyAhUbYA2fMs8HuhwW9D6JwLzsKAp/ctLLcDYjtAgK2kdpyYYqVFDkkgz1YgPoO6qvy1nuuid6fDXMzGCA+xPgUbk7LfeB+LrIKA=="
seoDescription: "Smart Street Light system that automatically turns on LED when dark. Efficient lighting automation."
videoLinks:
  - "https://www.youtube.com/embed/f61HbTe9zgc"
heroImage: "https://cdn.jsdelivr.net/gh/bigboxthailand/arduino-assets@main/images/projects/smart-street-light-6ad038_cover.jpg"
lang: "en"