SSLUMHLN
SSLUMHLN
SSLUMHLN
2021
Abstract waste electricity during unused hours just because of
manual controls of street lights. A smart street lighting
With the increase in population and the increasing system is a project of intelligent illumination control of
demand for road connectivity throughout the country, street lights to optimize the problem of power
the length of highways is increasing with direct consumption and the illumination of streets.
proportion. As per the reports of “MORTH”,the road
length of India is 59.97 lakh Kms as of 31st March 2019 Smart lighting has received a lot of global
and is the 2nd largest road network in the world. In this, attention recently as it is an evolution from human-
the national highway comprises 1.32 lakh km, with centric lighting with LEDs and or Organic LEDs (OLEDs)
nearly 40% of the total road traffic of India. The for dual-use, illumination, and communication process.
increasing road network directly increases the demand This technology aims to fuse drivers with sensing, control
for Street lights thereby, increasing the amount of algorithm, and wireless communications to deploy
power and investment costs. However different scalable lightning solutions able to work autonomously in
approaches are being proposed for making systems the IoT system. At its core, a smart lighting system is
energy efficient and upgraded with the latest being conceived as an adaptable lighting system with an
technology. The conventional systems are not worth objective to move from human-centric systems to
being implemented on such increased road networks, automated systems for energy and cost-efficiency.
as they are manually operated and maintained, which
thus leads to a huge amount of meaningless energy and
Related Work
manpower wastage. As the solution to these problems, The existing system consists of a centralized monitoring
we developed an automated IoT-based Smart Street center, an end node interfaced with sensors that may or
Light framework, especially for Highways. The proposed may not include a connection with the Internet. Most of
work shows the practical implementation of the smart the frameworks available today use Bluetooth, ZigBee,
street light solution, with the help of integrated and Wi-Fi technologies for wireless communication. The
sensors, micro-controllers, and a network to drawbacks they come with,are either they are costly or
communicate using LoRa technology, with low power short-range (ranging from 10m to 100m) or consumes an
and cost, resulting in a secure, cost-effective, and adequate amount of power. After getting a deeper look
efficient solution. The network part is realized with Low at street lightning networks it is observed that it doesn’t
Power Wide Area Network (LP-WAN) LoRa technology require high bandwidth to work properly. So a better
using Mesh topology resembling in less use of LoRa solution with low power consumption, long-range on the
gateways, lowering the cost of architecture. The whole cost of lower data rate can be developed for the street
system will be maintained and monitored through the lights.
cloud in real-time.
To counter these limitations, a communication
Introduction protocol of long-range with high security in the
transmission is needed. Thus, LoRa based street light
India is the world’s third-largest consumer and producer
management addresses the above requirement. In
of electricity and electricity is one of the basic needs of
addition, it is also cost-effective and reliable in
nowadays, but due to immense power consumption of
transmitting packets at lower power with a low data
the present street lighting system, it is essential to give
rate.
more attention to improve the efficiency and power
consumption by saving energy. Street lights being the So, the goal of this paper is to design an automated
most important and expensive responsibilities of smart lightning framework for Indian Highways to which
highway authorities, which account for about 40-45% of focuses on saving power, reduce the setup and
maintenance cost especially on highways of remote SF = log2
areas with lower traffic.
Where Rc is the chip rate, and Rs is the symbol rate.
Background
The value of SF ranges from 7 to 12, determining the
a) LoRa Technology
number of bits required to transmit the same amount of
LoRa technology, offering low data rate,with low data. Higher SF means that more bits are necessary to
power consumption and increased battery life to around send the same information. However, it is possible to
20 years, working with Mesh topology it offers scalability deploy the enddevice further from the gateway.
and fault tolerance and detection to the network. Each
Communication parameters are determined by data
device either can independently communicate with the
rate, which is given by
hub directly and work as a centralized monitoring system
or can communicate directly with various devices
DR = SF ∙ ∙ CR
present in the network to work as a decentralized
system. Its operational range is from 5km in urban areas Where DR is data rate and CR is code rate. In LoRa the
to 14km in rural areas, which is more than 50 times as of available choices of bandwidth are 125, 250, or 500 kHz,
previous technologies. Uses CSS (Chirp Spread Spectrum) and coding rate from 4/5 to 4/8. Usually, networks use a
in a frequency band of 868 MHz which is license-free i.e. 125 kHz bandwidth. These parameters are shared over
we can use this network without any license. It also the LoRa network between transmitter and receiver so
supports tracking applications without the use of GPS or that the modulation and demodulation can be
additional cause of power consumption which will help performed. The relation between SF, bandwidth, and
in fault detection and tracking. packet size is essential to determine the ToA (Time on
Air).
Tsymbol= .
CSS modulation uses Spreading Factor (SF) to spread Tpreamble= (npreamble + 4.23) * Tsymbol
information over frequency. The SFs are orthogonal to
each other and define the number of chirps per signal Where npreambleis the number of programmed preamble
symbol. Lower SF decreases the time on-air and energy symbols. In the payload duration, the number of symbols
consumption, increase the data rate but cannot be in payload nPL is calculated as:
achieved in longer ranges. SF is given by:
nPL= 8+max 𝑐𝑒𝑖𝑙 ((𝐶𝑅 + 4), 0 , topology for the LoRa network makes the system more
( )
reliable to be used. And to be cost-efficient
cost we will be
where PL is the number of payload bytes, H = 0 when the using a Partially-connected
connected mesh topology as shown in
header is enabled and H =1 when no header is present, Fig _. If any of the nodes get down then also the network
DE = 1 when the low data ratee optimization is enabled will run smoothly.
and DE = 0 when it is disabled, CR is the coding rate from
1 to 4(FEC codes 4/(CR+4)).
ToA = [npreamble + 4.25 + nPL]*Tsymbol. The benefit of using mesh topology over start topology
is, this one gives more scaling options, longer range,
range and
Two packets with the same packet size, using the same
reliability against failure of the network.
bandwidth but different SF, have completely different
ToA. The SF, bandwidth, and packet size is chosen Proposed work
directly affect the throughput of the link. Th
The device
transmitting with low SF has a higher throughput than a Our proposed system is divided into three major parts,
p
device with a high SF value. end node, communication, and application interface as
shown in Fig. _.
Table 1 summarizes the relationship between the SF,
Throughput, and ToA considering a packet with different
payload sizes, 125 kHz bandwidth, and without the duty
cycle restrictions.
Experimental setup
Fig: Circuit Diagram of the End node STM32 is a family of 32-bit bit microcontrollers
microcontroller which
integrated circuits by ST Microelectronics. It consists of a
b. Communication processor core, static RAM, flash memory, debugging
interface, and various other peripherals. Its key features
The message generated by the end node is br brought up to
include low power requirements, up to nine
the LoRa network with the help of the communication
communication interfaces, and up to t 80 fast I/O ports,
unit, the LoRa module present on the lamp. Now
which makes it quite versatile for industrial usage.
usage
depending on the type of message header (alert or
regular) the different lamps present in the defined area b. Motion detection Sensor
process the message. If the message is with a regular
header then lamps will collect the Pole Id of the message A diffuse
iffuse sensor is a type of photoelectric sensor.
source to calculate its respective
ective position to adjust its In diffuse sensors, the emitter and receiver form part of
brightness accordingly, and
d if the message is of alert type the same unit. The optical beams are either parallel
para or
then the module will be working as a router to help the slightly converging. The presence of an object in the
message reach the gateway so that it could be sent to optical field causes diffused reflection of the beam. The
the server. receiver detects the reflection from the object itself.
Suitable for a distance of about 50-100
50 meters
c. Application interface
c. SX1278 LoRa Module
As soon as a message will be received at the server end a
notification will bee generated for the maintenance This module is a transceiver that features the LoRa long-
department with the pole id, pole location
location, and the alert range modem that provides ultra-long
ultra range spread
spectrum communication and high interference The
he settings for the LoRa module,
module chosen to keep the
immunity by minimizing current consumption. It requirements
rements of SSL in consideration are shown in Table
operates at an operating voltage of 3.3V with an 2.
operating frequency of 433MHz in India and a
Parameter Value
programmable but rate of up to 300kbps. It can even
Center Frequency 433 MHz
send data signals up to a maximum distance of 10 km Bandwidth 125 kHz
which makes it quite efficient for long-distance,
distance, secure Coding Rate 4/5
data transfer. Spreading Factor (SF) 7
Output power 20 dBm
d. Light Dependent Resistor (LDR)
It is a special type of resistor having no polarity which Table 2:: LoRa module settings
can be used to sense light intensity. Its property to
Flow Chart
change its resistance based on the intensity of light is its
key working principle. Its symbol is similar to a resistor
with an extra inward arrow indicating the light signals.
Calculation / Observation
IRX= 10.5 mA
Fig. a) End node b) Complete experimental setup Supply current in Transmit Mode (Boost modality off,
RFOP =+13dBm)
ITX = 28 mA Results Discussion
Values do not consider the power consumption of Easy installation and extension:
extension Each unit can be
additional components like sensors, microcontroller
microcontrollers, installed one by one to the network by setting the
etc. parameters. The system is autonomous-distributed
autonomous
controlled.
ed. No host computer is needed.
Fig: Graph of Old Street Light Switching time against SSL switching
time for 24 hrs.
References Italy. Sensors 2019, 19, 402.
https://doi.org/10.3390/s19020402.
1. F. Adelantado, X. Vilajosana, P. Tuset-Peiro, B. 12. Berto, R.; Napoletano, P.; Savi, M. A LoRa-
2. Martinez, J. Melia-Segui and T. Watteyne, Based Mesh Network for Peer-to-Peer Long-
"Understanding the Limits of LoRaWAN," in IEEE Range Communication. Sensors 2021, 21, 4314.
Communications Magazine, vol. 55, no. 9, pp. 34- https://doi.org/10.3390/s21134314.
40, Sept. 2017, doi: 13. Y.M. Jagadeesh, S. Akilesh, S. Karthik,
10.1109/MCOM.2017.1600613. Prasanth,Intelligent Street
3. F. Turčinović, J. Vuković, S. Božo, and G. Šišul, Lights,ProcediaTechnology,Volume
"Analysis of LoRa Parameters in Real-World 21,2015,Pages 547-551,ISSN 2212-0173.
Communication," 2020 International Symposium 14. Dizon, Eisley &Pranggono, Bernardi. (2021).
ELMAR, 2020, pp. 87-90, doi: Smart streetlights in Smart City: a case study of
10.1109/ELMAR49956.2020.9219028. Sheffield. Journal of Ambient Intelligence and
4. Higuera, J., Llenas, A., and Carreras, J., “Trends Humanized Computing. 1-16. 10.1007/s12652-
in smart lighting for the Internet of Things”, arXiv 021-02970-y.
e-prints, 2018. 15. Cotrim, J.R.; Kleinschmidt, J.H. LoRaWAN Mesh
5. Chaojie Gu, Rui Tan, and Xin Lou. 2019. One- Networks: A Review and Classification of
Hop Out-of-Band Control Planes for Multi-Hop Multihop Communication. Sensors 2020, 20,
Wireless Sensor Networks. ACM Trans. Sen. 4273. https://doi.org/10.3390/s20154273.
Netw 15, 4, Article 40 (October 2019), 29 pages. 16. Cong Tan, Duong & Kim, Myung-Kyun. (2018).
DOI:https://doi.org/10.1145/3342100 Reliable Multi-Hop Linear Network Based on
6. Fujii, Yusaku &Yoshiura, Noriaki&Takita, Akihiro LoRa. International Journal of Control and
&Ohta, Naoya. (2013). Smart street light system Automation. 11. 143-154.
with energy saving function based on the sensor 10.14257/ijca.2018.11.4.13.
network. 271-272. 10.1145/2487166.2487202. 17. NoriakiYoshiura, Yusaku Fujii and NaoyaOhta,
7. Yusaku Fujii, NoriakiYoshiura, Akihiro Takita, and “Smart streetlight system looking like usual
NaoyaOhta. 2013. Smart street light system with streetlights based on sensor networks”, 13th
energy saving function based on the sensor International Symposium on Communications
network. In Proceedings of the fourth and Information Technologies (ISCIT), (2013),
international conference on Future energy 663-637.
systems (e-Energy '13). Association for 18. Huang-Chen Lee and Huang-Bin Huang, “A low
Computing Machinery, New York, NY, USA, 271– cost and non-invasive system for the
272. measurement and detection of faulty streetlights”,
DOI:https://doi.org/10.1145/2487166.2487202. IEEE transactions on Instrumentation and
8. Jagadeesh, Y.M. &Akilesh, S. & Karthik, S. Measurements, Vol.64, (2015), 1019-1031.
&Prasanth,. (2015). Intelligent Street Lights. 19. B.Abinaya, S.Gurupriya and M.Pooja, "IoT based
Procedia Technology. 21. 547-551. smart and adaptive you lighting in street lights",
10.1016/j.protcy.2015.10.050. 2nd International Conference on Computing and
9. Sánchez Sutil, F.; Cano-Ortega, A. Smart Public Communication Technologies (ICCCT ’17),
Lighting Control and Measurement System Using (2017),195-198.
LoRa Network. Electronics 2020, 9, 124. 20. Philip TobiantoDaely, HaftuTasew Reda,
https://doi.org/10.3390/electronics9010124. GandevaBayuSatrya, Jin Woo Kim and Soo
10. JuhaPetajajarvi, Konstantin Mikhaylov, Marko Young Shin, “Design of smart LED streetlight
Pettissalo, JanneJanhunen and JariIinatti, system for smart city with web-based
“Performance of a low power wide area network management system”, IEEE Sensors Journal,
based on LoRa technology: doppler robustness, Vol. 17,(2017), 6100-6110.
scalability and coverage”, International Journal of 21. Jha Ashish K, Bababe Adam B and Ishan
distributed sensor networks, Vol. 13, No. 3, Ranjan, "Smart streetlight management system
(2017),116. using LoRa technology", International Journal of
11. Abrardo, A.; Pozzebon, A. A Multi-Hop LoRa Science and Research (IJSR), Vol. 6,
Linear Sensor Network for the Monitoring of (2017),2349-2352.
Underground Environments: The Case of the 22. Traffic Data Computation Method, Publication No.
Medieval Aqueducts in Siena, FHWA-PL-18-027 August 2018