Im trying to make a lorawan device. Im using Heltec Wifi LoRa 32 (V2). Im using the arduino example OTAA_OLED. When the device try to join (OTAA) the esp32 reboots:
ESP32 MCU init…
ESP32 MCU inited OK!
LoRaWAN US915 Class A start!
joining…
Guru Meditation Error: Core 1 panic’ed (StoreProhibited). Exception was unhandled.
Core 1 register dump:
PC : 0x400d46cb PS : 0x00060130 A0 : 0x800d445e A1 : 0x3ffb1ef0
A2 : 0x3ffb1f24 A3 : 0x3ffb1f1c A4 : 0x00000031 A5 : 0x00000000
A6 : 0x3ffb8f22 A7 : 0x00000006 A8 : 0x00000000 A9 : 0x00000001
A10 : 0x00000000 A11 : 0x3ffc1d88 A12 : 0x3ffc02fc A13 : 0x00000000
A14 : 0x00ff0000 A15 : 0xff000000 SAR : 0x0000001b EXCCAUSE: 0x0000001d
EXCVADDR: 0x00000000 LBEG : 0x400014fd LEND : 0x4000150d LCOUNT : 0xffffffff
Backtrace: 0x400d46cb:0x3ffb1ef0 0x400d445b:0x3ffb1f10 0x400d6dc7:0x3ffb1f50 0x400d11d7:0x3ffb1f90 0x400d9b2d:0x3ffb1fb0 0x40088f4d:0x3ffb1fd0
Please, someone can help me?