Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 890 Bytes

readme.md

File metadata and controls

28 lines (20 loc) · 890 Bytes

[Work In Progress - Don't use.]

Collection of GPS/autopilot related code.

The goal of this project is to create a tillerpilot (autopilot for a 7m sailboat) using Beagleboard Blue, a Ublox GPS module and a DC motor.

The data will be sent to the network using ZMQ. This allows navigation software (chart plotter) to use the data. Also, it allows the sensors or gps to be easily replaced with any other devices.

Todo:

  • tests
  • CLI
  • configure magnetometer, digital compass - IMU
  • dashboard
  • dark mode
  • connect websockets to dashboard
  • Gyroscope chart
  • replace FastApi with Rust (actix-web)
  • install instructions