MissionPlanner Setup
MissionPlanner Configuration
MissionPlanner supports TCP, UDP and serial connections to the ESP32. To use UDP with the ESP32 in Wi-Fi Client mode you must choose UDPCI as a connection protocol. That way you can specify the ESP32's IP and port. The ESP32's IP address is displayed in the web interface.
USB-Serial Connection
In case your are using ESP-NOW and the USBSerial firmware you must configure MissionPlanner in order to be able to connect to your GND ESP32 using the onboard USB connector.

MissionPlanner can detect the ESP32, if the serial protocol of the ESP32 is configured to MAVLink. That is because all ESP32s will register as a MAVLink device with the GCS.

You can also change some of the settings of the ESP32 via MissionPlanner. Select the respective ESP32 from the drop-down and switch to the CONFIG-Tab. There you can change the parameters as usual.
Be careful: The settings will be applied immediately and the ESP32 will reboot. This can lead to a permanent connection loss of the telemetry link if the settings are no longer in synch.

Last updated