8051 Micro-controller

8051 architecture feature

8051 Architecture,You should know before programming

The 8051 architecture provides many functions like CPU(central processing unit),  RAM(random access memory), ROM (read-only memory), I/O (Input/Output), timer, interrupt logic. etc. Intel introduces 8051 microcontrollers in 1981. It is an 8-bit microcontroller. It is built with 40 pins DIP (dual inline package), 4kb of ROM storage (on-chip memory). We can also interface external memory […]

8051 Architecture,You should know before programming Read More »

interfacing of eeprom using the i2c

interfacing EEPROM with 8051 microcontroller using I2C

In this article, we will explore how to interface an EEPROM with an 8051 microcontroller using the I2C protocol. In real-world applications, microcontrollers often come with a limited amount of internal memory. This limitation can become a significant bottleneck during project development, especially when persistent data storage is required. To overcome this, microcontrollers typically offer

interfacing EEPROM with 8051 microcontroller using I2C Read More »

i2c protocol

Understanding I2C Protocol: Communication, Bus Architecture & Real-World Applications

In this blog post, we will explore the I2C (Inter-Integrated Circuit) communication protocol in detail. You will learn how it works, including its hardware configuration, frame structure, and data transfer mechanism between devices. We will also explore why I2C is a preferred choice for chip-to-chip communication. We will also cover commonly used terms in I2C

Understanding I2C Protocol: Communication, Bus Architecture & Real-World Applications Read More »