Lightify is a Smart Indoor Light Control & Automation System designed to transform any indoor space into an intelligent, automated environment. Our system offers motion-based lighting activation, zone-specific lighting control, and app-based management, providing convenience, energy efficiency, and modern automation.
The project involves developing an embedded system that integrates smart lighting solutions with IoT technology. Key features include:
- Motion-based lighting activation to save energy.
- Zone-specific lighting control for customized lighting environments.
- App-based control for ease of access and management.
This repository contains all necessary files and documentation related to the project.
- E/20/262: Tharindu Lakshan ([email protected])
- E/20/266: Pradeep Nilupul ([email protected])
- E/20/449: Sandaru Wijewardhana ([email protected])
- E/20/288: Chalaka Perera ([email protected])
The system comprises three main components:
- Control Unit: ESP32 and AC dimmer circuit for light control.
- Central Hub: Manages communication and overall control.
- Sensor Unit: Includes humidity, radar, and ambient light sensors.
- Control Unit:
- ESP32 = LKR 1200
- 4-channel AC dimmer circuit = LKR 1000
- Central Hub:
- ESP32 and other components = LKR 3000
- Sensor Unit:
- Humidity Sensor = LKR 500
- RD-03D mm wave radar sensor = LKR 1250
- VEML7700 Ambient light sensor = LKR 1200
Total cost per unit: LKR 8150
This project is part of the Embedded Systems module at the Department of Computer Engineering, University of Peradeniya.
{
"title": "This is the title of the project",
"team": [
{
"name": "Team Member Name 1",
"email": "[email protected]",
"eNumber": "E/yy/xxx"
},
{
"name": "Team Member Name 2",
"email": "[email protected]",
"eNumber": "E/yy/xxx"
},
{
"name": "Team Member Name 3",
"email": "[email protected]",
"eNumber": "E/yy/xxx"
}
],
"supervisors": [
{
"name": "Dr. Supervisor 1",
"email": "[email protected]"
},
{
"name": "Supervisor 2",
"email": "[email protected]"
}
],
"tags": ["Web", "Embedded Systems"]
}
Once you filled this index.json file, please verify the syntax is correct. (You can use this tool).
A custom theme integrated with this GitHub Page, which is based on github.com/cepdnaclk/eYY-project-theme. If you like to remove this default theme, you can remove the file, docs/_config.yml and use HTML based website.