Robotic Yachts

Seawind
Click for more

Seawind 998

Teensy 3.6 + WiFi + MA3

Yamaha Round the World
Click for more

Tamiya Yamaha 985

Round the World

Proboat Westward
Click for more

Westward 460

Teensy 3.6

Victoria
Click for more

Victoria 779

Teensy 4.0 + WiFi + MA3

Dragon Force
Click for more

Dragon Force 65 V6

Teensy 4.0

Micro Magic
Click for more

Micro Magic 530

Teensy 4.1

I share my experience building robotic boats. I started using a Windows 7 tablet onboard Birdy II. Because of the weight and size of the tablet, the model boat has to be sufficiently large at 1.5 meters. I could plug in a USB compass, USB GPS, and a USB Servo Controller. All was ok until I tried to read signals from a Radio Control receiver. Because RC receivers communicate using PWM, I searched and discovered the Arduino Uno.

It wasn't long before I upgraded to the Arduino Mega, which became my workhorse for a while. The Mega meant I didn't need a tablet and could thus reduce the electronics' weight, size, and cost.

My microcontroller of choice, at the moment, is now the Teeny 3.6 and 4.1. More powerful than the Arduino Mega with a smaller size. Small enough to fit into a 47cm boat. I have progressed from breadboards to soldering with PCB boards with varying success. The Raspberry Pi and BBC Micro-bit were interesting to learn, but I have no plans to add to any boats.

I solved the problem of sailing downwind in a straight line in 2017. My current challenge is sailing into the wind. When the sails are tight, the yachts will naturally head up to the wind. This behavior is what we want, however too much; then, the boat will effectively stall. To avoid this, we need to monitor the mainsail or the main boom. I do this using Hall Sensors and a magnet on the boom.

Microcontrollers

Arduino UNO
Click for more

Arduino Uno

Click picture for sketches

Arduino Mega
Click for more

Arduino Mega

Click picture for sketches

Arduino Due
Click for more

Arduino Due

Click picture for sketches

Arduino Nano v3
Click for more

Arduino Nano

Click picture for sketches

Arduino Yun Mini
Click for more

Arduino Yun Mini

Click picture for sketches

Intel Edison
Click for more

Intel Edison

Click picture for sketches

Teensy 3.6
Click for more

Teensy 3.6

Click picture for sketches

Teensy 4.0
Click for more

Teensy 4.0

Click picture for sketches

Teensy 4.1
Click for more

Teensy 4.1

Click picture for sketches

ESP32
Click for more

ESP32

Click picture for sketches

BBC microbit
Click for more

BBC Micro:bit

Click picture for sketches

Raspberry Pi 3
Click for more

Raspberry Pi 3

Click picture for sketches

ESP8266
Click for more

ESP8266

Click picture for sketches

Pico W
Click for more

Raspberry Pi Pico W

Click picture for sketches

ESP32-S2
Click for more

Lolin ESP32-S2-mini

Click picture for sketches

ESP32-S3
Click for more

Lolin ESP32-S3-mini

Click picture for sketches

Articles

Rudder
April 2017

Rudder Logic

Tricks and calculations to try and stay in a straight line.

Wind
April 2017

Wind Logic

Trick to find the direction of the wind.