發表文章

目前顯示的是有「Qgroundcontrol」標籤的文章

pixhawk mini telemetry with ESP8266, great!, but which firmware for ESP8266?

圖片
There are so many firmware that could be working as telemetry for pixhawk. the orignal one, https://github.com/liqin123/UAV-wifi-link the way of making upload is a complex, you need to load 3 different bin to 3 different address. So I did not try it. https://github.com/dogmaphobic/mavesp8266 This firmware takes mavlink command to setup the wifi...but I tried Qgroundcontrol v3.2.5and mission planner 1.3.5 QGC will have a esp8266 section when you connect through wifi when it's a AP.. MP will show the ESP8266 stuff, when you connect through usb.... but both not working with mavesp8266 mavesp8266 also have a http command, but I can't get it work as station.... but this is the current one that I have it worked. it's done with platformIo, so there is a way to make it as station form source. 2017/12/7 I update again the ESP8266 firmware with mavesp, and connect on pixhawk mini(this one also updated to arduplane 3.8.3), it should first show up as AP, connect wifi o...