-
-
Notifications
You must be signed in to change notification settings - Fork 634
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Block/Freeze when sending packet #45
Comments
My sketch running on Arduino hangs when it reaches the line LoRa.endPacket(); I already shifted the 3.3V supply from Arduino to Raspberry Pi to ensure required current to LoRa module. My sketch is farily simple. |
@Franciscopcosta please provide a minimal sketch to reproduce your issue, given the examples works it's most likely something in your sketch. |
it blocks when reach the line: sendMessage(payload2Send); |
@Franciscopcosta can you please further simply the sketch you provided to a minimal case to reproduce the issue. |
Closing this for now due to lack of activity. Please provide requested info. if you are still interested. |
For future reference ... Same issue with me. Must be a power problem. |
Im facing the same problem after many tries and error i found out that LoRa.endPacket(); stop my loop so only one packet is sent. i tried it with other codes of mine it worked normally and i received all the data in the gateway. can i get help for this one please :) |
If you face a watchdog situation like with an ESP you can check out my PR for non blocking implementation that permits your code to continue and feed the watchdog |
Having the same issue, most often it hangs after the first packet being sent, but sometimes it manages to send a couple (up to maybe 20) and then freezes |
Hi, my sketch it stop working when it reaches this lines:
Do anybody had this issue before?
The example works OK, but when i adapt to my code, it blocks in this lines, it doesn't even send the packet.
The text was updated successfully, but these errors were encountered: