Closed samnikos7 closed 3 months ago
It turns out the new ESP32 core 3.0.0 breaks TFT_eSPI. So please go back to core 2.0.17 for the time being.
Also, please use tracker v2.21.05 on my git. I changed something in the uart code flow.
Thank you a lot for your quick reply.
Is it possible to use Bluetooth as Telemetry IN and Wifi AP as Telemetry MIRROR for other use (like Telemetry Viewer for Android) at the same time?
Thank you again for the feedback. It is invaluable as I am rather time constrained here.
Unfortunately the HM-10 uses BLE, Bluetooth 4.0, and I have not yet upgraded the tracker code for BLE support. It's one of the things on the ToDo list.
Could you please post a copy of your config.h
With the correct settings, mav2pt will switch BT (Classic) to WiFi on an AP.
I will try to compile it with multiple combinations (e.g BT as SLAVE, WIFI STA->AP, all protocols one by one, etc) and post the results later. Here is my current config.h.txt with many complication errors, many Functions from the other *ino files seem to be "not declared in this scope" in the main void loop.
Hold fire for now :) I'm going through all Media, all protocols at present. I'll upload when I'm ready
try v 2.21.06. I have to go fetch my granddaughter and take her to swimming lessons :)
I've just tried v2.21.06 with no complication errors choosing "#define MEDIUM_IN 2 // WiFi - ESP only" choosing every PROTOCOL (1-9) but get bootloops like this.
When I choose "#define PROTOCOL 0 // AUTO detect protocol" with excact the same settings I get complication errors.
Ok, thank you
I have posted V 2.21.07 |(under release_candidate) with fixes and some new features. Please could you check it when you get the chance.
Also check out https://github.com/zs6buj/CRSF_Utlilties where you will find three utilities for CRSF to send telemetry from uart to UDP or BT, and read UDP. The utilities work with AntTrack.
I have various problems with TTGO T-Display ESP32 1.14"
With v2.21.02 (esp boards v2.0.16 - v2.0.17)
With the latest version v2.21.04 (updated libraries + esp boards v3.0.0).