SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1064
SMART STREET LIGHTING Using IOT
Sakshi Dhoke1, Sharda Jadhav2, Mayuri Jasturkar3, Meghal Baile4, Archana Wankhade5
1,2,3,4 Students, Department of Information Technology, GCE Amravati, Maharashtra 444604, India
5Asst.Prof. Department of Information Technology GCE Amravati, Maharashtra 444604, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract – This paper addresses the objective of providing
an "IoT-based automatic street lighting system" during the
night. Street lighting is an essential part of all cities and
highways, helping to prevent accidentsand unwantedtheftsor
robberies. Thousands of street lights are installed along
highways and main roads. But the main problem is that these
street lights consume about 25-30% ofthetotalenergy usedin
the city. A simple and effective solution would be dimming the
off-peak lights. Whenever a presence is detected, the lights
around it turns on in normal (bright) mode. This would save a
lot of energy and also reduce the cost of running public
lighting. We can check the status of the street lights on the
Internet using IoT (Internet of things) from anywhere in real
time and solve problems if they occur during processing.
Key Words: Internet of Things, Embedded Systems
Programming, PIR, Arduino UNO, Smart Street Lights.
1. INTRODUCTION
Street lighting is an integral part of any development site.
They are present on all major roads aswell asinthesuburbs.
The street lights are powered from sunset to sunrise every
day at full power, even when no one is around. Globally,
millions of dollars are spent on these street lights every day
to provide the required electricity. The maintenance and
replacement costs of conventional light bulbsarehuge.They
use a lot of electricity to function and their heat emissions
are also quite high. All of this contributes to greater demand
for electricity generation and, consequently, greater carbon
dioxide emissions from power plants. Along with
unnecessary light pollution, this practice also damages our
planet. This system is very easy to implement, the key
components of this project are LDR, IR Sensor, Arduino
Board and LED. The Arduino board is the brain of this
project that controls the entire system. The IR sensor actsas
the eye of this project to detect the presence of vehicles or
people on the road and the LDR senses the presence or
absence of sunlight and the LEDs represent the street lights.
During the day, the system detects LDR sunlight and turns
off the street lighting (LED). When the system detects
darkness (in the evenings), it turnsonthestreetlights(LED).
When the street lamp is turned on, if the system does not
detect any vehicles or people moving on the road using the
IR sensor, it will turn on the low-intensity lights. When the
system detects the movement of vehiclesorpeopleusingthe
IR sensor, it turns on the street lights with high intensity.
1.1 EXISTING SURVEY
There already exists many ideasabouttheSmartStreetLight
Systems.
S. Suganya et al. designed a street light beam todetectvehicle
movement using the isa sensor system, which uses the latest
technology forlight sources suchasLEDlamps.Itisalsoused
to automatically control street light switching based on light
intensity to develop dynamic flow-based control statistics
using infrared detection technology and maintain wireless
communication between the street light pole and the control
terminal using the ZigBee Wireless protocol.Italsocombines
various technologies: timer, operatingcurrent size statistics,
photodiodes, LEDs, power transistors.
K. Santha et al conducted a survey on vehicle movement-
based street lighting system. The system works in automatic
mode, which regulates the street lighting according to the
brightness and dimming algorithm and light intensity.
Regulation can be madeaccording to seasonalfluctuations.It
is equipped with a time-off functionandanautomaticcontrol
pattern to save electricity. The entire project was
implemented using a PIC microcontroller. He designed an
automatic remote-control systemforpubliclightingbasedon
ZigBee. The system is designed with the help of ZigBee
modules that help in detecting faulty lights and controlling
the light. It also discusses an intelligent system that
automatically decides on/off/dimming based on vehicle or
pedestrian movement as well as the surrounding
environment. The PIR motion sensor is used to detect the
movement of living and non-living things.
In 2015, M. Abhishek et al implemented a traffic flow-based
street lighting control system design with efficient use of
solar energy. For street lighting, they used a renewable
source of energy, i.e., solarenergy.Theyalsoused8052series
microcontrollers and is developed by replacing normal LED
bulbs, thanks to which energy consumption is reduced by 3
times. On both sides of the road, there are sensors thatdetect
the movement of the vehicle and send commands to the
microcontroller to turn the lights on and off. Here, all street
lights remain off and only come on when it detects vehicle
movement. Therefore, because of the microcontroller,evenif
it is night, the lights are on or off.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1065
C. Bhuvaneshwari et al. analysed street lighting with an
automatic tracking system can increase solar energy
conversion efficiency. Here, tracking the sun a sensor is a
sensing device that detects the position of the sun from time
to time and indicates output to amplifier based on sunlight
density. The sun tracking sensor is LDR, an amplifier unit is
used to amplify the signals of the LDR whichconvertsthelow
level signals to high level signals and the output is given to
the comparator. LM324 IC is used as amplifier. The
comparator comparesthesignalsandgivesacommandtothe
AT89C51 microcontroller.
1.2 BLOCK DIAGRAM
Fig 1. Block Diagram
2. MODULES AND DESCRIPTION
2.1 Arduino UNO
Arduino UNO WIFI Rev.2 is the simplest entry point to basic
IoT with the standard form factor of the UNO family.
Whether you're looking to builda sensornetwork connected
to your office or home router, or if you want to create a
Bluetooth® Low Energy device that sends data to a mobile
phone, the Arduino UNO WiFi Rev.2 is your one-stop
solution for many of the basic IoT application scenarios.
Fig 2. Arduino UNO
Arduino UNO WiFi Rev.2 has 14 digital input/output pins -5
can be used as PWM outputs - 6 analog inputs, USB
connection, power connector, ICSP header and reset button.
It contains everything needed to support the
microcontroller. To get started, just connect it to your
computer with a USB cable or power it withanACadapteror
battery.
2.2 ATmega328
The ATmega328 is 32KB (with 0.5KB consumed by the
bootloader). It also has an extra 2 KB of SRAM and 1 KB of
EEPROM (which can be read and written using the EEPROM
library)
Using this device allows Arduino code to be used in your
own embedded project without the need for an actual
Arduino board.
Fig 3. ATmega328
2.3 NODEMCU
NodeMCU is an open-source platform, its hardware
design is open to modification/modification/build. The
NodeMCU Dev Kit/boardconsistsofESP8266chipwithWIFI
support. ESP8266 is a low-cost Wi-Fi chip developed by
Espressif Systems with TCP/IP protocol. The NodeMCU Dev
Kit has Arduino pins on its board as analog (i.e., A0) and
digital (D0-D8). It supports serial communication protocols,
i.e., UART, SPI, I2C, etc. Using these serial protocols, we can
interface it with serial devices such as I2C-enabled LCD
display, HMC5883 magnetometer, MPU-6050 gyro meter +
accelerometer, RTC chips, GPS modules, touch screens, SD
cards etc.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1066
Fig 4. NODEMCU
2.4 ESP32
The ESP32 is a series oflow-cost,low-power microcontroller
systems on a chip with integrated Wi-Fi and dual Bluetooth.
The ESP32 series uses either the Tensilica Extensa LX6
microprocessor in dual-core or single-core variants, the
Xtensa LX7 dual-core microprocessor or the RISC-V single-
core microprocessor and includes built-inantenna switches,
an RF balun, a power amplifier, a low-noise receiving
amplifier, filters and power management modules. The
ESP32 is created and developed by Espressif Systems, a
Chinese company based in Shanghai,andismanufacturedby
TSMC using their 40 nm process.[2] It is the successor of the
ESP8266 microcontroller
Fig 5. ESP32
2.5 Photo Light Dependent Resistors (LDR)
A light-dependent resistor (LDR) also called a photoresistor
is a device whose resistance factor is a function of
electromagnetic radiation. That's why they are light-
sensitive devices that are similar to human eyes. They are
also called as photoconductors, conductive cells or simply
photocells. They are made of semiconductor materials with
high resistance.
LDR works on the principle of photoconductivity.
Photoconductivity is an optical phenomenon in which the
conductivity of materials decreases when light is actually
absorbed by the material. However, when lightshinesonthe
LDR, its resistance drops and current flows to thebaseofthe
first transistor and then the second transistor. The preset
resistance can be turned up or down to increase or decrease
the resistance, this way the circuit can be more or less
sensitive. LDR send response to Arduino.
Fig 6. LDR
2.6 PIR Sensors
PIR sensors are also known as passive infrared sensors. A
passive infrared (PIR) sensor detects infrared light emitted
from nearby objects. PIR sensors only detect infrared
radiation and do not emit it from LEDs.
Fig 7. PIR Sensors
Passive infrared sensors consist of:
Two strips of pyroelectric material (pyroelectric sensor)
Infrared filter
(This blocks all other wavelengths of light)
Fresnel lens (which collectslightfrommanyanglestoasingle
point)
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1067
Case (to protect the sensor from other environmental
variables such as humidity)
2.7 LED
A light-emitting diode (LED) is a junction diode that emits
light when activated. When we apply voltage to its wires, the
electrons can recombine with the holes in the LED and
release energy in the form of photons that give light. It is
therefore a two-wire semiconductor light source.
Fig 8. LED
2.8 OLatus OL-BREADBOARD-400
A breadboard is simply a board for prototyping or building
circuits. It allows you to place components and connections
on the board and createcircuits without soldering. Holes ina
breadboard take care of your connections by physically
holding the parts or wires where you place them and
electrically connecting them insidethe board.Eachcolumnis
also labeled with a letter from A to J, which can be easily
referenced in the instructions (likesquaresonachessboard).
Fig 9. BREADBOARD
3. SOFTWARE REQUIREMENTS
3.1 ARDUINO IDE
The Arduino Software (IDE) is open-source software and
makes coding and uploading to the board easy.Runningona
device other than Windows, MAC OS,
Linux. The environment is written in Java and can be used
with any Arduino board before running the Java IDE
software to be installed on the machine.
Fig 10. Arduino IDE
3.2 MQTT
It is a lightweight protocol used to communicate between
devices. Devices typically "publish" (i.e., send) data to an
MQTT "broker" (or server), which is then stored fordelivery
to other devices or web applications. Another device or web
application "subscribes" to this dataset (i.e., requests data)
from the MQTT broker, and the MQTT broker then delivers
the data to them.
Think of it really as just a glorified web server with two
major exceptions:
Data packets are verylight(whichincreasesspeed, efficiency
and cost)
MQTT can use other communication modes than just the
Internet (e.g., Bluetooth)
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1068
Fig 11. MQTT Broker with Devices
4. SPECIFICATIONS
Dynamic lighting controls based on movement detection;
Environmental and weather monitoring;
Digital signage that can update as needed, such as parking
regulations or accident alerts;
Parking management, such as alerting officials of illegally
parked vehicles or drivers of open spaces;
Extended cellular and wireless communications;
Traffic management through real-time data feeds that track
congestion and speed.
Automatic emergency response in the event of a carcrashor
crime.
5. WORKING APPROACH
The LDR is connected to the analog pin of the Arduino.
Controls LEDs by detecting the presence or absence of
sunlight.
Condition 1:
When there is enough sunlight around, then the LDR offers
high resistance and acts as an insulator. In this case, the
Arduino will read the high values of the analog output from
the LDR and automatically turn off all the LEDs (street
lights).
Condition 2:
During the absence of sunlight,theLDR detectsdarknessand
offers low resistance and acts as a conductor.Inthiscase, the
Arduino reads the low analog input values from theLDRand
automatically turns on the LED (street lights).
Condition 3:
At the same time, the PIR sensor is also activated and starts
to detect any vehicles or people moving on the road.
In this project we are using 2 PIR sensors which are
connected to the digital pins of the Arduino. We also use 4
LEDs to represent the street lights, with each LEDconnected
to the PWM pins of the Arduino. Each PIR sensor controls 2
LEDs. When one of the PIR sensors detects the position of a
vehicle or person, its output will go LOW (0). Then the
Arduino read the low output value from this sensor and
increased the light intensity of the two LEDs using the Pulse
Width Modulation (PWM) technique. When the PIR sensors
do not detect any vehicle or human position or obstacle, its
output will go to High (1). Then the Arduino read the high
output value from this sensor. Now the Arduino reduces the
intensity of the LED light using the Pulse Width Modulation
(PWM) technique.
Condition 4:
At night, street lights dim to lower levels during off-peak
hours, but automatically brighten when the presence of
vehicles, cyclists and pedestrians are detected.
6. CONCLUSIONS
This paper "IOT Based Smart Lighting" can be an effective,
eco-friendly and thus the safest technique to avoid energy
wastage, and with this technique, sunshine status data can
be accessed anytime, anywhere. It solves the problem that
the earth is facing recently and saves energy. This document
has scope in various different applications to provide
lighting in industries, campusesandparkinglotsincountless
large areas such as shopping malls. The article presents
several advantages that could overshadow the current
limitations. Considering the long-term benefits and thus the
initial value would never be a problemasthepayback period
is extremely less.
Fig 12. Circuit Connect of
Smart Street Lighting System
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1069
ACKNOWLEDGEMENT
Prof A.D. Wankhade,DepartmentofInformationTechnology,
Government College of Engineering, Amravati, has been a
tremendous source of support and guidance to the authors
throughout this project.
REFERENCES
[1] J. C. Downey, "Discussion on street lighting," in
Transactions of the South African Institute of Electrical
Engineers, vol. 48, no. 1, pp. 36-38, Jan. 1957.
[2] S. Jadhav, “An energy efficient pedestrian aware smart
street lighting system”, IOSR Journal of Electrical and
Electronics Engineering (IOSR-JEEE), Volume 3.
[3] A. Lavric, V. Popa, C. Males and I. Finis, “A performance
study of ZigBee wireless sensor network topologies for
street lightingcontrol systems”,International Workshop
on Mobile Ad-Hoc W
[4] P.Y. Chen, Y.H. Liu, Y.T. Yau and H.C. Lee, “Development
of energy efficient street lighting system”, IEEE
International Conference on Sustainable Energy
Technologies, Singapore, 2008.
[5] A. Szalai, T. Szabó, P. Horváth, A. Timár and A. Poppe,
"Smart SSL: Application of IoT/CPS design platforms in
LED-based street-lighting luminaires," 2016 IEEE
Lighting Conference of the Visegrad Countries (Lumen
V4), Karpacz, Poland, 2016
[6] R. Prasad, "Energy Efficient Smart Street Lighting
System in Nagpur Smart City using IoT-A Case Study,"
2020 Fifth International Conference on Fog and Mobile
Edge Computing (FMEC), Paris, France, 2020.
[7] Modabbir and A. Mohammad, "Energy and Economic
Analysis of Smart Technologies on Street Lighting
System," 2021 7th International Conference on
Advanced Computing and Communication Systems
(ICACCS), Coimbatore, India, 2021.

More Related Content

Similar to SMART STREET LIGHTING Using IOT

IRJET-Secure IoT Data using Cryptography Algorithm
IRJET-Secure IoT Data using Cryptography AlgorithmIRJET-Secure IoT Data using Cryptography Algorithm
IRJET-Secure IoT Data using Cryptography Algorithm
IRJET Journal
 
Automatic Intelligent Traffic Controller and Operation Mode
Automatic Intelligent Traffic Controller and Operation ModeAutomatic Intelligent Traffic Controller and Operation Mode
Automatic Intelligent Traffic Controller and Operation Mode
IRJET Journal
 
IRJET- IoT based Solar Street Light Intensity Control System
IRJET- IoT based Solar Street Light Intensity Control SystemIRJET- IoT based Solar Street Light Intensity Control System
IRJET- IoT based Solar Street Light Intensity Control System
IRJET Journal
 
IRJET- Smart Blind Stick for Visually Impaired People
IRJET-  	  Smart Blind Stick for Visually Impaired PeopleIRJET-  	  Smart Blind Stick for Visually Impaired People
IRJET- Smart Blind Stick for Visually Impaired People
IRJET Journal
 
IRJET - Smart Street Light System using IoT
IRJET - Smart Street Light System using IoTIRJET - Smart Street Light System using IoT
IRJET - Smart Street Light System using IoT
IRJET Journal
 
IRJET- Monitoring and Measurement of Solar Parameters using IoT
IRJET- Monitoring and Measurement of Solar Parameters using IoTIRJET- Monitoring and Measurement of Solar Parameters using IoT
IRJET- Monitoring and Measurement of Solar Parameters using IoT
IRJET Journal
 
Smart Street Light System using Embedded System
Smart Street Light System using Embedded SystemSmart Street Light System using Embedded System
Smart Street Light System using Embedded System
rahulmonikasharma
 
Handwritten Numbers And Characters Recognition Using Machine Learning Algorithms
Handwritten Numbers And Characters Recognition Using Machine Learning AlgorithmsHandwritten Numbers And Characters Recognition Using Machine Learning Algorithms
Handwritten Numbers And Characters Recognition Using Machine Learning Algorithms
NIET Journal of Engineering & Technology (NIETJET)
 
Design And Implementation Of Air Quality Monitoring System Using Blynk App
Design And Implementation Of Air Quality Monitoring System Using Blynk AppDesign And Implementation Of Air Quality Monitoring System Using Blynk App
Design And Implementation Of Air Quality Monitoring System Using Blynk App
NIET Journal of Engineering & Technology (NIETJET)
 
Advance Street Lighting System For Smart City
Advance Street Lighting System For Smart CityAdvance Street Lighting System For Smart City
Advance Street Lighting System For Smart City
NIET Journal of Engineering & Technology (NIETJET)
 
IRJET- Smart Street Light Control System
IRJET- Smart Street Light Control SystemIRJET- Smart Street Light Control System
IRJET- Smart Street Light Control System
IRJET Journal
 
IRJET- Clash Avoidance at Hairpin Bends using IR Sensor
IRJET- Clash Avoidance at Hairpin Bends using IR SensorIRJET- Clash Avoidance at Hairpin Bends using IR Sensor
IRJET- Clash Avoidance at Hairpin Bends using IR Sensor
IRJET Journal
 
IRJET - Real Time Street Light using Raspberry Pi
IRJET - Real Time Street Light using Raspberry PiIRJET - Real Time Street Light using Raspberry Pi
IRJET - Real Time Street Light using Raspberry Pi
IRJET Journal
 
Ball following Robot using ESP32-cam & Arduino UNO
Ball following Robot using ESP32-cam & Arduino UNOBall following Robot using ESP32-cam & Arduino UNO
Ball following Robot using ESP32-cam & Arduino UNO
IRJET Journal
 
IRJET- IoT based Fisherman Border Alert System using GPS and WSN
IRJET- IoT based Fisherman Border Alert System using GPS and WSNIRJET- IoT based Fisherman Border Alert System using GPS and WSN
IRJET- IoT based Fisherman Border Alert System using GPS and WSN
IRJET Journal
 
IRJET- IoT based Fisherman Border Alert System using GPS and WSN
IRJET- IoT based Fisherman Border Alert System using GPS and WSNIRJET- IoT based Fisherman Border Alert System using GPS and WSN
IRJET- IoT based Fisherman Border Alert System using GPS and WSN
IRJET Journal
 
IRJET - Compactness based Traffic Signal Monitoring System
IRJET - Compactness based Traffic Signal Monitoring SystemIRJET - Compactness based Traffic Signal Monitoring System
IRJET - Compactness based Traffic Signal Monitoring System
IRJET Journal
 
IOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEMIOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEM
IRJET Journal
 
A Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled PersonA Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled Person
IRJET Journal
 
Presentation on Smart Street Light System.pptx
Presentation on Smart Street Light System.pptxPresentation on Smart Street Light System.pptx
Presentation on Smart Street Light System.pptx
AmanGoyal151
 

Similar to SMART STREET LIGHTING Using IOT (20)

IRJET-Secure IoT Data using Cryptography Algorithm
IRJET-Secure IoT Data using Cryptography AlgorithmIRJET-Secure IoT Data using Cryptography Algorithm
IRJET-Secure IoT Data using Cryptography Algorithm
 
Automatic Intelligent Traffic Controller and Operation Mode
Automatic Intelligent Traffic Controller and Operation ModeAutomatic Intelligent Traffic Controller and Operation Mode
Automatic Intelligent Traffic Controller and Operation Mode
 
IRJET- IoT based Solar Street Light Intensity Control System
IRJET- IoT based Solar Street Light Intensity Control SystemIRJET- IoT based Solar Street Light Intensity Control System
IRJET- IoT based Solar Street Light Intensity Control System
 
IRJET- Smart Blind Stick for Visually Impaired People
IRJET-  	  Smart Blind Stick for Visually Impaired PeopleIRJET-  	  Smart Blind Stick for Visually Impaired People
IRJET- Smart Blind Stick for Visually Impaired People
 
IRJET - Smart Street Light System using IoT
IRJET - Smart Street Light System using IoTIRJET - Smart Street Light System using IoT
IRJET - Smart Street Light System using IoT
 
IRJET- Monitoring and Measurement of Solar Parameters using IoT
IRJET- Monitoring and Measurement of Solar Parameters using IoTIRJET- Monitoring and Measurement of Solar Parameters using IoT
IRJET- Monitoring and Measurement of Solar Parameters using IoT
 
Smart Street Light System using Embedded System
Smart Street Light System using Embedded SystemSmart Street Light System using Embedded System
Smart Street Light System using Embedded System
 
Handwritten Numbers And Characters Recognition Using Machine Learning Algorithms
Handwritten Numbers And Characters Recognition Using Machine Learning AlgorithmsHandwritten Numbers And Characters Recognition Using Machine Learning Algorithms
Handwritten Numbers And Characters Recognition Using Machine Learning Algorithms
 
Design And Implementation Of Air Quality Monitoring System Using Blynk App
Design And Implementation Of Air Quality Monitoring System Using Blynk AppDesign And Implementation Of Air Quality Monitoring System Using Blynk App
Design And Implementation Of Air Quality Monitoring System Using Blynk App
 
Advance Street Lighting System For Smart City
Advance Street Lighting System For Smart CityAdvance Street Lighting System For Smart City
Advance Street Lighting System For Smart City
 
IRJET- Smart Street Light Control System
IRJET- Smart Street Light Control SystemIRJET- Smart Street Light Control System
IRJET- Smart Street Light Control System
 
IRJET- Clash Avoidance at Hairpin Bends using IR Sensor
IRJET- Clash Avoidance at Hairpin Bends using IR SensorIRJET- Clash Avoidance at Hairpin Bends using IR Sensor
IRJET- Clash Avoidance at Hairpin Bends using IR Sensor
 
IRJET - Real Time Street Light using Raspberry Pi
IRJET - Real Time Street Light using Raspberry PiIRJET - Real Time Street Light using Raspberry Pi
IRJET - Real Time Street Light using Raspberry Pi
 
Ball following Robot using ESP32-cam & Arduino UNO
Ball following Robot using ESP32-cam & Arduino UNOBall following Robot using ESP32-cam & Arduino UNO
Ball following Robot using ESP32-cam & Arduino UNO
 
IRJET- IoT based Fisherman Border Alert System using GPS and WSN
IRJET- IoT based Fisherman Border Alert System using GPS and WSNIRJET- IoT based Fisherman Border Alert System using GPS and WSN
IRJET- IoT based Fisherman Border Alert System using GPS and WSN
 
IRJET- IoT based Fisherman Border Alert System using GPS and WSN
IRJET- IoT based Fisherman Border Alert System using GPS and WSNIRJET- IoT based Fisherman Border Alert System using GPS and WSN
IRJET- IoT based Fisherman Border Alert System using GPS and WSN
 
IRJET - Compactness based Traffic Signal Monitoring System
IRJET - Compactness based Traffic Signal Monitoring SystemIRJET - Compactness based Traffic Signal Monitoring System
IRJET - Compactness based Traffic Signal Monitoring System
 
IOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEMIOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEM
 
A Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled PersonA Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled Person
 
Presentation on Smart Street Light System.pptx
Presentation on Smart Street Light System.pptxPresentation on Smart Street Light System.pptx
Presentation on Smart Street Light System.pptx
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
IRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
IRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
IRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
IRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
IRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
ecqow
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
Certificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi AhmedCertificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi Ahmed
Mahmoud Morsy
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
Rahul
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
gerogepatton
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
co23btech11018
 
The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.
sachin chaurasia
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
Dr Ramhari Poudyal
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Christina Lin
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have oneISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
Las Vegas Warehouse
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
MDSABBIROJJAMANPAYEL
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
171ticu
 
john krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptxjohn krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptx
Madan Karki
 
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
shadow0702a
 
Introduction to AI Safety (public presentation).pptx
Introduction to AI Safety (public presentation).pptxIntroduction to AI Safety (public presentation).pptx
Introduction to AI Safety (public presentation).pptx
MiscAnnoy1
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
JamalHussainArman
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
Victor Morales
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
Yasser Mahgoub
 
Engineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdfEngineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdf
abbyasa1014
 

Recently uploaded (20)

一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
Certificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi AhmedCertificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi Ahmed
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
 
The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have oneISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
 
john krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptxjohn krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptx
 
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
 
Introduction to AI Safety (public presentation).pptx
Introduction to AI Safety (public presentation).pptxIntroduction to AI Safety (public presentation).pptx
Introduction to AI Safety (public presentation).pptx
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
 
Engineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdfEngineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdf
 

SMART STREET LIGHTING Using IOT

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1064 SMART STREET LIGHTING Using IOT Sakshi Dhoke1, Sharda Jadhav2, Mayuri Jasturkar3, Meghal Baile4, Archana Wankhade5 1,2,3,4 Students, Department of Information Technology, GCE Amravati, Maharashtra 444604, India 5Asst.Prof. Department of Information Technology GCE Amravati, Maharashtra 444604, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract – This paper addresses the objective of providing an "IoT-based automatic street lighting system" during the night. Street lighting is an essential part of all cities and highways, helping to prevent accidentsand unwantedtheftsor robberies. Thousands of street lights are installed along highways and main roads. But the main problem is that these street lights consume about 25-30% ofthetotalenergy usedin the city. A simple and effective solution would be dimming the off-peak lights. Whenever a presence is detected, the lights around it turns on in normal (bright) mode. This would save a lot of energy and also reduce the cost of running public lighting. We can check the status of the street lights on the Internet using IoT (Internet of things) from anywhere in real time and solve problems if they occur during processing. Key Words: Internet of Things, Embedded Systems Programming, PIR, Arduino UNO, Smart Street Lights. 1. INTRODUCTION Street lighting is an integral part of any development site. They are present on all major roads aswell asinthesuburbs. The street lights are powered from sunset to sunrise every day at full power, even when no one is around. Globally, millions of dollars are spent on these street lights every day to provide the required electricity. The maintenance and replacement costs of conventional light bulbsarehuge.They use a lot of electricity to function and their heat emissions are also quite high. All of this contributes to greater demand for electricity generation and, consequently, greater carbon dioxide emissions from power plants. Along with unnecessary light pollution, this practice also damages our planet. This system is very easy to implement, the key components of this project are LDR, IR Sensor, Arduino Board and LED. The Arduino board is the brain of this project that controls the entire system. The IR sensor actsas the eye of this project to detect the presence of vehicles or people on the road and the LDR senses the presence or absence of sunlight and the LEDs represent the street lights. During the day, the system detects LDR sunlight and turns off the street lighting (LED). When the system detects darkness (in the evenings), it turnsonthestreetlights(LED). When the street lamp is turned on, if the system does not detect any vehicles or people moving on the road using the IR sensor, it will turn on the low-intensity lights. When the system detects the movement of vehiclesorpeopleusingthe IR sensor, it turns on the street lights with high intensity. 1.1 EXISTING SURVEY There already exists many ideasabouttheSmartStreetLight Systems. S. Suganya et al. designed a street light beam todetectvehicle movement using the isa sensor system, which uses the latest technology forlight sources suchasLEDlamps.Itisalsoused to automatically control street light switching based on light intensity to develop dynamic flow-based control statistics using infrared detection technology and maintain wireless communication between the street light pole and the control terminal using the ZigBee Wireless protocol.Italsocombines various technologies: timer, operatingcurrent size statistics, photodiodes, LEDs, power transistors. K. Santha et al conducted a survey on vehicle movement- based street lighting system. The system works in automatic mode, which regulates the street lighting according to the brightness and dimming algorithm and light intensity. Regulation can be madeaccording to seasonalfluctuations.It is equipped with a time-off functionandanautomaticcontrol pattern to save electricity. The entire project was implemented using a PIC microcontroller. He designed an automatic remote-control systemforpubliclightingbasedon ZigBee. The system is designed with the help of ZigBee modules that help in detecting faulty lights and controlling the light. It also discusses an intelligent system that automatically decides on/off/dimming based on vehicle or pedestrian movement as well as the surrounding environment. The PIR motion sensor is used to detect the movement of living and non-living things. In 2015, M. Abhishek et al implemented a traffic flow-based street lighting control system design with efficient use of solar energy. For street lighting, they used a renewable source of energy, i.e., solarenergy.Theyalsoused8052series microcontrollers and is developed by replacing normal LED bulbs, thanks to which energy consumption is reduced by 3 times. On both sides of the road, there are sensors thatdetect the movement of the vehicle and send commands to the microcontroller to turn the lights on and off. Here, all street lights remain off and only come on when it detects vehicle movement. Therefore, because of the microcontroller,evenif it is night, the lights are on or off.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1065 C. Bhuvaneshwari et al. analysed street lighting with an automatic tracking system can increase solar energy conversion efficiency. Here, tracking the sun a sensor is a sensing device that detects the position of the sun from time to time and indicates output to amplifier based on sunlight density. The sun tracking sensor is LDR, an amplifier unit is used to amplify the signals of the LDR whichconvertsthelow level signals to high level signals and the output is given to the comparator. LM324 IC is used as amplifier. The comparator comparesthesignalsandgivesacommandtothe AT89C51 microcontroller. 1.2 BLOCK DIAGRAM Fig 1. Block Diagram 2. MODULES AND DESCRIPTION 2.1 Arduino UNO Arduino UNO WIFI Rev.2 is the simplest entry point to basic IoT with the standard form factor of the UNO family. Whether you're looking to builda sensornetwork connected to your office or home router, or if you want to create a Bluetooth® Low Energy device that sends data to a mobile phone, the Arduino UNO WiFi Rev.2 is your one-stop solution for many of the basic IoT application scenarios. Fig 2. Arduino UNO Arduino UNO WiFi Rev.2 has 14 digital input/output pins -5 can be used as PWM outputs - 6 analog inputs, USB connection, power connector, ICSP header and reset button. It contains everything needed to support the microcontroller. To get started, just connect it to your computer with a USB cable or power it withanACadapteror battery. 2.2 ATmega328 The ATmega328 is 32KB (with 0.5KB consumed by the bootloader). It also has an extra 2 KB of SRAM and 1 KB of EEPROM (which can be read and written using the EEPROM library) Using this device allows Arduino code to be used in your own embedded project without the need for an actual Arduino board. Fig 3. ATmega328 2.3 NODEMCU NodeMCU is an open-source platform, its hardware design is open to modification/modification/build. The NodeMCU Dev Kit/boardconsistsofESP8266chipwithWIFI support. ESP8266 is a low-cost Wi-Fi chip developed by Espressif Systems with TCP/IP protocol. The NodeMCU Dev Kit has Arduino pins on its board as analog (i.e., A0) and digital (D0-D8). It supports serial communication protocols, i.e., UART, SPI, I2C, etc. Using these serial protocols, we can interface it with serial devices such as I2C-enabled LCD display, HMC5883 magnetometer, MPU-6050 gyro meter + accelerometer, RTC chips, GPS modules, touch screens, SD cards etc.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1066 Fig 4. NODEMCU 2.4 ESP32 The ESP32 is a series oflow-cost,low-power microcontroller systems on a chip with integrated Wi-Fi and dual Bluetooth. The ESP32 series uses either the Tensilica Extensa LX6 microprocessor in dual-core or single-core variants, the Xtensa LX7 dual-core microprocessor or the RISC-V single- core microprocessor and includes built-inantenna switches, an RF balun, a power amplifier, a low-noise receiving amplifier, filters and power management modules. The ESP32 is created and developed by Espressif Systems, a Chinese company based in Shanghai,andismanufacturedby TSMC using their 40 nm process.[2] It is the successor of the ESP8266 microcontroller Fig 5. ESP32 2.5 Photo Light Dependent Resistors (LDR) A light-dependent resistor (LDR) also called a photoresistor is a device whose resistance factor is a function of electromagnetic radiation. That's why they are light- sensitive devices that are similar to human eyes. They are also called as photoconductors, conductive cells or simply photocells. They are made of semiconductor materials with high resistance. LDR works on the principle of photoconductivity. Photoconductivity is an optical phenomenon in which the conductivity of materials decreases when light is actually absorbed by the material. However, when lightshinesonthe LDR, its resistance drops and current flows to thebaseofthe first transistor and then the second transistor. The preset resistance can be turned up or down to increase or decrease the resistance, this way the circuit can be more or less sensitive. LDR send response to Arduino. Fig 6. LDR 2.6 PIR Sensors PIR sensors are also known as passive infrared sensors. A passive infrared (PIR) sensor detects infrared light emitted from nearby objects. PIR sensors only detect infrared radiation and do not emit it from LEDs. Fig 7. PIR Sensors Passive infrared sensors consist of: Two strips of pyroelectric material (pyroelectric sensor) Infrared filter (This blocks all other wavelengths of light) Fresnel lens (which collectslightfrommanyanglestoasingle point)
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1067 Case (to protect the sensor from other environmental variables such as humidity) 2.7 LED A light-emitting diode (LED) is a junction diode that emits light when activated. When we apply voltage to its wires, the electrons can recombine with the holes in the LED and release energy in the form of photons that give light. It is therefore a two-wire semiconductor light source. Fig 8. LED 2.8 OLatus OL-BREADBOARD-400 A breadboard is simply a board for prototyping or building circuits. It allows you to place components and connections on the board and createcircuits without soldering. Holes ina breadboard take care of your connections by physically holding the parts or wires where you place them and electrically connecting them insidethe board.Eachcolumnis also labeled with a letter from A to J, which can be easily referenced in the instructions (likesquaresonachessboard). Fig 9. BREADBOARD 3. SOFTWARE REQUIREMENTS 3.1 ARDUINO IDE The Arduino Software (IDE) is open-source software and makes coding and uploading to the board easy.Runningona device other than Windows, MAC OS, Linux. The environment is written in Java and can be used with any Arduino board before running the Java IDE software to be installed on the machine. Fig 10. Arduino IDE 3.2 MQTT It is a lightweight protocol used to communicate between devices. Devices typically "publish" (i.e., send) data to an MQTT "broker" (or server), which is then stored fordelivery to other devices or web applications. Another device or web application "subscribes" to this dataset (i.e., requests data) from the MQTT broker, and the MQTT broker then delivers the data to them. Think of it really as just a glorified web server with two major exceptions: Data packets are verylight(whichincreasesspeed, efficiency and cost) MQTT can use other communication modes than just the Internet (e.g., Bluetooth)
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1068 Fig 11. MQTT Broker with Devices 4. SPECIFICATIONS Dynamic lighting controls based on movement detection; Environmental and weather monitoring; Digital signage that can update as needed, such as parking regulations or accident alerts; Parking management, such as alerting officials of illegally parked vehicles or drivers of open spaces; Extended cellular and wireless communications; Traffic management through real-time data feeds that track congestion and speed. Automatic emergency response in the event of a carcrashor crime. 5. WORKING APPROACH The LDR is connected to the analog pin of the Arduino. Controls LEDs by detecting the presence or absence of sunlight. Condition 1: When there is enough sunlight around, then the LDR offers high resistance and acts as an insulator. In this case, the Arduino will read the high values of the analog output from the LDR and automatically turn off all the LEDs (street lights). Condition 2: During the absence of sunlight,theLDR detectsdarknessand offers low resistance and acts as a conductor.Inthiscase, the Arduino reads the low analog input values from theLDRand automatically turns on the LED (street lights). Condition 3: At the same time, the PIR sensor is also activated and starts to detect any vehicles or people moving on the road. In this project we are using 2 PIR sensors which are connected to the digital pins of the Arduino. We also use 4 LEDs to represent the street lights, with each LEDconnected to the PWM pins of the Arduino. Each PIR sensor controls 2 LEDs. When one of the PIR sensors detects the position of a vehicle or person, its output will go LOW (0). Then the Arduino read the low output value from this sensor and increased the light intensity of the two LEDs using the Pulse Width Modulation (PWM) technique. When the PIR sensors do not detect any vehicle or human position or obstacle, its output will go to High (1). Then the Arduino read the high output value from this sensor. Now the Arduino reduces the intensity of the LED light using the Pulse Width Modulation (PWM) technique. Condition 4: At night, street lights dim to lower levels during off-peak hours, but automatically brighten when the presence of vehicles, cyclists and pedestrians are detected. 6. CONCLUSIONS This paper "IOT Based Smart Lighting" can be an effective, eco-friendly and thus the safest technique to avoid energy wastage, and with this technique, sunshine status data can be accessed anytime, anywhere. It solves the problem that the earth is facing recently and saves energy. This document has scope in various different applications to provide lighting in industries, campusesandparkinglotsincountless large areas such as shopping malls. The article presents several advantages that could overshadow the current limitations. Considering the long-term benefits and thus the initial value would never be a problemasthepayback period is extremely less. Fig 12. Circuit Connect of Smart Street Lighting System
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1069 ACKNOWLEDGEMENT Prof A.D. Wankhade,DepartmentofInformationTechnology, Government College of Engineering, Amravati, has been a tremendous source of support and guidance to the authors throughout this project. REFERENCES [1] J. C. Downey, "Discussion on street lighting," in Transactions of the South African Institute of Electrical Engineers, vol. 48, no. 1, pp. 36-38, Jan. 1957. [2] S. Jadhav, “An energy efficient pedestrian aware smart street lighting system”, IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE), Volume 3. [3] A. Lavric, V. Popa, C. Males and I. Finis, “A performance study of ZigBee wireless sensor network topologies for street lightingcontrol systems”,International Workshop on Mobile Ad-Hoc W [4] P.Y. Chen, Y.H. Liu, Y.T. Yau and H.C. Lee, “Development of energy efficient street lighting system”, IEEE International Conference on Sustainable Energy Technologies, Singapore, 2008. [5] A. Szalai, T. Szabó, P. Horváth, A. Timár and A. Poppe, "Smart SSL: Application of IoT/CPS design platforms in LED-based street-lighting luminaires," 2016 IEEE Lighting Conference of the Visegrad Countries (Lumen V4), Karpacz, Poland, 2016 [6] R. Prasad, "Energy Efficient Smart Street Lighting System in Nagpur Smart City using IoT-A Case Study," 2020 Fifth International Conference on Fog and Mobile Edge Computing (FMEC), Paris, France, 2020. [7] Modabbir and A. Mohammad, "Energy and Economic Analysis of Smart Technologies on Street Lighting System," 2021 7th International Conference on Advanced Computing and Communication Systems (ICACCS), Coimbatore, India, 2021.