VLC AND MIMO
VLC AND MIMO
Abstract: Due to the rapid growths in Light Emitting Diodes, VLC (Visible Light Communication) has received a great
attention in last years. Our main aim of this research work is to build the wireless VLC (Visible Light Communication)
system which should be able to transmit the data in-between two computers with the use of a visible light. We are using an
LED array as the transmitter, Light Dependent Resistor (LDR) as the receiver component and air as the transmission
medium. In both the transmitter and receiver modules, we are using Arduino UNO microcontroller board. Two computers
have been used to interface the software to the hardware with the help of Arduino IDE installed to both of them. If we want
to check the performance of VLC system with MIMO, commercial optical system simulation software called OptiSystem7.0
from Optiwave can be used. The layout diagram for both SISO (Single Input Single Output) and MIMO (Multiple Input
Multiple Output) communication has been generated and has been run and the BER (Bit Error Rate) performance is being
analyzed. FSO (Free Space Optical) communication channel is used as transmission medium for both SISO and MIMO.
Data transmission and reception for 100 meters is done using OptiSystem software. The eye diagram of BER analyzer
showed that the maximum quality factor of MIMO is relatively large when compared to SISO .
Index Terms: SISO (Single Input Single Output), Visible Light Communication (VLC), Light Emitting Diode (LED),
Arduino, MIMO (Multiple Input Multiple Output).
________________________________________________________________________________________________________
I. INTRODUCTION
In the last decade, the demand for data usage has increased exponentially. All the peoples want to be connected to internet whole
time, on multiple devices at the same time, update the latest happenings at each place etc. With the advancement of IOT (Internet
of Things) more and more devices will get connected to the LTE which will result in speed decrement and congestion. Considered
multiple options and of them was to utilize the unused visible light spectrum to solve this crisis and it risen the new concept called
Light fidelity (Li-Fi). As the meaning of those terms are one and the same. Li-Fi is the kind of visible light communication structure.
VLC is also a part of the Optical Wireless Communication. These techniques can enable the communication by modulating the
light in the visible spectrum, which can mostly be used for the illumination resolves [1]. Li-Fi is unique because here the same light
is being used for communication purpose and also illumination. Radio wave spectrum is very limited and visible light spectrum is
made use for the communication determination.
Visible light communication, as the name says it is a communication technique based on visible light. This spectrum is a part
of electromagnetic spectrum and that is surely visible to the human eye. The visible light in common terms is simply called as light
itself. This mode of communication is wireless. Nowadays, IR (Infrared) systems have been developed to provide more data rate,
because the conventional systems such as Bluetooth, radio communication and Wi-Fi had low speed. VLC system uses different
colored LED’s and some colored LED combinations to produce white light. Some filters will be used in the receiver side to separate
different colored lights. White LED’s are the most widely used ones in visible light communication system. In order to achieve high
data rate in our hardware, we made use of array of LED’s. The array of LED’s provides better illumination as well as to achieve
peak data rate. New modulation and multiplexing techniques are developed and used by the researchers to provide high data rate.
LED flashlights and lasers are used in some applications which require high intensity light for long distance communication [1].
Taking Li-Fi as a consideration, it is a type of visible light communication method. It offers unlicensed spectrum and thus
users can utilize wider range of bandwidth. Visible light is very much harmless to use, as any health hazards will not happen through
it. This is because visible light don’t penetrate through the wall, whereas electromagnetic waves can easily penetrate through the
walls. Wi-Fi is not permissible in some of the hospitals due to harmful radiations. The direct line of sight (LOS) is one of the basic
requirements for any kind of visible light communication. LOS between transmitter and receiver should be proper to achieve better
data rate. If any obstacle/object or undesired wave come in between the transmitter and receiver, at that time the line of the sight
gets disturbed and it cause denial of service (DoS). But the major advantage of using visible light spectrum is that, any hacker or
intruder outside the room will not be able to utilize data. Because of this reason more secure communication takes place [2].
SISO (Single Input Single Output) systems are most of the times used for smaller applications. Adding MIMO (Multiple Input
Multiple Output) technology along with VLC is a better idea for larger applications in real time. In this paper we have designed a
hardware setup for PC to PC communication using VLC. This is a SISO system and an experimental setup for smaller distance.
This can be further improved if high intensity light sources are used. And to check the advantages of including MIMO in VLC
system, we did some simulations. The BER (Bit Error Rate) performance of both SISO and MIMO is analyzed. As this is indoor
VLC application, distance between transmitter and receiver is set in terms of meters. In case of outdoor scenario, distance can be
increased up to kilometer range. But the FSO (Free Space Optical) channel should be used and atmospheric conditions must be
taken into consideration.
II. LITERATURE REVIEW
Some papers which are related to visible light communication, MIMO, LED, free space optics, etc are referred for this project
work. Satish R. Devane & Zashi P. Choudhari have designed high sensitive universal Li-fi receiver. The main aim was to enhance
the data communication. In this research paper, authors describes the working and characteristic features of LED based visible light
communication. They showcase the advantages of using non-hazardous LED light [3]. Shaik.Shakeera et.al designed a Computer to
Computer File Transfer system with the use of Li-Fi Technology. The main aim of their work was about text data transmission. Text
transmission from PC to PC is executed with better speed than Wi-Fi. Their work is an inspiration to develop hardware model for Li-
Fi. In future scope, authors highlighted about Li-Fi hotspots, which can be transmitted in Gbps order [4].
Akash Gupta et.al developed a Cascaded FSO-VLC Communication System. Both VLC and FSO are the major areas of interest
in our work. The performance of FSO-VLC system is being analyzed by them. Different indoor and outdoor parameters are
considered in their work. Their work provides a solution to spectral congestion problem faced by most of the wireless
communication types [5]. Chetna Verma and Chetan Selwal used diversity technique invisible light communication system. Along
with that they included 4 QAM (Quadrature Amplitude Modulation) OFDM (Orthogonal Frequency Division Multiplexing) FSO
(Free Space Optical) link. Authors simulated utilizing OPTISYSTEM 12 version. They designed 4QAM OFDM FSO link in three
different stages. And also the performance of the system for different environmental conditions was simulated and analyzed [6].
Hammed G. Olanrewaju et.al illustrated MIMO-OFDM system in their paper. The BER plots obtained in their simulation show
that high performance gains are achieved by using DPWC (Dual Pair-wise Coding) [7]. Fabian Harendran Jesuthasan et.al designed
SISO-VLC and 2x2 MIMO setup. They transmitted the audio sound through both the setups. They concluded that quality and
receiving range was improved in MIMO-VLC when compared to SISO-VLC system [8].
Coming to the receiver side there is a LDR Sensor Module which can be used if we want to detect the presence of light or if
we want to measure the intensity of light. The output of this module goes to high level whenever the presence of light is there and
it also goes to low level whenever the absence of light is there [12]. A single LDR module will be used and can detect the light for
around 15 centimeter distance. The Arduino IDE and X-CTU software (serial terminal software) was installed in both PC’s. The
embedded C programming is done on Arduino IDE of both transmitter and receiver side and are compiled. Once both transmitter
and receiver side codes are compiled without error. The programs are then dumped into Arduino UNO boards after connecting the
PC using USB connector. Once connections and program dumping is over, the message is typed on the serial monitor of transmitter
side PC. The same message will be displayed on the receiver side PC’s serial monitor. The text transmission was successful for
smaller distance that is around 15 centimeters. To further check the performance of Visible light communication for larger distance
and for real time applications, layout design and simulations are done using OptiSystem software.
A general modulation format which can be useful in optical communication is Non-return to zero. It is also known as OOK (On-
Off Keying) because during any communication, the light source will be switch on and off and it depends on logical value of binary
data signal. The logged trace can be disjointed into 1.5 or 2 bit segments and then they are covered on the top of each other so that
it will form an eye diagram. For signal deficiency detection in OOK signaling we can also use eye diagram. BER analyzer is used
at the receiver to know the BER performance [17]. As both SISO and MIMO layouts are designs. BER performance of MIMO over
SISO is compared. The layout diagram of SISO VLC is as shown in Fig.2. A single transmitter and single receiver with one FSO
channel are used in layout. The BER analyzer can automatically calculate the bit error rate and a Quality factor.
Fig.2: The layout of SISO (Single Input Single Output) Visible light communication transceivers using FSO channel.
MIMO takes benefit from the spatial multiplicity and it receives multiple autonomous copies of same signal at the receiver
side. MIMO system will increase signal to noise ratio & BER [8]. The optical amplifier power is increased in the layout design, as
we have to transmit more power. The MIMO technology can also increase data rate. And it is also capable of improving the system
dependability through spatial multiplicity [7]. In the layout of MIMO transceiver, four transmitters and receivers are used. A 1 to
N fork is used to multiply the number of transmitters. And power combiner is used at the receiver side to multiply the receiver
blocks. The layout designed for MIMO VLC system using OptiSystem software is shown in Fig.3 below:
Fig.3: The layout of MIMO (Multiple Input Multiple Output) Visible light communication transceivers (4x4 MIMO) using
4 FSO channels.
Almost all the parameters considered for SISO and MIMO are same except optical amplifier gain. As the number of transmitters
and receivers are more in MIMO and there are four FSO channels. The optical amplifier gain is multiplied by four. The simulation
parameters and their values are listed below in tabular form. Table 1 show the parameters which are considered for the simulation
purpose.
Fig.6: BER analyzer output of SISO (Single Input Single Output) Visible light communication transceivers using FSO
channel.
Fig.7: The BER analyzer output of MIMO (Multiple Input Multiple Output) Visible light communication transceivers ( 4x4
MIMO) using 4 FSO channels
VI. CONCLUSION
This paper is all about data transmission through visible light. Using the visible light spectrum, data transmission from one PC
to another is successfully done for smaller distance. For longer distance communication, simulations are done by transmitting data
at a bit rate of 35Gbps. Both SISO and MIMO VLC systems are designed and simulated. The distance is set to 100 meters and is
sufficient for indoor VLC system. In future work, FSO channels can be implemented for outdoor communication purpose with
distance in terms of kilometers. But, in outdoor VLC, atmospheric conditions should be taken into consideration for speedy
communication.
REFERENCES
[1] S. Das, A. Chakraborty, D. Chakraborty and S. Moshat, "PC to PC data transmission using visible light communication,"
2017 International Conference on Computer Communication and Informatics (ICCCI), Coimbatore, 2017, pp. 1-5, doi:
10.1109/ICCCI.2017.8117767.
[2] Mr. Yogesh Chawan, Mr. Ramchandra Gaurav, “Data Transfer using Visible Light Communication”, 2017 – Volume 4
Issue 2 January 2017, IARJSET
[3] Zashi P. Choudhari and Satish R. Devane. “High sensitivity universal Lifi receiver for enhance data communication”.
Online International Conference on Green Engineering and Technologies (IC-GET), 2016, Mumbai, INDIA.
[4] M.Lotfy Rabe, Mohammad I Gabar, Tarek Husny, “Data Transmission via Visible Light Communication (VLC)
Technique”, Volume 5 Issue 9, September 2016, IJIRSET (ISSN: 2319-8753)
[5] Prashant D. Nehare, Mayur Purohit, Chaitali S. Somase, Piyush Sarode, “Transmission of Data through [Li-Fi] Light
Fidelity From One PC to another PC”, IRJET, Volume 4 Issue 4, Apr-2017.
[6] Akash Gupta et.al.” Cascaded FSO-VLC Communication System”. IEEE Wireless Communications, 2017.
[7] Chetna Verma and Chetan Selwal “Visible light communication system (VLC) Using Diversity Technique with 4 QAM
OFDM FSO Link”, IEEE Xplore , 2018.
[8] Hammed G. Olanrewaju et.al. “Pairwise Coding for MIMO-OFDM Visible Light Communication”. IEEE
TRANSACTIONS ON WIRELESS COMMUNICATIONS, 2019.
[9] Fabian Harendran Jesuthasan et.al.” Implementation and Performance Evaluation of a MIMO-VLC System for Data
Transmissions”. IEEE, 2019.
[10] https://www.arduino.cc/en/Main/Boards
[11] https://www.prophotonix.com/resources/technical-overviews/led-array-methods/
[12] http://henrysbench.capnfatz.com/henrys-bench/arduino-output-devices/tip122-arduinorelay-tutorial/
[13] Liang K., Chow C.W., Liu Y. “RGB visible light communication using mobile-phone camera and multi-input multi-output”.
Opt. Express.2016.
[14] Zhitong Huang et.al.” Hybrid Optical Wireless Network for Future SAGO-Integrated Communication Based on FSO/VLC
Heterogeneous Interconnection”. IEEE Photonics Journal, 2017.
[15] Milica Petkovic.” Outage Probability Analysis of RF/FSO-VLC Communication Relaying System”. IEEE.
[16] https://en.wikipedia.org/wiki/Avalanche_photodiode
[17] https://optiwave.com/forums/topic/3r-regenerator/