- This topic has 1 reply, 2 voices, and was last updated 9 years, 1 month 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 › Regarding 8051 Project.
1. How to interface 3-4 sensors to the microcontroller?
2.How can we take the 4input in a single time to the microcontroller?
Thank you
you can interface not only 3-4 sensors but even more sensors like 8-10 sensors with micro controllers that have inbuilt ADC of 8 channel or 10 channel
but it is not possible to take more inputs at the same time. all the channels will be scanned one after another at specified rate of 500-1000 samples / sec
so inputs can be taken and processed sequentially not simulteneously