AUV BASIC stamp Project
I'm working on a micro AUV project in my spare time and I have experience using computers as a control system but not BASIC stamps. I'm looking at using a stepper motor for main propulsion for the power efficiency standpoint. Two servos for control surfaces. A Honeywell 3 axis compass chip, a depth sensor, and a submersible ultrasonic sensor for collision avoidance. There is a possibility of an inertial navigation system later with GPS fixes but thats future development. I've heard that the BASIC stamps can control servos but I've also heard that unlike a servo controller they won't give a continuous signal and the servo will not hold firm.
As for the program... well I haven't decided exactly what I want it to do yet. I'm considering a hunter/killer routine much like a torpedo, searching for a target and flashing a series of red LEDs when it would detonate or going out and then returning after a specified time, flashing the LEDs to signal that it's ready for pickup. The other thought is since it's designed for low power consumption make it do laps in a pool for as long as it can, aborting when it's battery is low or when it gets a leak detect from the internal probes.
As for the program... well I haven't decided exactly what I want it to do yet. I'm considering a hunter/killer routine much like a torpedo, searching for a target and flashing a series of red LEDs when it would detonate or going out and then returning after a specified time, flashing the LEDs to signal that it's ready for pickup. The other thought is since it's designed for low power consumption make it do laps in a pool for as long as it can, aborting when it's battery is low or when it gets a leak detect from the internal probes.
Comments
If I was looking for a high efficiency DC motor, I certainly wouldn't be looking at a stepper motor. Steppers are heavy, notably noisy and prone to vibration, power hungry, produce a fair amount of heat (the UAV will be an enclosed space) and often need to be over-sized to produce the amount of torque required for a given task. I'd look at brushless DC motors similar to those used in electric model airplanes. Plenty of torque when geared down, smooth running, cool, power considerate, and with high efficiency and reliability. Otherwise they wouldn't be used inside of hard disk drives and similar electro-mechanical devices. You would need to use a brushless DC motor controller however to drive them, unless you're only looking for full on and off as the only two speeds.
On a different matter, you may find that a "submersible ultrasonic sensor" is not only difficult to find, but is also quite costly. The only "cheap and dirty" way I can think to get around that is to somehow hack/adapt a fish finder or depth recorder transducer for horizontal use.
Just some thoughts on your project. Good luck with it.
Regards,
Bruce Bates
-Chayak
What type of transducers are you planning to use for this micro-application? I am working on a micro-AUV with my Robotics kids for FIRST LEGO League. We need a transducer with a burst frequency in the 300 kHz range.
Ron
On the motor end of things I've been looking at brushless motors and controllers from Hobby-Lobby but the RPMs on those are crazy. I am looking at a Solorbotics GM11 motor. I might also consider using a DUMAS Akula kit as a body and run the stamp control rather than RC
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
-Chayak
************************************************************************************
"Um, I don't know why it's chasing the cat... it's not programmed to do that."
Could you use one of those portable fish finders that have a side scan display? Also if one was to rotate a sonar sensor to horizontal, would it work just as well???
Bob N9LVU
I've honestly never tried to, so I can't answer your question reliably. If you can pick one up at a swap meet (left coast) or flea market (right coast) cheaply enough, it might be worth some tinkering though.
Regards,
Bruce Bates
For RC sub parts, motors, and an automatic level control and depth control that saves some lines of code. www.rcboats.com/submarines_only.html
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
-Chayak
************************************************************************************
"Um, I don't know why it's chasing the cat... it's not programmed to do that."
Post Edited (Chayak) : 9/28/2005 3:11:45 AM GMT
Just a thought....
Mark
Workin on a homebrue sub myself
I found some useful info at rc-submarines.com
there is a guy who made his sub out of pvc pipe...very creative...
www.garmin.com/products/manual.jsp?product=010-00240-10
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
-Chayak
************************************************************************************
"Um, I don't know why it's chasing the cat... it's not programmed to do that."
Just a thought [noparse]:)[/noparse]
-MaRk
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
-Chayak
************************************************************************************
"Um, I don't know why it's chasing the cat... it's not programmed to do that."
Presently the only way they can get it to work is by using a buoy with a gps receiver in it and a ultrasonic transmitter above water retransmitting to the UAV. So you need a RF to ultrasonic repeater floating on the water, not impossible but it throws another device into the design.
Mike
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
-Chayak
************************************************************************************
"Um, I don't know why it's chasing the cat... it's not programmed to do that."
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
-Chayak
************************************************************************************
"Um, I don't know why it's chasing the cat... it's not programmed to do that."