I am experiencing difficulties connecting my Heltec LoRa ESP32 V2 module to The Things Network (TTN) server using the OTAA example code provided by the TTN_esp32 library. I have encountered errors with both the latest and previous versions of the library and ESP32 board manager.
Errors Encountered With TTN_esp32 library version 0.1.7 and ESP32 board manager version 3.0.2:
c:\Users\Vijay\Documents\Arduino\libraries\TTN_esp32\src\TTN_BLE_esp32.cpp:4:10: fatal error: esp_int_wdt.h: No such file or directory
4 | #include <esp_int_wdt.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: exit status 1
tried another version:
Errors Encountered With TTN_esp32 library version 0.1.6 and ESP32 board manager version 2.0.17:
ELF file SHA256: 32253762a57caf58
Rebooting...
Starting
Using stored keys to join
FAILURE
c:\Users\Vijay\Documents\Arduino\libraries\TTN_esp32\src\lmic\lmic\radio.c:1164
Guru Meditation Error: Core 1 panic'ed (Interrupt wdt timeout on CPU1).
Core 1 register dump:
Backtrace: 0x400f82c7:0x3ffbc830 0x400e084a:0x3ffbc850 0x40089538:0x3ffbc870
c:\Users\Vijay\Documents\Arduino\libraries\TTN_esp32\src\lmic\lmic\radio.c:1164-> ASSERT( i != 0 ); // this is line i’ve been facing issue.
Steps Taken:
1.Verified the correct installation of the latest ESP32 board support package.
2.Tried different versions of the TTN_esp32 library and ESP32 board manager.
3.Ensured the device is powered properly and connected with antenna .
Despite these efforts, the issue persists. I would appreciate any guidance or suggestions on resolving this problem.
Thank you for your assistance.
Describe the solution you'd like
Not Connecting to TTN Server
Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
[X] I confirm I have checked existing list of Feature requests and Contribution Guide.
Related area
Heltec LoRa ESP32 V2
Hardware specification
esp32-s3
Is your feature request related to a problem?
Hello,
I am experiencing difficulties connecting my Heltec LoRa ESP32 V2 module to The Things Network (TTN) server using the OTAA example code provided by the TTN_esp32 library. I have encountered errors with both the latest and previous versions of the library and ESP32 board manager.
Setup Details:
Heltec LoRa ESP32 V2 TTN_esp32 library version: 0.1.7 ESP32 board manager version: 3.0.2 Code Used:
Errors Encountered With TTN_esp32 library version 0.1.7 and ESP32 board manager version 3.0.2:
tried another version:
Errors Encountered With TTN_esp32 library version 0.1.6 and ESP32 board manager version 2.0.17:
c:\Users\Vijay\Documents\Arduino\libraries\TTN_esp32\src\lmic\lmic\radio.c:1164-> ASSERT( i != 0 ); // this is line i’ve been facing issue.
Steps Taken:
1.Verified the correct installation of the latest ESP32 board support package. 2.Tried different versions of the TTN_esp32 library and ESP32 board manager. 3.Ensured the device is powered properly and connected with antenna . Despite these efforts, the issue persists. I would appreciate any guidance or suggestions on resolving this problem.
Thank you for your assistance.
Describe the solution you'd like
Not Connecting to TTN Server
Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide