Memory – Storage Projects

Interfacing of PIC12F675 with i2c based 24LC64 EEPROM

Interfacing of PIC12F675 with (i2c based) 24LC64 EEPROM (code + Proteus simulation)

This post provides theΒ code for interfacing 24LC64 EEPROM with PIC12F675Β microcontroller. This 24LC64 EEPROM has i2c based interface and PIC12F675Β doesn’t have any built in i2c modules, so software i2c module is created in the code.Β This code is written in C language using MPLAB with HI-TECH C compiler. You can download this code from the ‘Downloads‘Β section at

Interfacing of PIC12F675 with (i2c based) 24LC64 EEPROM (code + Proteus simulation) Read More Β»

Extend PIC Microcontrollerβ€˜s RAM by without using EMI

Extend PIC Microcontrollerβ€˜s RAM by without using EMI

Introduction Virtually all PIC microcontrollers have some banking mechanism to extend addressing to additional memory space. But this external data memory is not directly addressable (except in some high versions of PIC18 devices, which include PIC18F8520, PIC18F6620, etc.). In this post we describe easy to implement external memory interface for PIC microcontrollers. Theoretically most of

Extend PIC Microcontrollerβ€˜s RAM by without using EMI Read More Β»

Interfacing of PIC16F84A with i2c based 24LC64 EEPROM

Interfacing of PIC16F84A with (i2c based) 24LC64 EEPROM (Code + Proteus simulation)

This post provides theΒ code for interfacing 24LC64 EEPROM with PIC16F84AΒ microcontroller. This 24LC64 EEPROM has i2c based interface and PIC16F84A doesn’t have any built in i2c modules, so software i2c module is created in the code.Β This code is written in C language using MPLAB with HI-TECH C compiler. You can download this code from the ‘Downloads‘Β section

Interfacing of PIC16F84A with (i2c based) 24LC64 EEPROM (Code + Proteus simulation) Read More Β»

Ways to Select a Best Microcontroller for Microcontroller based Projects

Ways to Select a Best Microcontroller for Microcontroller based Projects

Do you know how to select the best microcontroller for microcontroller based projects? Selecting the proper microcontroller for a given application is one of the most critical decisions, which controls the success or failure of the task. There are different types of microcontrollers available and if you have decided on which series is to use,

Ways to Select a Best Microcontroller for Microcontroller based Projects Read More Β»