ESP32 Based Autopilot¶
Note
this code and development is experimental. No OEM has produced an ArduPilot compatible autopilot based on the ESP32. This code requires that sensors be attached to an ESP32 board or making a custom PCB. Only the ‘classic’ ESP32 is currently targeted but work on ESP32S3 in in progress.
Note
Monitor the ArduPilot Discord ESP32 channel for updates and developments.
Compiling ArduPilot for the ESP32¶
Information is provided here: AP_HAL_ESP32