Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/18/06 13:22
Read: times


 
#120467 - Serial or parallel.
Responding to: ???'s previous message
hello.

Of course, to conserve as much ports pin as possible you
should use serial ADC.
You will need only DO, DI, SAR, CS, SE, CLK lines - summary 6 lines.

But what you need to convert???
Is it a constant value or very fast changing value.

Setup CLK to create ticking use timer or any pulling method.

The procedure of reading ADC is simple just:
1. Select a chip CS = 1,
2. Set up on DI number of input to conversion 5 bits;
3. Set SE to 0 start conversion;
3. Wait for line SAR Status to 0 end convertion(convertion time)
4. Read 8 bit by bit DO.
there is a datasheet.

datesheet

Do you really need a 8 input ADC???

List of 3 messages in thread
TopicAuthorDate
Help with ADC0838/ADC0808            01/01/70 00:00      
   Serial or parallel.            01/01/70 00:00      
   It\'s dependent on your timing constraints            01/01/70 00:00      

Back to Subject List