code

Simple Digital Voltmeter DVM using PIC12F675

Simple Digital Voltmeter (DVM) using PIC12F675 (Code+Proteus simulation)

This post provides a simple digital voltmeter circuit using PIC12F675 microcontroller. 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. In this post, it is assumed that you know, How to use ADC of PIC12F675 microcontroller. If you

Simple Digital Voltmeter (DVM) using PIC12F675 (Code+Proteus simulation) Read More »

PIC12F675 based digital clock

PIC12F675 based digital clock using LCD display (Code + Proteus simulation)

This post provides a simple digital clock implementation using PIC12F675 microcontroller and an LCD display. 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. In this article, it is assumed that you know, How to interface LCD with

PIC12F675 based digital clock using LCD display (Code + Proteus simulation) Read More »

PIC12F675 based simple calculator

PIC12F675 based simple calculator ( Code + Proteus simulation )

This post provides a simple calculator project implementation for PIC12F675 microcontroller. This is a simple one digit[1] calculator which implements only 4 functions addition(+), subtraction(-), multiplication(x) and division(/). The code for PIC12F675 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.

PIC12F675 based simple calculator ( Code + Proteus simulation ) Read More »