Lora-net / SWL2001

LoRa Basics Modem LoRaWAN stack
BSD 3-Clause Clear License
87 stars 50 forks source link

Radioplanner stuck: No radio transmission after initialization #71

Closed alexbegoon closed 4 days ago

alexbegoon commented 1 week ago

I am porting the stack to the Type 1SJ module, and I've encountered an issue where the MCU gets stuck. Below is the UART output I receive, after which no further actions occur and the radio does not send.

Version: 4.5.0

Porting tests: Screenshot from 2024-06-28 17-51-40

UART output with: Screenshot from 2024-06-28 18-09-35

After the line "Tx LoRa at ....." no further actions are taken, and the radio does not transmit. It seems that the radioplanner is not functioning as expected at this point. Additionally, after some time, the watchdog restarts the MCU.

Any assistance in resolving this issue would be greatly appreciated.

alexbegoon commented 4 days ago

The problem was due to missing flag RP_MARGIN_DELAY=10 Closing