How to measure voltage using 8051 ???

Status
Not open for further replies.

abhijit.borse

Newbie level 1
Joined
Mar 7, 2008
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,288
I want to measure the voltage in mV range using 8051.
Can anyone help me with schematic and code?????
 

abhijit.borse said:
I want to measure the voltage in mV range using 8051.
Can anyone help me with schematic and code?????

i think you can try using ADC in following manner..

==> I/P-ADC-MCU-LCD(O/P)...
 

abhijit.borse said:
I want to measure the voltage in mV range using 8051.
Can anyone help me with schematic and code?????

Are you using exactly an 8051 or a micro with 8051 core? If it is the stand alone 8051, you need an external adc.

I think there are 8051 core micros with built in adc's also.
 

hi

if you want to measure any analog signals, you need to convert it to a digital form
either you can use ADC or voltage to frequency converter, some thing like that
ATMega had the inbuilt adc in that. normal 8051 does not have the inbuilt adc. there you need external adc or some converter as mentioned above. if you dont required good accuracy, you can use the comparator (in built in at89c2051) and simple rc circuit to make a slope type adc. but no guarantee of accuracy.


regards

ml
 

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…