Search found 3 matches

by OrangeAndApples
Thu Mar 11, 2021 11:03 pm
Forum: Raspberry Pi microcontroller boards
Topic: NRF24L01, Pi Pico & Pro Micro
Replies: 4
Views: 6702

Re: NRF24L01, Pi Pico & Pro Micro

Yes thank you, I was reading one of your previous posts on the matter. Hit another slight issue. Trying to get two way comms, base (ProMicro) transmits data, rover (Pico) sends reply. Pico can recieve data but seems to refuse to send, spitting out OS errors, hence Pro Micro receives nothing at the o...
by OrangeAndApples
Sun Mar 07, 2021 7:46 pm
Forum: Raspberry Pi microcontroller boards
Topic: NRF24L01, Pi Pico & Pro Micro
Replies: 4
Views: 6702

Re: NRF24L01, Pi Pico & Pro Micro

I'm going to beat you all to the answer here... it was the data rate.

Things to check when using NRF, on any board.
- Channel(Freq)
- Address/Pipe
- Data rate
by OrangeAndApples
Sun Mar 07, 2021 10:04 am
Forum: Raspberry Pi microcontroller boards
Topic: NRF24L01, Pi Pico & Pro Micro
Replies: 4
Views: 6702

NRF24L01, Pi Pico & Pro Micro

Hi, I've been trying to get a Pro Micro and Pi Pico to communicate over radio using the NF24L01 (nrf) modules. Trouble is that the Pico reciever refuses to acknowledge anything has been sent. I was getting OS error with Micropython one, although that was just simply incorrect pins, fixing that clear...