Replies: 2 comments 13 replies
-
Hi @ezefferth, My first guess would be some small mistake in your code, or maybe a slight hardware error. However, just the reset message of the ESP32 isn't going to help at all. Can you include your code, properly formatted in a code-block, and logs using the DEBUG_PROTOCOL flag? That will likely help finding a clue to what the problem would be. |
Beta Was this translation helpful? Give feedback.
-
I tryed other lib and I have success into connecting OTAA. My gues, is something at config is making conflict, like voltage in TXCO, or dBm. When i |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm trying to use a simple example from this lib, but something got wrong. Months ago, I used this lib and there was not any problem with from that, but recently I used starter example or others, and, the step from node.activateOTAA(), rebooted my device, and started again from radio.begin() > radio.beginOTAA(...) > and it always reboots when it reaches step activateOTAA. I don't know what's hapening. I'm trying to put activateOTAA in a loop, but it always reboots, so, this does not stay in anything. I see it trying to connect and join OTAA from chirpstak, but it always loops. The error from my console is:
ESP-ROM:esp32s3-20210327
Build: Mar 27 2021
rst:0x3 (RTC_SW_SYS_RST), boot:0x8 (SPI_FAST_FLASH_BOOT)
Saved PC:0x4037700a
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2820,len:0x1180
load:0x403c8700,len:0xc2c
load:0x403cb700,len:0x311c
entry 0x403c88b8
Beta Was this translation helpful? Give feedback.
All reactions