Search found 1 match

by huyle
Fri Sep 03, 2021 8:57 am
Forum: Raspberry Pi microcontroller boards
Topic: NRF24L01 with a Pi Pico
Replies: 20
Views: 51473

Re: NRF24L01 with a Pi Pico

dnts wrote:
Sun Apr 04, 2021 10:10 am
on master

Code: Select all

        try:
            nrf.send(struct.pack("i", millis))
        except OSError:
           	I GET AN ERROR HERE
            pass
the slave is already in listening mode
Hi! i have the same problem with u when i use Pi pico, did u find out solution?! can u tell me? thank you!!