digital-voltmeter

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 »

Digital Voltmeter using PIC16F877a 2

Digital Voltmeter using PIC16F877a

This is a simple project showing you how to make a digital voltmeter of range 0-20V using microcontroller PIC16F877A and a Liquid Crystal Display 16×4 HD44780 LCD in Proteus ISIS. The microcontroller PIC 16F877A has 8 analog input channels for the in-built 10-bit ADC. In this project AN2 channel of pic16F877A microcontroller is used. ADC

Digital Voltmeter using PIC16F877a Read More »

PIC based Digital Voltmeter DVM

PIC-based Digital Voltmeter (DVM)

Introduction This project will describe how to make a simple digital voltmeter (DVM) using a PIC16F688 microcontroller. The range of this DVM is 0-20V, but you can easily increase or decrease the range of input voltage as your requirements after you understand the voltage scaling method described in this project. The PIC micro reads the

PIC-based Digital Voltmeter (DVM) Read More »