sx127x lib receive transmit problem #11829
Replies: 3 comments 1 reply
-
Looks like you have to call lora.receive() after a transmit. See line 178 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thinking that the device was in standby was not correct. Looks like it is waiting for something else to happen. |
Beta Was this translation helpful? Give feedback.
1 reply
-
See above |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Using lemarvia's LoRa lib https://github.com/lemariva/uPyLoRaWAN
I can receive on one device and transmit on another. Now, I want to receive on one device AND then transmit a response back. However, when I do
lora.read_payload()
then the required processing, when I try to send a message back usinglora.println(payload)
it hangs. I have looked at some LoRa pingpong examples and don't see that anything else that is required.which takes me to here:
Appreciate any suggestions.
Beta Was this translation helpful? Give feedback.
All reactions