Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

digital voltmeter using 8051 microcontroller

Status
Not open for further replies.

Ayyappa Gollu

Newbie level 4
Joined
Nov 14, 2014
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Location
Calicut, India, India
Activity points
42
what is the code(c program file for creating hex file) for the digital voltmeter using 8051.
here are the major components we have used,
1.ADC0804
2.AT89S52
3.LCD(16X2)
8 bit output from adc and range of vin is 0-5v(where vref/2 left unconnected)
 

Here it is:
Code:
#include<stdio.h>
main()
{
    printf("Hello World - I'm a Voltmeter!");
}
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top