PIC16F877A I2C Tutorial

PIC16F877A I2C Tutorial

This article is a continuation of the series of tutorials on the PIC16F877A Microcontroller. The aim of this series is to provide easy and practical examples that anyone can understand. In our previous tutorial, we have seen PIC16F877A ADC Tutorial. Now we are going to see PIC16F877A I2C Tutorial. Prerequisites Before getting into the I2C Tutorial of PIC16F877A, … Read more

8051 – I2C Tutorial

8051 I2C Interfacing Tutorial

In our previous tutorial, we have interfaced the 8051 with the RFID reader. Now we will see 8051 I2C Interfacing Tutorial. so we will Interface EEPROM to check I2C. 8051 I2C Interfacing Tutorial Suggestion to read Before getting into I2C interfacing with 8051, Please read the below topics. I²C Basics I²C Advanced 8051 -UART Interfacing … Read more

I2C Protocol Introduction – Part 2 (Advanced Topics)

I2C Protocol

This is the continuation of the I2C Protocol Tutorial  Part 1 (I2C Basics). You can also read the I2C Linux device driver. Cont ( I2C Tutorial )… The I2C Protocol bus uses two wires: serial data (SDA) and serial clock (SCL). All I2C master and slave devices are connected with only those two wires. Each … Read more