Automated bait dropper

Good day,

I am starting a new project that will require a bait boat, about 500mm long. to be automated to drop bait into a lake. It currently works with 2x bait buckets that is triggered by a transmitter to operate servos to do the dropping. The boat is full RC at this stage and is making use of one DC brushless motor for propelling and a servo operating the rudder.

The idea is to install a ardupilot system so the bait can be dropped on the same spot every time. It should be possible to program multiple dropping points with the remote transmitter and also program a launch / home position from the transmitter.

the transmitter will be a Flysky FS-I6x.

I am new to ardupilot and the boards is not widely available where I am based so will need to order on Aliexpress.

Can someone please give advice on what board will be suitable and possibly provide a link as I dont want to make the wrong purchase. I also want to keep the project as cheap as possible. The boat will not be required to go on missions outside of the transmitters range.

1 Like

A pixhawk kit from Aliexpress would work fine (assuming you can get it shipped to you, which I couldn’t for some reason). The pixhawk can run your motors with pwm, can take your receiver’s input via PPM mode (I had the same setup for my plane), and can run additional servos if you bind them to your radio.

Any pixhawk kit will do, if you aren’t looking for a GPS, you can grab one for ~$110. I won’t give a link as aliexpress won’t ship anything to me, so you’ll have to look for yourself.

(you may also want to grab a telemetry radio, which would be another ~$50-100. you use it to control and read data from your computer, very useful, but not 100% necessary)

Fair warning, the i6x’s range is pretty limited, it won’t matter too much for a boat I guess, but just be aware of that.

1 Like

Hi @Philip4321,

Welcome! I think @nitrogendioxide’s advice is all good.

You’ve probably already seen it but our full list of supported autopilots is here and some reference frames are here.

Hi @rmackay9,

Yes I am thinking of the getting the following setup to integrate in the RC boat:

Pixhawk PIX 2.4.8 32 bit, I see there is three options on this controller (100mw, 500mw and 1000mw) if I am planning to have reception on a lake for aprox 500m will the 100mw unit be sufficient?

I will use Flysky FS-i6x transmitter with ia10B reciever. (Looking at ardupilot it seems like all missions and waypoints needs to be pre-set or set from a tablet / laptop. Is there a way to set waypoints from the transmitter while at the lake? Maybe I missed something. I will need to set about 5 waypoints per trip on the lake to mark drop points and be able to return to those set points.

If I want to add a sonar to the boat to do 3d mapping of the underwater enviroment will I be able to integrate it to the Pixhawk? This is something I am thinking of adding at a later stage and have not done much research on it but will be a nice to have addition. Can someone perhaps reccomend a transducer that will be capable of good quality mapping. Or perhaps a link on someone that did this type of project.

Thanks for the help thus far, I am looking forward to the build.

Hi @Philip4321,

I don’t have advice for most questions but re saving waypoints we have an auxiliary function called “Save Waypoint” that allows recording the current location as a waypoint.

1 Like