pic16f877

PIC16F877 with 24LC64

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

This post provides theĀ code for interfacing 24LC64 EEPROM with PIC16F877 microcontroller. This 24LC64 EEPROM has i2c based interface. This code is written in C language using MPLAB with HI-TECH C compiler. You can download this code from the ‘Downloads‘Ā section at the bottom of this page. It is assumed that you know how to interface LCD […]

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

Interfacing of PIC16F877 with DS1307 RTC

Interfacing of PIC16F877 with DS1307 (RTC) code and Proteus simulation

This post provides theĀ code for interfacing DS1307 RTC with PIC16F877 microcontroller. ThisĀ DS1307Ā RTCĀ has i2c based interface.Ā This code is written in C language using MPLAB with HI-TECH C compiler. You can download this code from the ‘Downloads‘Ā section at the bottom of this page. It is assumed that you know how to interface LCD with PIC16F877 microcontroller in

Interfacing of PIC16F877 with DS1307 (RTC) code and Proteus simulation Read More Ā»

PIC16f877 based simple calculator

PIC16f877 based simple calculator project

This PIC microcontroller tutorial provides a simple calculator implementation for PIC16F877 microcontroller. This is a simple one digit[1]Ā calculator which implements only 4 functions addition(+), subtraction(-), multiplication(x) and division(/).Ā The code for PIC16F877 is written in C language using MPLAB with HI-TECH C compiler. You can download this code from the ‘Downloads‘Ā section at the bottom of this

PIC16f877 based simple calculator project Read More Ā»