Autopilot

Status
Not open for further replies.

Bruce53

New Member
I have a fishing boat that I can steer electronically from the stern. I have done all the servo work. With a logic high at A, the boat turns slowly to port; with a high at B it turns to starboard; if both are the same, high or low, the servo motor stops. Now I am trying to find a "hands-off" way to hold a steady course -- any course.
Can I use a angular-rate gyro thing somehow? How can I employ a helocopter solid state gyro to do the job?
Any help here would be most appreciated....
Many thanks,
Bruce

p.s. I am looking at a XV-3500CB prototype PCB. Will it work somehow?
 
Last edited:
You might use a gyro to steer a heading, but you would need GPS to hold a course...wind...current...and such. But, this may just be semantics.

Ken
 
Last edited:
Ken.... You are correct, of course. No pun intended. I should have said "heading" not "course". When I am trolling alone or when it takes two of us to bring in a fish, we need the boat to steer a steady heading rather than run in circles and we cannot stop to bring in the fish with this type of fishing.....
 
All aircraft autopilot gyros I have played with have a heading bug with an analog bipolar differential output, meaning something like +100mV when 30deg right of course, zero when on course, and -100mV when left of course.

Two LM339 IC comparators configured as a "window", where neither is high while the signal remains between say -5mV and +5mV would keep the boat on a heading within a couple of degrees of where the heading bug is set. To turn the boat on the reciprocal track, you would just have to rotate the heading bug to the reciprocal course on the compass card.

The only problem is the cost of a new or overhauled gyro. I bought an overhaulable core off ebay for about $200, and it cost another $400 to have it overhauled and recertified. You might be able to pick up a working used one for a few hundred $.

To do this on the cheap, I would just use the NEMA output from an inexpensive GPS (even a blind GPS that can be had for $35). Feed that into a USB port on a laptop. Write some code which parses the NEMA and extracts the previous track info. When you push a key, the program begins comparing the current track to the track that existed when the key was pushed. Based on the difference, you use a couple of pins on the serial port to control your steering...

Another way is to use a GPS with NEMA output on RS232. Interface that to a PIC which is programmed to parse NEMA sentence to extract the track. Then do what is described above, where two port pins steer the boat... This product is available for homebuilt aircraft.

For what you want to do, I think it is better if you use "track" vs "heading".
 
Last edited:
Many thanks Mike.... I will ruminate on these ideas, employ something and let you know the results. Appreciate all the ideas here....
 
Last edited:
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…