How to use the Heltec Wireless Tracker, ESP32S3 + SX1262 +GPS LoRa Node, Meshtastic and LoRaWAN Compatible

Ive been trying to use my heltec wireless tracker board and i havent been able to. Which libraries do you use to use it? Te Heltec Developer Library is not working for me atm. Ive been also trying to print into its screen but since I cant use the HT_st7735 library, im not entirely sure what to do.

And you want to use PlatformIO for it? What’s your current platformio.ini? Heltec board support is pretty non-existant in PlatformIO or extremely hacky. Or do you use the Arduino ID?E

Instead of pulling down the entire Heltec Dev-Boards package, you just need standard Espressif support along with the standard Adafruit GFX and ST7735 libraries. Then update your platformio.ini

That won’t give you access to the LoRaWAN libraries and binary blobs inside the Heltec core.

@maxgerhardt Sir, what’s the right way to integrate heltec wireless tracker board with platform IO?

You’d have to

It’s not overly complicated or impossible, it’s just that noone’s done that properly and cleanly yet.