Ultrasound sensor

That’s a nice cheap sensor, but needs 2 control lines. So I guess that’s either 2 ADC ports (one sensor in total) or two Navio PWM/servo connectors per sensor. Sounds too complicated then, unless there is some kind of driver chip which you could connect in-between to provide a more flexible connection like I2C. The other problem is the built-in APM range/sonar support only appears to allow you to connect two. Also search the APM Rover documentation and forums to see what they do, because these style of sensors are more common on those.

If all you want is altitude hold then this is the answer:

MaxBotix wrote a nice article which explains the difficulties and tips for installing sonar sensors (applies to all) with best performance:

http://maxbotix.com/articles/067.htm

After reading that, I gess if you want full surround collision detection then you’ll need a frame with sensors at the end of the arms on anti-vibration mounts, or on the edge of propeller ducts (like a UFO) to get around the prop wash problem. Actually that would look quite cool if it worked!

Along these lines, I’m waiting for the follow-up video of Bruce from RC Model Reviews who is currently investigating the potential for efficiency increase with propeller ducts, but current discussions suggest that are negative side effects of such designs.

Anyway, the APM documentation is here:
http://copter.ardupilot.com/wiki/common-optional-hardware/common-rangefinder-landingpage/sonar/

Unfortunately nothing appears to be documented about multiple sensors, just in the full parameter list:
http://copter.ardupilot.com/wiki/configuration/arducopter-parameters/#rngfnd_parameters

Navio on the other hand, has a full operating system and plenty of on-board and standard Raspberry Pi connectivity options. So you could just create a background application in the OS and have that do the range finding with as many sensors as you can physically connect (13 PWM - # of motors/servos needed to fly or dozens via I2C). Communication between the background app and APM would of course be via a local MAVLink proxy.

Well that’s the theory anyway so far as I understand it. It’s something I’m hoping to turn into experience soon. So anybody who knows better please correct me.

1 Like