Smart Street Lighting With NodeMCU

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 34

IoT-ENABLED SMART

LIGHTING SYSTEMS FOR


SMART CITIES
INTRODUCTION
• A basic need for electricity is for lighting in public and
private residential areas. Today, approximately 10% of the
total energy distribution is consumed by public lighting.
• In a smart city, the lighting system is integrated with
advanced sensors and communication channels to obtain a
Smart Lighting System (SLS).
• The goal of an SLS is to obtain an autonomous and more
efficient lighting management system.
PROBLEM STATEMENT
• Each year, in the world, several trillion kWh are expended on
street lighting. According to the International Energy Agency,
the overall demand for public lighting will be 80% higher by
2030 than in 2005.
• On an average, 18%-38% of the total energy bill goes
towards street lighting. Another name for public lighting is
“unmetered load”.
• So a management system is needed for taking autonomous
decisions to ensure efficient power management in public
lighting is proposed.
BLOCK IR
DIAGRAM :- Sensors
NodeMCU Web
ESP8266 Page

LED
COMPONENTS

• LED lamps
• NodeMCU ESP8266
• IR Sensor
• Resistor
• Battery (Power Supply)
COMPONENTS ( Contd..)
NodeMCU ESP8266 :-
 It is an opensource IoT platform.
 It includes firmware which runs on the ESP8266 Wi-Fi SoC
 It is a Wi-Fi enabled board.
Setting up the System - Motion Detection
i) Connecting LED’s & Sensors for automatic detection of
vehicles & pedestrians
Setup the connections of the system as follows:
IR Sensor:
IR Sensor NodeMCU ESP8266
VCC 3.3V
GND GND
OUT A0

LED:

LED NodeMCU ESP8266


+ve Pin Digital Pin (D0 to D8)
-ve Pin GND

After setting up the connections, dump the code from Arduino IDE to
the NodeMCU ESP8266 board.
WiFi Connection

• An available WiFi network’s SSID and Password is provided


in the code.
• Once the code is dumped, the NodeMCU ESP8266 will get
connected to the WiFi network.
• And a localhost ip address will be displayed in the serial
monitor of Arduino IDE.
• The web page with the specified localhost will be used to know
the information about the leds.
Working:- (Sensing)

Initially, all the lamps will glow at low intensity.


The sensors will be idle and their value will be high. (at idle,
1024).
The sensors will be connected to the lamp, so the information
sensed has to be passed to the connected lamps and the lamps
will change their intensity according to the sensor value.
When any vehicle or pedestrians passes on the road, the
sensors detect the motion and the value of the sensor will be
reduced.
Thereby the intensity of lamps are increased to the maximum.
The details about the intensity of the led’s will be displayed in
the web page.
Thus once a vehicle passes on the road, all the lamps nearby
will glow brightly.
Working:- (Fault Detection)

If any LED lamp is not glowing, the sensor will detect it.
This fault of the specific damaged lamp will be passed to the
admin via the WiFi interfaced using NodeMCU ESP8266
module.
The fault message will be displayed in the web page and the
respective admin will take necessary action to repair them.
Power Calculation :-
Let us calculate the power consumption on an average for just 50 street lights in the
existing conventional street lighting system and also in the for our proposed smart
lighting system.

For Existing System,


On an average, the power of an LED street light = 20 watts
Total power consumed per day(17:30 to 06:30) = 20 x 13 = 260 Wh
Total power consumed per month (30 days) = 260 x 30 = 7.8 kWh
Total power consumed for 50 street lights in a month = 7.8 x 50 = 390 kWh
Total power consumed for 50 street lights in a year = 4680 kWh
Power Calculation (Contd..)
Let us assume that , the LED’s will glow brightly during the peak hours ie., from
18:00(6:00pm) to 21:00(09:00pm). On this assumption the light will change it’s
intensity to high for a minimum of 150 times per hour(totally 450 times approx.).
For Proposed System,
On an average, the power of an LED street light = 20 watts
Total power consumed per day (approx. will be bright for 7 hours
[18:00 – 21:00, 5:00 – 6:00]) = 20 x 6 = 120 Wh
Total power consumed including dimmer time = 120 + 40 = 160 Wh
Total power consumed per month (30 days) = 160 x 30 = 4.8 kWh
Total power consumed for 50 street lights in a month = 4.8 x 50 = 240 kWh
Total power consumed for 50 street lights in a year = 2880 kWh

Power units that can be saved = 4680 – 2880 = 1800 kWh (approx.)
Average power conservation rate = 38.46%
STREET LIGHT - POWER
CONSUMPTION
SOCIETAL IMPACT

• Implementation of SLS in the smart city can reduce power


consumption in indoor and outdoor scenarios significantly.
• Use of different sensors such as light sensor, motion sensor,
etc. in SLS provides flexibility in controlling the light
intensity of LUs which eventually leads to lower energy
usage in lighting systems.
• Power consumption can be reduced as high as 38.46% than
the conventional lighting system.
Code Snippet Snaps:-
Code Snippet Snaps (contd..)
Code Snippet Snaps (contd..)
Output – Serial Monitor of Arduino IDE
Establishment of Wi-Fi Connection
Prototype Snaps

The LED is glowing with


lower intensity when no
objects are detected. And
the status of the led is
shown in the web page as
“Glowing dim” connected
to WiFi Network via
ESP8266 module.

The LED is glowing with


higher intensity when an
object is detected. And
the status of the led is
shown in the web page
as “Glowing Brightly”
connected to WiFi
Network via ESP8266
module.
Clip of the Prototype’s working:
Literature Survey
1) IoT –Enabled Smart Lighting System for Smart Cities
Amit Kumar Sikder, Abbas Acar, Hidayet Aksu, A. Selcuk Uluagac, Kemal Akkaya,
Mauro Conti - 2018 IEEE 8th Annual Computing and Communication Workshop and
Conference (CCWC),pp. 1-7, 27 February 2018

COMPONENTS EXPERIMENTAL
OBJECTIVE MERITS DE-MERITS
USED RESULTS
To obtain an CC:Control Improved Environment  Automatic
autonomous Center detection Friendly Street
and more LCU:Local Efficient power Insects don’t Lighting
efficient Control Unit management like LED lights System
lighting LU:Lamp Unit Reduces power Higher light requires
management in SiLS:PLC, up to 33.33% output and less higher
smart city DALI glare initial
environment SoLS: JenNet-IP Reduced man investment
and in Long Range power .
developing Communication(W Faults can be
environment. iFi,Ethernet,GPRS, easily detected
WiMax,3/4G) SLS Can
enable smart
weather
systems
2) Arduino Based Auto Street Light Intensity Controller
Monika Vaghela, Harshil Shah, Hardik Jayswal, Hitesh Patel
Inventi Journals (P) Ltd,Published on Web 13/05/2017

COMPONENTS EXPERIMENTAL
OBJECTIVE MERITS DE-MERITS
USED RESULTS

Wastage of High LED’s Primary cost  Hardware


unused  Arduino glows whenever and fault
electricity can UNO it detects motion maintenance correction
be reduced IR obstacle Decreases street cost can be will be more
Leads to new avoidance lighting cost up decreased complex.
methods of Sensor to 70% easily
energy and LDR Controls the Easily
money savings Resistors light’s intensity implemented in
Calculate the street lights,
total number of home
vehicles passed automation,
through the road Malls,industrie
and reduce s,Universities
criminal and airports
activities Increases the
durability of
the equipment
3)Intelligent Street Light Monitoring and Control using
Micro Controller
R. Sathish Kumar Vol.1, Issue.1, December 2016 IJECRT- International
Journal of Engineering Computational Research and Technology

COMPONENTS EXPERIMENTAL
OBJECTIVE MERITS DE-MERITS
USED RESULTS

Lamps are IR Sensors Saves power up Highly Internet


controlled via LDR to 80.8% for the sensitive facilities should
WiFi RTC outdoor street Efficient lamp be made
It offers a ESP8266EX environment management available at all
complete and Microcontrolle More Safety time.
self contained r parameters are
WiFi implemented on
networking highways
solution Can access the
sensor data from
any where in the
world.
4) Smart Street Lights Using IoT
Lakshmana Phaneendra Maguluri,Yaswanth Sri Venkatesh Saropalli, Lokesh
Kumar Nakkala, Venkat Tallari Published on 2017 IEEE

COMPONENTS EXPERIMENTAL
OBJECTIVE MERITS DE-MERITS
USED RESULTS

To save  Solar panel  The system is  Usage of  High


electricity in  Rechargeable controlled by solar energy installation
cities by using battery arduino board reduces power and
solar energy for  Photovoltaic, to make consumption. maintenance
smart light. PIR sensor efficient use of  Rechargeable cost.
electric power battery  Sometimes
and saves the there may be
power lack of solar
prominently energy
due to the (during
usage of solar rainy/winter
energy. seasons)
5)Smart Street Lights
Deepak K Srivatsa, Preethi B, Parinitha R, Sumana G, A. Kumar

COMPONENTS EXPERIMENTAL
OBJECTIVE MERITS DE-MERITS
USED RESULTS

To optimize Ambient light Detects the Intensity of High initial


the problem of intensity movement of the the street lights price
power Laser Gates – road and increase can be High
consumption Laser source and the intensity of controlled maintenance
and Receiver that lights when there Instead of charge due to
illumination of uses is movement and LASER gates, the usage of
the streets, late Phototransistor reduces the CCTV Laser.
in the night. LED array intensity after the cameras can
consists of movement has also be
LED,MUX and passed. included
NAND gates. Security
surveillance
can also be
increased.
6)IoT Based Smart Street Light Management System
Fathima Dheena P, Greema S Raj ,Gopika Dutt, Vinila Jinny S Proceedings
of 2017 IEEE International Conference on Circuits and Systems (ICCS2017)

COMPONENTS EXPERIMENTAL
OBJECTIVE MERITS DE-MERITS
USED RESULTS

To automate LDR Relays It is helpful in Eliminates the Initial cost


the street lights LED getting the CO2 emissions is high
to increase the Micro accurate and light Maintenance
productivity Controller temperature and pollution cost is also high.
and accuracy of Smoke sensor humidity More user-
the system in a Light sensor condition of a friendly
cost effective Noise sensor specific area. Reduces
manner and Arduino Nano energy
also permits Temperature consumption.
wireless Humidity
accessibility sensor
and control
over the system.
7)A Smart Street Lighting Control System for Optimization
of Energy Consumption and Lamp Life
Mohsen Mahoor, Tooraj Abbasian Najafaabadi, Farzad Rajaei Salmasi The 22nd
Iranian Conference on Electrical Engineering (ICEE 2014), May 20-22, 2014

COMPONENTS EXPERIMENTA
OBJECTIVE MERITS DE-MERITS
USED L RESULTS
To design a PLC-Power The total energy Simplicity More
smart street Line consumption is Energy expensive
lighting control Communication decreased by consumption is They often
system based Monitoring and 20% and average reduced break.
on LonWorks Management lamp life is Maintenance
Power Software increased by cost is reduced
Line Internet 100% in 12 Greenhouse
Communicatio Protocol working hours. gas emission is
n Segment reduced.
Technology. Controller
Outdoor
Lighting
Controller.
8)A Real Time Street Lighting Control System
Seher Yusnieva Kadirova, Daniel Ivanov Kajtsanov 2017 – 15th International
Conference on Electrical Machines,Drives and Power Systems(ELMA)

COMPONENTS EXPERIMENTAL
OBJECTIVE MERITS DE-MERITS
USED RESULTS

To eliminate the GPS This device daily Reduced  Use of GPS


disadvantage of Control takes actual data service cost requires
the existing System from the GPS for Avoidance of more high
system by LED correct type error cost.
taking date and RTC-Real performance as Powerful web  Requires
time from the Time Clock well as based software installation
GPS, as it also Autotransform synchronizes the with GPS cost.
gives er time of the RTC mapping
information clock every day. Highly
about the reliable.
position of the
system.
9) Energy Efficient Smart Street Light
Ravikishore Kodali and Subbachary Yerroju Published on 2017 IEEE

COMPONENTS EXPERIMENTAL
OBJECTIVE MERITS DE-MERITS
USED RESULTS

To overcome the LDR  The system Automatic  The setting


wastage Ultrasonic depends on switching of up of the
problems in the Sensor the ambient street lights system with
existing system WiFi module – light Maintenance OTA is more
by designing an ESP8266 conditions for cost reduction complex.
intelligent Arduino IDE the street light Energy saving
automatic light OTA working. Reduction in
with the help of framework  The OTA man power
energy efficient framework is
IoT framework. a WiFi boot
loader for
updations.
10) Automation of Street Light for Smart City
Revathy.M, Ramya.S, Sathiyavathi.R, B.Bharathi and V. Maria Anu International
Conference on Communication and Signal Processing, April 6-8, 2017, India

COMPONENTS EXPERIMENTAL
OBJECTIVE MERITS DE-MERITS
USED RESULTS

To provide an LDR  The intensity Eases fault  LDR sensors


intelligent LED of lamp will detection and can detect
street light Microcontroller be low until maintenance. only vehicles
system which GSM (Global any vehicle Efficient in with
reduces System for approaches. terms of headlight,
maintenance Mobile  The GSM installation and making less
cost and Communication) module is to extension efficient for
improves life communicate Communicatio pedestrians
span of the the fault to the n module is and bicycle
street lighting number user-friendly. riders.
system. registered.
REFERENCES
1. Amit Kumar Sikder, Abbas Acar, Hidayet Aksu, A. Selcuk Uluagac,
Kemal Akkaya, Mauro Conti, “IoT-enabled Smart Lighting Systems for Smart
Cities.”, 2018 IEEE 8th Annual Computing and Communication Workshop and
Conference (CCWC), 27 February 2018.
2. Yusaku Fujii, Noriaki Yoshiura, Akihiro Takita, Naoya Ohta, “Smart street light
system with energy saving function based on the sensor network” , Proceedings of
the fourth international conference on Future energy systems.
3. Deepak K. Srivatsa ; B. Preethi ; R. Parinitha ; G. Sumana ; A. Kumar, “Smart
Street Light”, Published in 4-6 April 2013 Texas Instruments India Educators'
Conference, Bangalore, India.
4. Monika Vaghela, Harshil Shah, Hardik Jayswal, Hitesh Patel , “Arduino Based
Auto Street Light Intensity Controller” , published in Inventi Journals (P)
Ltd,Published on Web 13/05/2017.
5. R. Sathish Kumar, “Intelligent Street Light Monitoring and Control using Micro
Controller”, published on December 2016 IJECRT- International Journal of
Engineering Computational Research and Technology, Vol.1,Issue.1
6. Lakshmana Phaneendra Maguluri,Yaswanth Sri Venkatesh Saropalli, Lokesh Kumar
Nakkala, Venkat Tallari “Smart Street Lights Using IoT”, published on 2017 IEEE.
REFERENCES (Contd..)
7. Fathima Dheena P, Greema S Raj ,Gopika Dutt, Vinila Jinny S, “IoT Based Smart Street
Light Management System”, Proceedings of 2017 IEEE International Conference on
Circuits and Systems (ICCS2017).
8. Mohsen Mahoor, Tooraj Abbasian Najafaabadi, Farzad Rajaei Salmasi, “A Smart Street
Lighting Control System for Optimization of Energy Consumption and Lamp Life”,
The 22nd Iranian Conference on Electrical Engineering (ICEE 2014), May 20-22, 2014.
9. Seher Yusnieva Kadirova, Daniel Ivanov Kajtsanov, “A Real Time Street Lighting
Control System” , 2017 – 15th International Conference on Electrical Machines,Drives and
Power Systems(ELMA).
10. Ravikishore Kodali and Subbachary Yerroju, “Energy Efficient Smart Street Light”,
Published on 2017 IEEE.
11. Revathy.M, Ramya.S, Sathiyavathi.R, B.Bharathi and V. Maria Anu, “ Automation of
Street Light for Smart City” , International Conference on Communication and Signal
Processing, April 6-8, 2017, India.
12.http://renox.in/1/A?Title=Street%20Lights%20%7C%20Lamda%20Street%20Lighting%20
Cost%20Bangalore&P=LED%20Street%20Lights%20Stockists&S=in&A=India
THANK YOU

You might also like