Problem with NRF24L01+ Transceiver, OSError Hardware not responding #9776
Unanswered
castus
asked this question in
Hardware & Peripherals
Replies: 2 comments 3 replies
-
You are probably the first to try NRF24L01 with RP2. I think the problem is with this line. RP2 seems to require SPI to be initialised with named args for The quick fix is to change the SPI number to -1 which uses that form of initialisation. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Unfortunately, this doesn't work. It gives me an error that there is no SPI -1. I gave up on this. It's tough to communicate between those modules even though there are many videos on YT. Thanks anyway @peterhinch |
Beta Was this translation helpful? Give feedback.
3 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.
-
Hi,
I have a problem. I'm new to Pico and IoT. I wanted to test NRF24L01+ transceiver but I'm unable to run it. I'm constantly receiving an error
I'm using Pico H 2021 with connections like that:
CE on 17
CSN on 14
SCK on 6
MISO on 4
MOSI on 7
SPI 0
and script: nrf24l01.py and test script nrf24l01test.py with changed configuration to:
I triple-checked connections and everything is in place but it's not working.
Could you help me to find out what's going on?
I really appreciate any help you can provide.
Beta Was this translation helpful? Give feedback.
All reactions