mavesp8266
mavesp8266 copied to clipboard
ESP8266 WiFi Access Point and MAVLink Bridge
Only to enable build on VS/Pio (Windows) because the "date( +%%Y.." not work on this context. My solution consist in move a part of CPPDEFINE of the platformio.ini file into...
It would be interesting to make this code compatible with the MSP protocol, so that it can also be used in telemetry with Betaflight, iNav and the like.
Hi I have been facing the same problem under the below configuration: Matek -H743-mini as the FC (Flight controller) with PX4 firmware for Autopilot ESP8266 with mavesp8266 as the firmware...
Finally, I connect a pixracer, then I can get a parameters and status (using 192.168.4.2/getstatus). But, when I use QGC, it can not be connected. And I used mavproxy that...
I am using QGroundControl. I am having trouble communicating via MAVLink to the Pixhawk4. My macbook and Pixhawk4 are connected via USB. Pixhawk4 is connected to ESP8266. ESP8266 is a...
Send buffer to UDP The following cord of mavesp8266_vehicle.cpp is not correct. The direction of memcpy is opposite. //-- Read MavLink message from UAS void MavESP8266Vehicle::readMessage() { if(_queue_count < UAS_QUEUE_SIZE)...
Dear I've error during compiling Your solution > Executing task: C:\Users\Admin\.platformio\penv\Scripts\platformio.exe run --environment esp12e < Processing esp12e (platform: espressif8266; framework: arduino; board: esp12e) -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Verbose mode can be enabled via...
This PR adds improved password display (the password now gets decoded), the HTML is mobile-friendly and longer-length passwords are supported.
Hello and Thank you for the great work, spme time ago I did something like this with a wifi serial brige project for the ESP8266 but had no real luck...