zs6buj / AntTracker

Antenna Tracker for tracking a moving model aircraft or drone with a small high-gain UHF or SHF antenna
GNU General Public License v3.0
155 stars 42 forks source link

T-Display ESP32 1.14" - Problems #77

Closed samnikos7 closed 3 months ago

samnikos7 commented 5 months ago

I have various problems with TTGO T-Display ESP32 1.14"

image

With v2.21.02 (esp boards v2.0.16 - v2.0.17)

image

With the latest version v2.21.04 (updated libraries + esp boards v3.0.0).

zs6buj commented 5 months ago

samnikos7

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.

image

Also, please use tracker v2.21.05 on my git. I changed something in the uart code flow.

samnikos7 commented 5 months ago

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?

zs6buj commented 5 months ago

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.

samnikos7 commented 5 months ago

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.

zs6buj commented 5 months ago

Hold fire for now :) I'm going through all Media, all protocols at present. I'll upload when I'm ready

zs6buj commented 5 months ago

try v 2.21.06. I have to go fetch my granddaughter and take her to swimming lessons :)

samnikos7 commented 5 months ago

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.

image

When I choose "#define PROTOCOL 0 // AUTO detect protocol" with excact the same settings I get complication errors.

image

zs6buj commented 5 months ago

Ok, thank you

zs6buj commented 4 months ago

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.

zs6buj commented 4 months ago

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.