Others Projects For Final Year Students

Here we are providing list of ` projects whith code and documentation.

I2C Protocol Implementation with RTC and EEPROM ECE Mini Project

Introduction:

I2C is the protocol or serial bus that is used in the EEPROM memory to host the interface devices. They are generally used in the embedded devices that have time clocks and they are based on the real time systems. It can be connected with many devices with just two wires. The master devices used initiated the control to I2C and clock is transferred to slave devices. I2C support the speed of 100 Kbits/s. with the help of we can connect up to 256 slave device to the master with just the same two wires.

Project Requirements:

RTC is used in the portable systems for such as smart card reading and logging data that is used to keep the track of the day and time. This coding can be done in the C languages. To install this code on the device we need to have AVR studio simulator and ISP that will convert the C code in the HEX file. We use EEPROM for the memory.

Download

I2C Protocol Implementation with RTC and EEPROM ECE Mini Project.

Widget is loading comments...