Thursday, March 28, 2024

Applications And Advantages Of Using Li-Fi For Data Transfer

by Achuthan Kumar S.

- Advertisement -

Li-Fi, which uses visible light for communication, is 100 times faster than Wi-Fi, which uses radio frequencies.

Visible light communication (VLC) is a data communication method that uses visible light between 400THz and 800THz (Tera-Hertz) frequency; wavelength is 780nm to 375nm. It is a subset of optical wireless communication technologies.

VLC technology uses fluorescent lamps or light emitting diodes (LEDs) to transmit signals. Photosensitive components are used to receive those signals. However, in some cases a cellphone camera or a digital camera can also be used (since the camera is an array of photosensitive components arranged in a definite pattern). Such sensors may provide high input efficiency, since a large number of photosensitive components receive the signals.

- Advertisement -

VLC does not require a separate system to operate—it can be added to the illumination device. This article explores a new approach for VLC where LEDs are the transmitter, visible light is the medium for communication and a photodiode is the receiver. Thus, an attempt has been made to transmit data from LEDs to the photodiode.

Advancements in VLC lead to Light-Fidelity, or Li-Fi. Li-Fi is a bi-directional, high-speed and fully networked wireless communication technology, which is similar to Wi-Fi, or Wireless-Fidelity.

Outline of the operation of a VLC system is explained next, using block diagrams. Block diagram in Fig. 1 shows the process involving data transmission using visible light, or Li-Fi.

Transmission process block diagram

Block diagram in Fig. 2 shows the process of the transmission. Data is first obtained from the user and then converted into bits by a microcontroller (MCU) (Arduino is used in this case). Then, on-off keying (OOK) modulation technique is applied, and light pulses are generated from the light source.

Receiver process block diagram

Block diagram in Fig. 3 shows the process of the receiver operation. Light pulse obtained from the light source is sensed by photosensitive elements (LDR in this case). Sensed pulse is demodulated and bits are identified. Transmitted data is framed from received bits.

VLC transmitter

VLC process block diagram
Fig. 1: VLC process block diagram
Transmission process block diagram
Fig. 2: Transmission process block diagram
Receiver process block diagram
Fig. 3: Receiver process block diagram

 

A transmitter module contains a power supply, LEDs and Arduino MCU. It converts electrical waves into optical pulses. VLC transmitter is different from a conventional communication transmitter. It acts as a communication transmitter and an illumination device simultaneously. For each character, seven bits are assigned uniquely. Each character is identified by a 7-bit combination. LEDs have a high flickering rate. Hence, these can be set to switch off and on at an extremely low time delay (a few milliseconds), so that the process cannot be detected by human eyes.

The concept of VLC is similar to infrared (IR). Any kind of light source with faster switching speed can be used as the transmitting device for VLC. However, some are better suited than others. For instance, incandescent lights quickly break down when switched on and off frequently. Thus, these are not recommended to be used as VLC transmitters. More promising alternatives are fluorescent lights and LEDs.

Fluorescent lights are usually used for illumination. But these can also be used as transmitters, because these can flicker well enough to transmit a meaningful amount of data.

LEDs are replacing fluorescent lamps, since LEDs are highly power-efficient, and have a longer lifespan. This is a major advantage for VLC communication. Since LEDs have a higher flicker rate than fluorescent lights, rate of data transmission is increased greatly.

Development of LEDs has made solid-state lighting an emerging field. LEDs have surpassed incandescent light sources in terms of reliability, power requirements and luminous efficiency. Efficiency of LEDs is much higher than that of incandescent lamps. LEDs and lasers are used as transmission sources for VLC. White light-based LEDs are an attractive candidate for being used as VLC source.

There are different spectra in which white light is produced by LEDs. Tetra-chromatic (combination of cyan-red-green-blue), dichromatic (combination of blue-yellow) and trichromatic (combination of red-green-blue) are the different modes used for the generation of white light. The most common method for generating white light using LEDs is trichromatic. For more efficiency, monolithic trichromatic LEDs are used, since these have high data transfer speed as compared to other LED types.

Input data (character) to be sent from a personal computer is first converted into corresponding binary code, in which 1s in the binary code represent LED on. Similarly, 0s represent LED off. The character is represented in binary form by the MCU in Arduino. Because of the high on-off speed characteristic of LEDs, humans cannot perceive the twinkling phenomena, so both lighting and information transmitting can be realised simultaneously. Generated optical signals carrying original information are then delivered to the indoor wireless channel.

In the above example, seven bits are assigned to each character [A-Z] in Arduino. The program for transmission is compiled and uploaded to Arduino, which controls the light at transmitter end and sends the compiled information. The 7-bit assumption for each character is given in Table I.

Block diagram of VLC transmitter
Fig. 4: Block diagram of VLC transmitter

In binary representation, logic 1 represents LED on and logic 0 represents LED off. This modulating technique is known is OOK. Here, the LEDs are not completely turned off in off state, but the level of intensity is reduced.

The main advantage of using OOK is easy implementation. Other modulating techniques can also be used for data transmission. Each modulating technique has its own characteristics. Some other modulating techniques are PWM, M-PAM and M-PPM.

VLC receiver

A receiver module contains photodiode, Arduino and PC. Light from the transmitter is picked up by a single, or an array of, photosensitive filament on receiver side. In VLC receiver, light is detected using a photosensitive device and then converted to photo current.

 Block diagram of VLC receiver
Fig. 5: Block diagram of VLC receiver

Parameter specification of VLC is different from that of IR communication because of different wavelengths. When subjected to light energy, a photoconductive light sensor changes its physical property. A photoresistor (light-dependent resistor, LDR) is the most commonly used photosensitive device. It is a semiconductor device that uses light energy to control the flow of electrons and therefore the flow of current in these.

An LDR changes its electrical resistance depending on the intensity of light. It changes its electrical resistance from a high value of several thousand Ohms in the dark to only a few hundred Ohms when light is incident on it by creating electron-hole pairs in the material.

LDR is preferred because it has low rise and moderate fall times. Faster rise and fall times are essential for faster transmission of data. The signal produced by the transmitter is received completely by the receiver. The surrounding illuminating light increases the base luminance but does not alter the variations produced by the transmitter. By adopting the base luminance of an environment, variation produced can be fully received by the receiver even after reflection. The most commonly used photoconductive cell is LDR. Silicon photodiode, phototransistor, avalanche photodiode, PIN diode and camera (array of light-sensitive elements) can also be used as a receiver.

The coding technique (OOK modulation) used in the transmitter section is interrupted and the corresponding decoding technique is used. Decoding is done by the MCU or microprocessor at the receiver end. Binary representation of each character is stored at the receiver end, too. Here, it is used for matching the obtained signal via LDR from the LED with actual binary representation. For example, 7-bit code for character A is assumed to be [011 0001] in transmitter section. It is saved at the receiver end so that it can compare the obtained signal word with the actual word.

Delay time for the receiver is matched to delay time of the transmitter. The synchronised process takes care that the information sent by the transmitter is received fully at the receiver end. A small delay between transmitter and receiver end can cause an error.

Variations in LDR due to light emitted by the LED at the transmitter end are continuously observed by Arduino. Received variation is amplified and compared with the binary representation of the character, which is predefined in the transmitter. Thus, the character is displayed as output in the computer via Arduino’s serial monitor.

Characteristics of VLC

Frequency

Visible light has higher frequency than radio waves, and spectrum for visible light is not limited. Visible light frequencies lie between ultraviolet (UV) and IR waves. Visible light is divided into four ranges:

  1. Near UV (3PHz)
  2. Far IR (3THz)
  3. Mid IR (30THz)
  4. Near IR (300THz)

Speed

Speed of VLC can be up to 100 times the speed of Wi-Fi. In laboratories, speed of Li-Fi can be up to 224Gbps using suitable modulation techniques.

Power

VLC does not require external power as it has power for LED light. It simply alters the light emitting frequency to transmit data. Illumination lights are used in this technology.

Antenna

The antenna frontend is not required in this technology, which reduces power consumption greatly. Since existing illumination LEDs are used, a transmitter is not required.

Similarly, the receiver is a photosensitive element. There is no restriction in the angle of projection. Hence, more receivers can benefit from a single transmitter.

Security

VLC uses visible light for communication. Hence, it is easy to determine who receives the message. Also, it is impossible to tap the communication without breaking the link.

Human safety

VLC does not affect the human body at all. Thus, transmission power can be kept high if needed.

Bandwidth

VLC has a bandwidth range from 430THz to 750THz. This range is larger than the bandwidth in RF communications, which is from3kHz to 300GHz.

Unlicensed spectrum

No company owns property rights for visible light and, thus, no royalty fees have to be paid. No expensive patent/licence needs to be purchased to use visible light for communication purposes.

Applications of VLC

Smart lighting

Smart buildings require smart lighting. Smart lighting with VLC technology provides better infrastructure for illumination, control and communication. Since communication between LEDs is possible, additional wirings are reduced and, thus, power consumption is greatly reduced.

The buildings can be designed to function in many ways. For example, if VLC technique is used in Burj Khalifa (currently the world’s tallest building), it can either illuminate the whole building in a particular pattern or it can transmit the message over a great distance, making communication among its neighbours possible.

Mobile connectivity

By pointing visible light from a Li-Fi modem to another device, a high-speed data link with inherent security can be created. This overcomes the problem of pairing or connecting, by providing a much higher data rate than Bluetooth or Wi-Fi.

In hazardous environmental areas where there is a risk of explosions (mines, petro-chemical plants and oil rigs) and radioactivity-free zones (hospitals, reserved forests, etc), VLC is inherently safe and provides both illumination and communication.

Vehicles and transportation

Traffic signage, traffic lights and street lamps are adopting LED technology, so there are multiple application opportunities here. VLC can be used for vehicular communication due to the presence of vehicle lights and existing traffic light infrastructure. High-priority applications for vehicle safety communication include collision warning, pre-crash sensing, emergency electronic brake lights, lane-change warning and curve speed warning, among others.

Such high-priority applications require reliable reachability with extremely low latency. Due to extremely low allowable latency in vehicle safety communication, a high-speed VLC system like Li-Fi can be useful.

An outdoor VLC system using controller area network (CAN) has been proposed, where backlights and headlights are used for communication.

Defence and security

The ability to send data quickly and in a secure way is the key to many applications. Visible light not being detected on the other side of a wall has great security advantages.

Hospitals and healthcare

There are advantages of using VLC in hospitals and in healthcare. Cellphones and Wi-Fi are undesirable in certain areas of hospitals, especially around MRI scanners and in operating theatres. This is where VLC can come in.

Wi-Fi spectrum relief

Wi-Fi cannot keep up with the growing demand for wireless data. VLC can provide data rates higher than Wi-Fi. This can be done at a low cost, since radio frequency (RF) components and antenna systems are eliminated.

Aviation

Radio is undesirable in passenger compartments of aircraft. LEDs are already used for illumination and can also be used instead of wires to provide media services. This reduces aircraft construction costs and weight.

Underwater communication

RF does not work underwater, but visible light can support high-speed data transmission over short distances in this environment. This could enable divers and underwater vehicles to talk to each other.

Conclusion

Although this technology is still in its infancy, with further studies and development its far-reaching applications will only get better. VLC technology is all about using LED light bulbs meant for illumination to also send data simultaneously. It is best suited as an alternative for data transfer where radio transmission networks are not desired or possible. In future, we will be able to transmit an image, audio and even a high-definition video using LED light bulbs.

Features such as high bandwidth, non-interference with radio waves (in electromagnetic-sensitive areas) and non-hazardous to health has made VLC an attractive technique for future communication. Li-Fi is 100 times faster than analogous Wi-Fi, which uses RF for communication. The optical wireless communication system is a good replacement for the regular communication system. VLC is a rapidly growing segment in the field of communication.


Achuthan Kumar S. is an electronics engineering undergrad from Chennai, India, whose goal is to provide an Internet connection through VLC.

This article was first published on 21 March 2019 and was updated on 28 January 2021.

1 COMMENT

SHARE YOUR THOUGHTS & COMMENTS

Electronics News

Truly Innovative Tech

MOst Popular Videos

Electronics Components

Calculators