communication

Basics of the I2C Communication Protocol

Basics of the I2C Communication Protocol

So far, we’ve talked about the basics of SPI communication and UART communication, so now let’s go into the final protocol of this series, the Inter-Integrated Circuit, or I2C. You’ll probably find yourself using I2C if you ever build projects that use OLED displays, barometric pressure sensors, or gyroscope/accelerometer modules. I2C combines the best features of SPI and UARTs. With […]

Basics of the I2C Communication Protocol Read More »

Basics of the SPI Communication Protocol

Basics of the SPI Communication Protocol

When you connect a microcontroller to a sensor, display, or other module, do you ever think about how the two devices talk to each other? What exactly are they saying? How are they able to understand each other? Communication between electronics is like communication between humans. Both sides need to speak the same language. In electronics, these languages are called communication

Basics of the SPI Communication Protocol Read More »

Light Fidelity Li Fi

Light Fidelity (Li-Fi)

Light Fidelity (Li-Fi) is a bidirectional, high-speed and fully networked wireless communication technology similar to Wi-Fi. The term was coined by Harald Haas[1] and is a form of visible light communication and a subset of optical wireless communications (OWC) and could be a complement to RF communication (Wi-Fi or cellular networks), or even a replacement

Light Fidelity (Li-Fi) Read More »

Serial Port Communication in C

Serial Port Communication in C#

The serial port of the PC is a very important resource both in industrial environment and in home-made electronics, due to the wide popularity of the UART interface which is to be found on many microcontrollers or on many test and design instrumentation (programmable power supplies, multi-meters, oscilloscopes etc). Even if modern-day computers tend not

Serial Port Communication in C# Read More »