This device designed for route MAVlink telemetry from TBS Crossfire WiFi connection to ground station with UART connection. Device used ESP8266 for works.
With Platformio:
- Download and install Platformio IDE
- Clone or download project code
- Open project in Platformion IDE
- Attach your ESP8266 with usb or usb-uart adapter.
- Click on PlatformIO -> Generar -> Upload. Wait uploading firmware.
- Click on PlatformIO -> Platform -> Upload Filesystem Image.
With buildin image:
- Go to release tab, download firmware.bin and spiffs.bin
- Flash firmware.bin and spiffs.bin to your ESP8266
Launch:
- Attach your ESP8266 with UART to your ground station.
- Power up ESP8266, connect with WiFi to wifi-mavlink-to-uart-0xXXXXXX ssid. Password: 1234567890
- Go to 192.168.4.1 and setup wifi connection.
- Restart ESP8266.
- Setup UART speed in your ground station to 115200 and select MAVlink protocol.
- Setup MAVlink support in your TBS Crossfire RX and TX.
Youre welcome!