Articles by Tag #i2c

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

EEPROM Data Storage Using I2C With Arduino UNO And AT24C256 Module

In the fast-evolving world of embedded systems, one of the most critical challenges is ensuring data...

Learn More 17 0Feb 21

Developing I2C Drivers on Embedded Linux: A Hands-On Guide

👉 Developing I2C Drivers on Embedded Linux: A Hands-On Guide The I²C (Inter-Integrated...

Learn More 0 0Jul 5

How do you communicate between two Arduino boards?

Communicating between two Arduino boards can be done in several ways, depending on your requirements...

Learn More 1 0Apr 14

How to read data from I2C or SPI-based sensors?

Reading data from I2C or SPI sensors with microcontrollers (like Arduino, STM32, or ESP32) involves...

Learn More 0 0Aug 4

How do you implement standard communication protocols (SPI, I2C, UART) in an FPGA?

Implementing standard communication protocols like SPI, I2C, and UART in an FPGA involves designing...

Learn More 1 0May 19

I2C Driver and Simulation

Throughout my career, I have worked extensively with microcontrollers and systems on chips (SoCs)....

Learn More 0 0Feb 4

Is there a bug in the hardware I2C of STM32?

Yes, there have been known hardware bugs and limitations in the STM32 I2C peripheral (specifically in...

Learn More 0 0Jul 22

How to drive I2C pins with FPGA?

Here’s a clean, FPGA-friendly way to drive I²C (SCL/SDA). The big ideas: I²C lines are open-drain...

Learn More 0 0Nov 6