Heltec_ESP32 icon indicating copy to clipboard operation
Heltec_ESP32 copied to clipboard

Most examples fail to compile

Open autotel opened this issue 2 years ago • 3 comments

Most examples use #include "LoRaWan_APP.h" however, this library does not come with that file. I have not been able to get any example to compile, except for the "factory test"

example: https://github.com/HelTecAutomation/Heltec_ESP32/blob/9b066f5166ed15abe612c81343bd624b12d55906/examples/LoRa/LoRaReceiver/LoRaReceiver.ino#L1C22-L1C22

autotel avatar Sep 12 '23 17:09 autotel

that might help you https://www.aeq-web.com/heltec-lora32-v3-board-arduino-ide-lorawan-setup/ you need to install the right boad. if you use ESP32 dev bord it wont work

MuhammedZek avatar Sep 14 '23 09:09 MuhammedZek

thank you very much, @MuhammedZek I was in a rush, so instead I imagined that this was a custom board, and thus I sought and installed separate compatible libraries for the screen, and the lora wan. That approach worked well :)

autotel avatar Sep 14 '23 19:09 autotel

@autotel If your issue has been solved please close

Mr-HaleYa avatar Jan 10 '24 07:01 Mr-HaleYa