Code to drive a robot sailboat between given waypoints
Find a file
Tom 17e6b7f665
Add files via upload
Holes will need to be adjusted
2022-12-12 14:34:26 +00:00
Models Update to keel and keelbase 2022-12-07 16:43:04 +00:00
clamp with no float.stl Adding clamp without floating bit to print 2022-12-12 13:34:59 +00:00
clampFlatEnd.scad Adding clamp 2022-12-12 13:24:44 +00:00
clampFlatEnd.stl Adding clamp 2022-12-12 13:24:44 +00:00
no float.blend Adding clamp 2022-12-12 13:24:44 +00:00
README.md minor readme update 2022-12-06 13:17:02 +00:00
rudder.scad Add files via upload 2022-12-12 14:34:26 +00:00
rudder_servo.scad Add files via upload 2022-11-30 14:27:16 +00:00
sppControlSystem.ino Minor alterations to servo holder, adds rudder model 2022-11-30 13:34:48 +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 Rudder Hinge
    • Design Rudder
    • Design Keel and Weight
  • Build Boat
    • Print Parts
    • Install boom and sail onto mast
    • Install electronics and Servo
  • Prepare and install code