Skip to content

Web based autopilot control using ESP32 and Seatalk1

Notifications You must be signed in to change notification settings

richardJG/APRemote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APRemote

Web based autopilot control using ESP32 and Seatalk1

Seatalk 1 is a 9bit protocol with 9th bit being set to indicate a command byte. Decoding is done using the ESPSoftwareSerial library. INitialise the software port as 8 bit and Space parity. Test the parity bit before reading data if it is set then the byte being read is a command bit.

ESP32 sketch on Arduino IDE. Reads and writes Seatalk1 to display data and send AP commannds to control X10 smart pilot.

Seatalk processing in Core 0 on ESP32.

HTML/CSS files for web page uploaded via SPIFFS.

More details to follow.

About

Web based autopilot control using ESP32 and Seatalk1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published