Skip to content

Commit

Permalink
Merge branch 'main' of github.com:romanini/AutoPilot
Browse files Browse the repository at this point in the history
  • Loading branch information
romanini committed Jun 13, 2024
2 parents 7afea4f + 7732ed7 commit 379d0aa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# Copy arduino_secrets.h.example to arduino_secrets.h
# edit arduino_secrets.h and fill in the SSID and the password
# Auto Pilot Project
This Auto Pilot project is an Arduino based effort to create a DIY auto Pilot for a wheel based sail boat.
This project has three main parts:
1. Navigation Computer
2. Processor
3. Display
## Navigation Computer
An OrangePi Zero 2W running Ubuntu 22.04 and OpenCPN

## Processor
An Arduino Nano 33 IoT connected to an ultimate GPS , an Accelerometer and a motor controller.

## Display
One or more Arduino Nana 33 IoT which both displays the current auto pilot information and has buttons for changing from navigation to compass mode and/or disabling the auto pilot, as well as turning 1 degree, 10 degrees or 90 degrees to port or starboard if in compass mode.
2 changes: 1 addition & 1 deletion monitor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ This simple python program listens to the UDP broadcasts from the AutoPilot Proc
3. From the prompt do:
```
./manitorAutoPilot.py
``
```

0 comments on commit 379d0aa

Please sign in to comment.