sppControlSystem/README.md

34 lines
1.1 KiB
Markdown
Raw Normal View History

2022-11-27 12:55:58 +00:00
# sppControlSystem
2022-11-27 12:58:30 +00:00
Code being used for the Sea++ teams sailboat in the [Aber Boat Off](https://abersailbot.co.uk/boatoff-2022/).
This code was originally taken and altered from code by Colin Sauze of the AberSailBot team.
It can be found [here](https://github.com/abersailbot/minimum_viable_controlsystem)
2022-11-27 19:10:23 +00:00
## 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.
2022-11-28 19:22:37 +00:00
## Current Tasks
These are the current planned steps:
- [ ] Prepare Hull
2022-12-06 13:17:02 +00:00
- [x] Carve out Electronics Box, Servo Hole and Dagger Board Hole
2022-11-28 19:22:37 +00:00
- [ ] Coat in PVA glue
- [ ] Coat in Epoxy Resin
- [ ] Create Sail
2022-12-06 13:17:02 +00:00
- [X] Find Material
2022-11-28 19:22:37 +00:00
- [ ] Sew Sail
- [ ] Create parts needed
2022-12-06 13:17:02 +00:00
- [ ] Design Rudder Hinge
- [ ] Design Rudder
- [X] Design Keel and Weight
2022-11-28 19:22:37 +00:00
- [ ] Build Boat
2022-12-06 13:17:02 +00:00
- [ ] Print Parts
2022-11-28 19:22:37 +00:00
- [ ] Install boom and sail onto mast
- [ ] Install electronics and Servo
- [ ] Prepare and install code