Ok this is going to be awesome!
So here is my Idea:
1 Sure DC SS503V100 Dual Axis Compass . used for robot orientation and also I will snap shot the angle the ping was pointed when it was shot.
4 Ultrasonic Ping Sensors HC SR04
1 one Arduino Pro Mini
Connect all 5 Sensors to the Arduino then connect the Arduino to the EZB4.
I have done some testing all this will work nice. I'm going to be working on putting them into a single package.
I'll get it all wired up and working and will update this thread in a few days.
By Luis Vazquez
— Last update
Other robots from Synthiam community
Pittom's Rc Rock Crawler
Here is what i got so far axail xr10 rock crawler novak m2 dig esc with dual 55t motors extended chassis made from...
Hazardbt's I Have A Telemetry Suit-Contro
I have a telemetry suit-controlled Cyborg Zombie. Functions as a mobile, real-time robot surrogate through which I can...
Tymtravler's Starting On Jac
JAC is my first tracked robot that I am building. I have been looking for a long time for a large platform with strong...





Firstly, the ultrasonic sensors don't use UART on the ez-b. They can be plugged direct into the ez-b digital ports. That compass sensor could be scripted into ARC too.
I don't see the need for the arduino at all. Connecting an arduino has been done before.
Tech
Techno, I don't think you are following the post/idea.
All of the sensors above will connect to one UART port, freeing up 8 digital ports for the HC SR04 alone.
The EZ-B will connect to the Arduino via serial. The EZ-B will send a command which will trigger reading of the sensor(s). The 5 sensors will connect to the Arduino. The Arduino will read the sensors. The Arduino will return the result back to the EZ-B via serial. ARC stores it as a variable. ARC can use that variable for whatever.
It sounds like a great idea to me. It will free up a lot of ports on the EZ-B.
However, where has the Arduino been connected to the EZ-B like this before? I must have missed that topic.
First you still need some type of voltage regulator for many of the sensors. The arduino board can take in 6 to 12 volts and puts out a regulated 5 vots.
Each Sensor uses a ping on the EZB. so your talking about using a min of 2 ports per Ultrasonic sensor and the addition of the Dual compass what would use a uart port. (as i have had little luck using it on I2C)
so all in all I will have a little device that is about 4 in x 4 in x 1 inch that does all that and only uses one UART Port on the ezb.
Here is one.
Haha Rich your so fast!
here is the one.
Thanks @d.cochran for your quick research
Awesome!