I was trying to connect more than one ultrasonic sensor to the same Arduino Uno board. Is that possible, using different digital pins for different sensors?
Also, can the pins 0 and 1 (Rx and Tx) be configured to be input pins, and serve that additional function apart from serial communication? If so, how?
So does that mean you can have upto 18 ultrasonic sensors on the same board (if you configure the analog pins to be input)?
Thanks.