Code to drive a robot sailboat between given waypoints
Find a file
2022-11-28 19:22:37 +00:00
example-control-system.ino Initial code upload 2022-11-27 13:01:41 +00:00
README.md Update README.md 2022-11-28 19:22:37 +00:00
ServoHolder.scad Adding OpenScad for ServoHolder 2022-11-28 18:00:20 +00:00
sppControlSystem.ino - moves ino file into folder 2022-11-27 19:06:54 +00:00

sppControlSystem

Code being used for the Sea++ teams sailboat in the Aber Boat Off.

This code was originally taken and altered from code by Colin Sauze of the AberSailBot team.
It can be found here

Installing additional libraries

To use this you will need to install some additional libraries, this is done through Tools > Manage Libraries, you will need to install:

  • "TinyGPS" by Mikal Hart
  • "Time" by Michael Margolis.

Some libraries wont show up in the manager, to solve this try searching the developer name instead.

Current Tasks

These are the current planned steps:

  • Prepare Hull
    • Carve out Electronics Box, Servo Hole and Dagger Board Hole
    • Coat in PVA glue
    • Coat in Epoxy Resin
  • Create Sail
    • Find Material
    • Sew Sail
  • Create parts needed
    • Design and print Rudder Hinge
    • Design and print Rudder
    • Design and Print Dagger Board
  • Build Boat
    • Install boom and sail onto mast
    • Install electronics and Servo
  • Prepare and install code