Heltec-Aaron-Lee/WiFi_Kit_series

WiFi_LoRa_32_V2, Arduino IDE 2.2.1, Compile Error: LoRaWan_APP.h: No such file or directory

madmacks59 opened this issue · 4 comments

So...I have a couple of older LoRa board (V2) and I am not able to get them to running. I have the Arduino IDE (2.2.1) set up, with the libraries installed for Heltec, and when I select the example sketch (OLED_LORA_RECEIVER) and try to compile it throws an error...

Compilation error: LoRaWan_APP.h: No such file or directory

It seems like everything installed properly, but when I do a WinDoze file scan I don't fine LoRaWan_APP.h anywhere. Shouldn't the needed libraries get installed when the board drivers are installed?

I actually have the same problem, I added https://github.com/Heltec-Aaron-Lee/WiFi_Kit_series/releases/download/0.0.7/package_heltec_esp32_index.json
to the additional board. Heltec-examples shows up for a while. Afterwards, it disappeared and I received the same error.

Right, just to update. Apparently, they released version 0.08, which was auto-updated. Short-term fix: if the heltec examples did not show up in your example sketches, remove 0.08 and reinstall the 0.07. It should show up again.

Seems to be related to the selected board.
I got it work with the Board "WiFi LoRa 32(V2)" from the Heltec ESP 32 Series Dev-Boards.

I had the same error, if I select the "Heltec WiFi LoRa32(V2)" - which is different. This worked with with the Heltec ESP32 Dev-board library 1.1.1. (heltec.h included in the example).
With 1.1.2 it has been changed and the LoRaWan_APP.h is included in the example (with is "not found") up to the current 1.1.5 version.

Had the same issue, had to remove ESP32 in the board manager and only have WiFi Kit board added.

seems to switch between the 2 and confuses it self.