Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jubayer98/smart-street-lighting-system-pic-microcontroller-16f676
The project focuses on developing a smart street light system that activates lights as needed and turns them off when they are not required.
https://github.com/jubayer98/smart-street-lighting-system-pic-microcontroller-16f676
low-level-programming microcontroller
Last synced: 20 days ago
JSON representation
The project focuses on developing a smart street light system that activates lights as needed and turns them off when they are not required.
- Host: GitHub
- URL: https://github.com/jubayer98/smart-street-lighting-system-pic-microcontroller-16f676
- Owner: jubayer98
- License: mit
- Created: 2018-05-20T10:45:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-03T10:24:54.000Z (6 months ago)
- Last Synced: 2024-11-12T17:08:13.578Z (3 months ago)
- Topics: low-level-programming, microcontroller
- Language: Assembly
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Smart Street Lighting System Using PIC Microcontroller 16F676
## Overview
The goal of this project is to develop a smart street lighting system that enhances energy efficiency by activating street lamps only when necessary. This system aims to significantly reduce the unnecessary consumption of electricity that occurs with traditional street lighting methods.
## System Components
- **LED Light:** Provides efficient lighting and has a longer lifespan compared to traditional bulbs.
- **Motion Sensor:** Detects movement of pedestrians and vehicles, triggering the lights to turn on and off.
- **PIC Microcontroller 16F676:** Acts as the central controller, processing inputs from the motion sensor and managing the LED light accordingly.
- **Short-distance Communication Network:** Allows street lamps to communicate with each other, enhancing the responsiveness of the lighting system.## How It Works
1. **Detection:** The motion sensors installed along the street detect the presence of vehicles and pedestrians.
2. **Activation:** Upon detection, a signal is sent to the PIC microcontroller, which then activates the LED lights ahead of the approaching vehicle or pedestrian, ensuring the path is well-lit by the time they arrive.
3. **Deactivation:** As the vehicle or pedestrian passes, the lights behind them are turned off or dimmed to conserve energy, thanks to the feedback from the motion sensors communicated via the microcontroller.
4. **Communication:** The short-distance network between street lamps ensures that lighting is efficient and continuous, with the system anticipating the direction and speed of the moving objects to keep the lights on just ahead of them.## Advantages
- **Energy Efficiency:** Significantly reduces energy consumption by ensuring that lights are on only when necessary.
- **Cost-Effective:** Lower energy usage translates to reduced operational costs for municipal services.
- **Environmentally Friendly:** Reduces the carbon footprint associated with energy waste.
- **Enhanced Safety:** Improves visibility for drivers and pedestrians, adapting to real-time conditions.## Challenges and Future Prospects
- **Implementation Cost:** Initial setup, including the installation of motion sensors and communication networks, might be high.
- **Maintenance:** Requires regular maintenance to ensure sensors and controllers are functioning correctly.
- **Technology Adoption:** Integrating new technologies with existing infrastructure can be challenging.The project aims to refine these systems further to enhance their reliability and reduce costs. Future enhancements could include more advanced sensors, better network capabilities, and integration with smart city platforms to allow for more centralized control and data analysis.
By addressing these challenges, the smart street lighting system can be optimized for widespread use, potentially revolutionizing public space illumination while saving energy and reducing costs. This system represents a significant step forward in urban infrastructure management and environmental conservation.