Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

💡 Smart Lighting System

C++ Arduino IoT Status


📌 Overview

The Smart Lighting System automatically controls lights based on ambient light intensity (LDR sensor) and motion detection (PIR sensor).
It improves energy efficiency by switching lights ON only when necessary and OFF when not in use.


⚡ Features

  • Automatic ON/OFF using LDR + PIR
  • Low-cost & easy to replicate
  • Can be extended with IoT for remote control

📂 Repo Structure

Project-1-Smart-Lighting-System/
┣ 📂 code/
┃ ┗ smart_lighting.ino
┣ 📂 schematics/
┃ ┗ smart-lighting-circuit.png
┣ 📂 docs/
┃ ┗ system-flowchart.png
┣ 📂 assets/
┃ ┣ demo.gif
┃ ┗ prototype.jpg
┣ 📜 BOM.md
┗ 📜 README.md