well, as usually I have all ADC pins used up on my arduino, 2 of them are used by i2c, and the other 4 are used, 3 for line follower, and one for sharp sensor at the front.
I need more proximity sensors, and a new line follower with 5 qrd1114 instead of 3, for maze solving.
So would this work?
Consider the 555 and 4017 properly wired, and nvm the missing resistor with the opto isolators, couldn't bother :-P
basically the 555 clock the 4017, and that "opens" different QRD readings, the arduino gets synchronised and reads them...
At first i was going to use a digital pin to clock the 4017, but that would give me timing issues with other devices(i think) so i decided to clock it with a 555.
This works in theory... at least my theory, lol
Waiting for the opto isolators, and will try.
Any other ways of reading lot's of analogue signals with only one ADC pin?
thanks.