Unable to Send Response NRF24L01 #10322
Unanswered
Marin-Johnson
asked this question in
RP2040 / Pico
Replies: 3 comments 1 reply
-
Please note that the latest driver is here - this version has been tested with the Pico. The driver was moved here after the release of V1.19. I can't see an obvious bug. I would use the latest driver. Assuming it still fails you could increase the delays and timeouts to slow the interchange down and insert print statements. This might help you see where it's going wrong. |
Beta Was this translation helpful? Give feedback.
1 reply
This comment was marked as off-topic.
This comment was marked as off-topic.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using two
NRF24L01
radios on two Raspberry Pi Picos. I am able to send data from Pico1 to Pico2 just fine, but when I try to send a response from Pico2 back to Pico1, Pico1 doesn't receive the response. I am using this library. Here is my code:Transmitter
Receiver
When I run both, the receiver side receives the data and seems to send a response, but on the transmitter side I continually get this:
The example file for this library works fine. I tried to compare it with my code, but I could not find the problem. What is wrong with my code?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions