- This topic has 3 replies, 3 voices, and was last updated 10 years ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
|
Miscellaneous › Others › interfacing of LM 35,LEVEL SESNOR and HUMIDITY SENSOR to serial adc
I want to interface these three sensors to serial adc and then to 8051.so plz help me.Is it possible to interface?
why to use serial ADC?
it might not have built in mux. try ADC0809. it has built in mux. all 3 sensors can be connected.
we want to interface RTC & EEPROM further so we are using serial ADC 0832.
You can use parallel ADC too. It will use 8 line for data, 3 line for channel selection ans 2-3 control line still you will get enough pins to interface other thing and Both RTC DS1307 and I2C protocol based EEPROM can be interfaced to same pins and implementation of software based I2C protocol on 8051 controller.
If you want to use serial ADC then there is ADC8031 which uses serial inteeface and MCP3204 from microchip which uses SPI serial interface.