USV-01 Computer Fit (version 1)

In addition to the standard RC receiver fitted previously, the USV will also need to be fitted with a set of hardware for autonomous control and remote monitoring.

Version 1 of the build, shown here, used an old Raspberry Pi Model B and a servo control board that attaches to the GPIO header. For this test, old parts borrowed from my Quadcopter have been used. While this is not the final hardware configuration, the functionality is the same and can properly de-risk the integration of the real hardware at a later date.

Raspberry Pi and Servo board

This servo board has one advantage over the USB version, in that it can back-power the Raspberry Pi directly from the ESC BEC, so the only wiring required is direct to the throttle ESC and rudder servo.

Raspberry Pi attached to servo leads

Fitting the Pi is a bit of a squeeze, not helped by the large WiFi antenna required to get a decent range. Again, this is the 2.4GHz antenna from the quadcopter, and the final version will seek to replace this with a 5GHz version so as not to conflict with the 2.4GHz RC signal—provided a 5GHz device can meet the power and range requirements.

Raspberry Pi fitted inside USV

Since I’ve borrowed the Pi from the quadcopter, it works straight away with no extra setup—Access Point settings etc. were pre-configured. If you’re following along at home, I have instructions for this when I did it for the tank. It was thus very simple to power up, connect to the WiFi, SSH in and send some UART commands to test the motors.

Add a Comment