Data Transmission Using LI-FI
Data Transmission Using LI-FI
Coimbatore, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - In an era of wireless communication, a large
number of devices are using the radio frequency range and
due to this, congestion and interference occur. For
instance, a wind turbine currently transfers ten terabytes
of data every day. An excellent set of this computerized
information is transferred from a supply to recipient
crossing over huge separations, and this operation from
beginning to end includes a foreign interface that uses the
ability of the RF spectrum to transfer data. It is assumed
that by 2025, we are going to use 44 zettabytes of data.
This adds up to the sum of total bits on the world as same
Fig.1 Electromagnetic spectrum
as the total count of stars present in the universe.
Machines will generate this much information during their Figure 1 illustrates a portion of the electromagnetic
operation. Under the specific circumstance, it is assumed spectrum with the optical range highlighted. Optical
that there will be around eighty billion Internet-of-Things wireless communication (OWC) systems have several
(IoT) gadgets by the year 2028. This project aims to create technological and operational advantages, including low
a wireless VLC device that can send data (video, text) power consumption, much higher bandwidth capability,
between two computers using visible light. Li-Fi strong security, electromagnetic interference immunity,
technology is used to transfer the information utilizing and tolerant spectrum. The transmitter in this paper is an
visible light correspondence with light-emitting diodes LED (Light Emitting Diode), the transmitting medium is
(LED). Signals are transferred from one system to the next air, and the signal receiving unit is an effective Photodiode.
using LEDs for transmission and Photodiodes for the The requirement for wireless data connectivity has risen
reception. This is a significantly more secure strategy for exponentially over the last few years. Wireless
the transmission of data compared with existing communication using the radio frequency spectrum, which
innovations. Recognizable Visible Light Communication has been the most prominent up until now, has resulted in
(VLC) has expanded extraordinarily for the last decade spectrum congestion [1]. The introduction of visible light
due to the development in the manufacturing of the Light communication opens up a whole new world of
Emitting Diodes (LEDs). In this project, the video signal is possibilities for future computer communication. To begin
transmitted by using the Li-Fi transmitter with the power with, the visible light spectrum bandwidth, which spans
of Light. The sufficient, persistent, and long life of LEDs 430 THz to 750 THz, is significantly greater than the radio
make them a piece of promising private lighting frequency spectrum bandwidth, which spans 3 kHz to 300
equipment and an alternative way to exchange data and GHz, because of the increased bandwidth, it is possible to
information in the fast-moving world. This project will be transmit data at a much faster rate and can handle a
used for communicating information and measuring its greater number of users [2]. Second, under certain areas,
efficiency in terms of data fidelity, speed, and cost in such as space stations, hospitals, and mines, radio
comparison with other communication media. frequency (electromagnetic waves) can be life-
threatening, while visible light, as an efficient means of
Key Words: IOT, Visible Light Communication, Li-Fi, LED
life, is safe[3]. Third, light sources are abundant and
1. INTRODUCTION sufficient, and once replaced with LED lamps, they can
serve as transmitters as well as light sources [4]. This
VLC (Visible Light Communication) is the transmission of ensures a plentiful supply of visible light communication
data using visible light from the electromagnetic systems at a low cost to introduce. Finally, unlike radio
spectrum's (300 GHz -30 PHz) (Peta Hertz) portion, which waves, light cannot pass through walls, so the data cannot
comprises the infrared, visible, and ultraviolet bands. be received by a receiver on the other side of the wall [5].
Since information is not broadcast for external sources to
receive, this property of light improves security. The
advancement of this technology is still in its development.
© 2021, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 55
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 08 Issue: 06 | June 2021 www.irjet.net p-ISSN: 2395-0072
System Design Objectives: A personal computer (PC 1) is used on the transmitter side
of the VLC system. The program for Hyper terminals and
● Achieve high-speed wireless data transmission. the. Net application software must be mounted on PC 1 for
the device to run smoothly. This PC acts as a data source in
● Build a wireless communication network using this system.
existing light infrastructure for reliable and low-cost
communication.
2. System Model
© 2021, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 56
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 08 Issue: 06 | June 2021 www.irjet.net p-ISSN: 2395-0072
the Controller. The first step is to build a serial port object 3: RECEIVE THE DATA INPUT FROM PC1.
(s) for the Controller's serial port COM6. 9600 bits per
second is the Baud Rate, which refers to the amount of 4: CONVERT IT INTO ITS RESPECTIVE ASCII VALUE.
signal or symbol shifts per second. The PIC Controller's
UART port is then attached to the serial port object. The 5: GENERATE THE RESPECTIVE BINARY BITS FROM THE
application receives video input from the user and ASCII VALUE.
transfers it to the Controller's IDE. A software-written
6: TRANSMIT THE BITS BY FLASHING THE LED FOR
machine code receives the embedded video data and
DIFFERENT DURATIONS USING PWM.
decodes it into its ASCII value before generating the binary
bit stream. To begin, the Controller board's PIN 17 (Port- 7: WRITE A HIGH OR A LOW VALUE TO THE PIN TO
C) has been specified and configured as an output. For WHICH THE LED IS CONNECTED.
serial communication, the baud rate is set to 9600 bits per
second. The number of bits (characters) available for 8: STOP.
reading from the serial port is determined, and the serial
data received is read. The digital pin 17 receives a HIGH or 2. 2 Receiver
LOW value. The length of the pulse is varying according to
the bit stream, which is applied using pulse width A PIC Controller board is connected to PC 2 via a UART
modulation (PWM). For example, if the cable. A Photodiode is connected to the analog pin of the
transmitting signal is 101, one high pulse would be Controller in order to receive the output from the sensor.
emitted for bit 1, a low pulse for bit 0, and another high The Photodiode is positioned within 5 meters of the LED
pulse for the least significant bit 1. For high pulse=1, a to ensure a clear line of sight between them. As its junction
specific delay is given. Similarly, for low pulse=0 a voltage varies with differences in the amount of light
separate delay is given. As a result, data is transmitted as incident on it, the Photodiode senses the rapid flickering of
the LED rapidly flickers in response to the varying the LED when transmitting 0 (Low) or 1 (High) as seen in
durations of delay offered for the high and low pulses. Fig 4.
Natural eye identifies outlines each 1/tenth of a second.
© 2021, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 57
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 08 Issue: 06 | June 2021 www.irjet.net p-ISSN: 2395-0072
6: DECODE THE BITS (HIGH OR LOW) RECEIVED INTO ITS Fig.6 (a) Hardware Section of Transmitter
EQUIVALENT DATA.
8: STOP.
RESULT
© 2021, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 58
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 08 Issue: 06 | June 2021 www.irjet.net p-ISSN: 2395-0072
network within a few years. Under this forthcoming [8] N. V. Swam “Li-Fi (light fidelity) – the changing
integration, every device large enough to mount a LED and scenario of wireless communication” IJRET: International
a light sensor can be connected and powered by LiFi. This Journal of Research in Engineering and Technology,
paper highlights LiFi's cutting-edge growth and Volume: 04 Issue: 03 2015.
technological capabilities, as well as the obstacles that
remain for a fully integrated LiFi network. Since the [9] R. Sridhar, R. Richard D., Lim Sang-Kyu , “IEEE 802.15.7
primary focus of current research is on the development visible light communication: modulation schemes and
of appropriate modulation techniques for use in LiFi dimming support”, IEEE Communications Magazine,
systems, we have found it necessary to underline in this Volume: 50 Issue: 3, March 2012.
paper a few of the most competitive advances to date.
[10] R.R Sharma, A. Sanganal, P. Sandhya “Implementation
In the future, this paper might be applied with a high- of a simple Li-Fi based system” IJCAT - International
performance microcontroller capable of decoding data at a Journal of Computing and Technology, Volume 1, Issue 9,
faster pace, giving the consumer a broader spectrum of October 2014.
bandwidth and enabling them to transmit data at a faster
rate without compromising on security. [11] W. Qing, G. Domenico, D. Puccinelli “OpenVLC:
Software-defined visible light embedded networks”,
REFERENCES Proceeding VLCS '14 Proceedings of the 1st ACM MobiCom
workshop on VLC systems pages 15-20, 2014.
[1] T. Komine and M. Nakagawa, Fundamental Analysis for
Visible-Light Communication System Using LED Lights, [12] S. Schmid, T. Richner, S. Mangold, B. Switzerland, R.
IEEE Transactions on Consumer Electronics, Vol. 50, no. 1, Thomas Gross, “EnLighting: An Indoor Visible Light
pp. 100-107, February 2004. Communication System Based on Networked Light Bulbs”.
Sensing, Communication, and Networking (SECON), 2016
[2] Safaa Alaa Eldeen Hamza, Dr. Amin Babiker , A Nabi 13th Annual IEEE International Conference in 2016.
Mustafa, The Use Of Pulse Width Modulation (PWM)
Technique in LED Lighting Systems, International Journal [13] A. Jovicic, T. J. Richardson, J. Li “Method and
Of Science and Research(IJSR), ISSN(Online):2319- 7064, apparatus for power efficient joint dimming and visible
Khartoum, Sudan. light communication”, U.S. Provisional Application Ser. No.
61/767,952, Feb. 22, 2013.
[3] Minseok Oh, A Flicker Mitigation Modulation Scheme
for Visible Light Communication, Advanced [14] S. Schmid, M. Gorlatova, D. Giustiniano, V.
Communication Technology (ICACT), 2013 15th Vukadinovic, S. Mangold, “Networking Smart Toys with
International Conference, ISSN :1738-9445, Suwon,Korea, Wireless ToyBridge and ToyTalk, Poster Session Infocom
January 2013. 2011 Springer International Publishing.
[4] Jitesh Nagdev,Dipesh Sher,Rohit Nathan,Gaurav [15] M. V. Bhalerao, S. S. Sonavane,V. Kumar, A Survey of
Kalwani, Wireless Data Transfer Using Light Fidelity, Wireless Communication Using Visible Light, International
International Journal of Science and Research (IJSR), India Journal of Advances in Engineering And Technology, Vol.
Online ISSN: 2319-7064, June 6 2013. 5, Issue 2, pp. 188-197 Jan 2013.
[5] Minseok Oh, A Flicker Mitigation Modulation Scheme [16] Dr K Sharma, A Mishra, Rajiv Saxena “Analog And
for Visible Light Communication, Advanced Digital Modulation Techniques Overview” Technia
Communication Technology (ICACT), 2013 15th International Journal of Computer Science and
International Conference, ISSN :1738-9445, Suwon,Korea, Communication Technology,Vol-3 July 2010.
January 2013.
[17] VanNTran, Robert Stuart, Hardik Bhavsar
[6] S. Chatterjee, S.Agarwal, A. Nath “Scope and Challenges “Phototransistor Switching Time Analysis” California
in Light Fidelity(LiFi) Technology in Wireless Data Eastern Laboratories, 2013 15th International Conference,
Communication”, International Journal of Innovative ISSN :1738-9445, Suwon,Korea, January 2013.
Research in Advanced Engineering (IJIRAE) ISSN: 2349-
2163 Issue 6, Volume 2 June 2015.
© 2021, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 59