You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2024. It is now read-only.
Exact same problem with exact same firmware, and a very simple test program (no deepsleep or other "features", just sending unconfirmed lorawan packet every minute). It hangs after around 100 to 400 packets in the send() function.
From https://forum.pycom.io/topic/2272/lopy-l01-lorawan-blocking-socket-send-hangs-permanently
Using firmware v1.10.2.b1 on LoPy L01 OEM module
Using the code shown below periodically the socket.send() function call hangs forever. The only way to recover is to enable the watchdog timer.
Code:
The text was updated successfully, but these errors were encountered: