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

Cookies are required to use this site. You must accept them to continue using the site. Learn more…