pic12f675

Clock Generator

1Hz Clock Generator using PIC12F675

Based on the idea from http://www.josepino.com/pic_projects/?timebaseI have created a 1Hz Clock Generator. I use PIC12F675 as it’s available locally. Its price is just about US$1. The concept is using 32.768kHz crystal as a clock for the PIC. Therefor, the internal instruction clock is 32768/4 = 8192 Hz. By using the 16 bit Timer1 to count

1Hz Clock Generator using PIC12F675 Read More »

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 »