LoRa v2 Infinite Reboot

Hello all!
I have two (2) barely used LoRA ESP32 v2 boards and I am trying to connect it to my RAK Wireless Gateway, however I am getting infinite rebooting as seen in both ESP32 v2 Nodes.

Blockquote

Specifically:
19:33:13.095 -> Rebooting…
19:33:13.235 -> ESP32 MCU init…
19:33:13.235 ->
19:33:13.235 -> abort() was called at PC 0x4008258e on core 1
19:33:13.235 ->
19:33:13.235 ->
19:33:13.235 -> Backtrace:0x40083ca9:0x3ffb26600x400891bd:0x3ffb2680 0x4008dfa1:0x3ffb26a0 0x4008258e:0x3ffb2720 0x40082b64:0x3ffb2770 0x400d1924:0x3ffb2790 0x400d20b5:0x3ffb27b0 0x400d183d:0x3ffb27f0 0x400daab2:0x3ffb2820
19:33:13.282 ->
19:33:13.282 ->
19:33:13.282 ->
19:33:13.282 ->
19:33:13.282 -> ELF file SHA256: 0000000000000000
19:33:13.282 ->
19:33:13.282 -> Rebooting…
19:33:13.423 -> ESP32 MCU init…
19:33:13.423 ->
19:33:13.423 -> abort() was called at PC 0x4008258e on core 1
19:33:13.423 ->
19:33:13.423 ->
19:33:13.423 -> Backtrace:0x40083ca9:0x3ffb26600x400891bd:0x3ffb2680 0x4008dfa1:0x3ffb26a0 0x4008258e:0x3ffb2720 0x40082b64:0x3ffb2770 0x400d1924:0x3ffb2790 0x400d20b5:0x3ffb27b0 0x400d183d:0x3ffb27f0 0x400daab2:0x3ffb2820
19:33:13.423 ->
19:33:13.423 ->
19:33:13.423 ->
19:33:13.423 ->
19:33:13.423 -> ELF file SHA256: 0000000000000000
19:33:13.423 ->
19:33:13.423 -> Rebooting…
19:33:13.609 -> ESP32 MCU init…
19:33:13.609 ->
19:33:13.609 -> abort() was called at PC 0x4008258e on core 1
19:33:13.609 ->
19:33:13.609 ->
19:33:13.609 -> Backtrace:0x40083ca9:0x3ffb26600x400891bd:0x3ffb2680 0x4008dfa1:0x3ffb26a0 0x4008258e:0x3ffb2720 0x40082b64:0x3ffb2770 0x400d1924:0x3ffb2790 0x400d20b5:0x3ffb27b0 0x400d183d:0x3ffb27f0 0x400daab2:0x3ffb2820
19:33:13.609 ->
19:33:13.609 ->
19:33:13.609 ->
19:33:13.609 ->
19:33:13.609 -> ELF file SHA256: 0000000000000000
19:33:13.609 ->
19:33:13.609 -> Rebooting…
19:33:13.798 -> ESP32 MCU init…

and I chose the right menu options: US915 and Custom DEV EID

Is there any thing wrong? Please help

I am currently using the OTAA Example to try to link my Node to the gateway

Update to environment to 0.0.7

possible voltage drop (brownout). Do you supply the board with own supply?(battery or external power supply)

See https://github.com/HelTecAutomation/ESP32_LoRaWAN/issues/91#issuecomment-1279974663

Hello friend, by any chance did you find the solution? because I’m facing the same error