7-segment display

PIC12CE518 EEPROM project with seven-segment display

PIC12CE518 I2C EEPROM using PIC12CE518 with Proteus Simulation

Introduction This microcontroller project demonstrates how to write and read data using the internal I2C EEPROM of the PIC12CE518 and visualize the result through digital outputs. Designed and tested in Proteus simulation, the project highlights practical EEPROM interfacing—an essential concept in embedded systems and DIY electronics. The system writes a value (0x85) into EEPROM memory, […]

PIC12CE518 I2C EEPROM using PIC12CE518 with Proteus Simulation Read More »

7 segment display

Counting on the 7-segment display

This experiment uses the push-button to increment the count on the 7-segment display. The count-value is stored in a file and this value is incremented by the program each time the push button is pressed. The count-value is used to look-up a table to pick up the display-value for the 7-segment display. Additional experiments on the website

Counting on the 7-segment display Read More »