I'm very interested in learning arduino! I've just started this long journey, and I have to say I'm intrigued about all the possibilities. I've just programmed a distance counter with a Arduino Uno. I'm very proud of it!
Now I want to move on to my next project. I want to make a object following robot. I have recently bought a Arexx Arduino AAR-04 robot. What kind of sensors do I need for it to follow objects.
Will the HC-SR04, A ultrasonic sensor, do just fine, or do I need something else?
Will the HC-SR04, A ultrasonic sensor, do just fine, or do I need something else?
The ultrasonic sensor will measure how long it takes to receive an echo from a pulse that it sends. It will NOT tell you what the echo bounced off of or where the object that caused the reflection is.
So, yes, you'll need more than just an ultrasonic sensor.