- This topic has 1 reply, 2 voices, and was last updated 12 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › Interfacing ADC0848 to AT89S52
Hi I want to Know how to interface ADC 0848 ( bit ADC to AT89S52 and also to write a programme in Kiel for acquiring low frequncy(1Hz) sine wave using ADC 0848 and AT89S52 interface
Hi Venu,
I can give you a rough idea. Your ADC has 8 digital outputs, means it will convert any input voltage to its equivalent 8 bit digital value between 0 to 255, and that based on the reference voltage provided on the reference pin.
Just connect the 8 pins to any one of the port. Set a timer for particular time delay. Each time when the timer fires read the 8 bit value from the port.