"@Kaan: check that baud rate of your APM matches what's configured in firmware (in web control panel). Also, web control panel shows sent/received packet counts- you can verify that firmware decodes packets from serial correctly).
Another feature-…"
"Sorry, no. I've mostly done the development and actual usage indoors (e.g. it's designed as replacement for bluetooth, not 443/915 MHz telemetry links).
There are ESP modules that are pin-compatible with ESP12, so if there's enough interest,…"
"I've done a bit of prototyping with ESPs for Mavlink transmissions. I've found that UDP works best (reliable up to 921600 serial baud rate). In case anyone's interested, here is the source code of the firmware: https://github.com/festlv/mavbridge A…"
"I've done a bit of prototyping with ESPs for Mavlink transmissions. I've found that UDP works best (reliable up to 921600 serial baud rate). In case anyone's interested, here is the source code of the firmware: https://github.com/festlv/mavbridge
A…"