Code to drive a robot sailboat between given waypoints
Find a file
2023-06-09 15:29:54 +01:00
ESP32/GPS_Test_Code added hardware stuff and logo 2023-02-21 13:12:39 +00:00
Models alterations to 3d files 2022-12-20 13:37:15 +00:00
debug.cfg zaestghbaethb 2023-05-06 17:03:21 +01:00
debug_custom.json zaestghbaethb 2023-05-06 17:03:21 +01:00
esp32.svd zaestghbaethb 2023-05-06 17:03:21 +01:00
Logo.pdf Create Logo.pdf 2023-02-21 13:20:26 +00:00
Logo.png Update Logo.png 2023-02-28 16:59:33 +00:00
README.md minor readme update 2022-12-06 13:17:02 +00:00
sppControlSystem.ino adds new debug logging 2023-06-09 15:29:54 +01: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