Final

Download as pdf or txt
Download as pdf or txt
You are on page 1of 13

Government Polytechnic Gondia

Course: Capstone Project (Sem V)


Project Title
IOT base Smart Light system

Presented By- Group 7

Enrolment no. Name


1. 2112420265 VAISHNAVI MACHHIRKE
2. 2112420240 PRATIMA DONGARWAR
3. 2112420251 AJINKYA KAWALE
4. 2112420268 DIKSHA JAGANE
Guided by: B.M. mesharam mam
5. 2112420272 KAMINI GUATUM
6. 2112420269 RITIK DHODHARMAL
Content

• Introduction of project
• Tools and Technology used
• Component
• Bloke Diagram
• Advantages
• Actual model images
Introduction of project
• “Our project is the ‘Automation Light System’ that
utilizes Arduino and Boluthuth control with IoT
(Internet of Things) technology. This system
enables the automated and remote control of
lighting, making labs lighting smart and energy-
efficient. It easily connects to the college Wi-Fi
network and can be controlled via a mobile device
or computer. This results in energy savings and
contributes to making smarter light”
Tool and Technology

1.) IoT:
• The IoT integration allows your smart light system to connect
to the internet, enabling remote control and monitoring.
• Using IoT, you can control the lights from anywhere using a
Smartphone or computer.
• The system can also gather data from sensors to optimize
lighting based on factors like occupancy or ambient light levels.
2.) Bluetooth
• Bluetooth enable direct, short-range wireless communication between
your smart light system and devices like smart phones or tablets.
Through Bluetooth, users can easily control the lights in the vicinity without
the need for an internet connection.
Bluetooth can also be used for configuration and setup of the smart light
system, providing a user-friendly interface for customization.
Programming languages

• In this project, we are using the embedded C language to program the ATmega328P
microcontroller. The role of embedded C is to provide instructions and commands to
the microcontroller, telling it how to interact with other components, such as the
Bluetooth module and relay module, and how to control the lights based on input
received from the user. Embedded C allows us to write efficient code that runs
directly on the microcontroller, making it suitable for embedded systems like this
smart light project.
component
1.0 atmega328p

• In this project, you are using the ATmega328P microcontroller. Its


main role is to serve as the "brain" of your smart light system,
controlling the operation of the system based on inputs from
sensors and commands received via Bluetooth or IoT. The
ATmega328P handles tasks such as turning the lights on or off,
adjusting brightness, and implementing any scheduling or
automation features you have designed. It also manages the
communication with other components of the system, such as
sensors, Bluetooth modules, and IoT devices, ensuring they work
together seamlessly to provide the desired functionality for your
smart light system.
2.0 Ardiuno
• In this project, the Arduino
board serves as the platform for
programming and controlling the
ATmega328P microcontroller. It
provides the necessary hardware
interface for connecting
components like sensors and
Bluetooth modules, and it
facilitates the overall operation of
the smart light system.
3.0 Bluetooth module hc-05
• Bluetooth module HC-05 or HC-06 is used in the project to
enable wireless communication between the smart light
system and external devices such as smart phones or
tablets. In this project, the Bluetooth module allows users
to control the lights remotely using a mobile app or other
Bluetooth-enabled device. The module receives
commands from the user's device and sends them to the
microcontroller (ATmega328P), which then processes the
commands to control the lights accordingly. This wireless
functionality adds convenience and flexibility to the smart
light system, allowing users to control the lights from a
distance without the need for physical switches or wiring.
4.0 Relay Module
In this project, the relay module is used to control
the actual power supply to the lights. A relay is an
electromechanical switch that can be controlled by a
low-voltage signal (from the microcontroller) to
switch a much higher voltage or current to the
lights.
The relay module is connected to the ATmega328P
microcontroller and is used to turn the lights on or
off based on the commands received from the
Bluetooth module or other control mechanisms.
When the microcontroller sends a signal to the relay
module, it activates the relay, which then switches
the power supply to the lights on or off, depending
on the desired action.
Bloke Diagram
Advantages

1.Convenience: You can control the lights wirelessly


from your smartphone or computer, making it easy to
adjust the lighting without having to be near the
switches.
2.Energy Efficiency: IoT technology can help
optimize energy usage by dimming or turning off lights
when not needed, saving electricity.
Actual model

You might also like