Hi, i'm sending data from an Rpi4 to and Rpi Pico. Data is received on RPi Pico but with no Ack.
setAutoAck(1) is set on both Rpi's and RPi Pico Ack works beetween 2 RPi Pico's (programmed on arduino).
I comfirmed autoAck is on by radio.read_register(NRF24.EN_AA) = 0b111111
I think ther is a problem with the code but could not find it.
Hi, i'm sending data from an Rpi4 to and Rpi Pico. Data is received on RPi Pico but with no Ack.
setAutoAck(1)is set on both Rpi's and RPi Pico Ack works beetween 2 RPi Pico's (programmed on arduino).I comfirmed autoAck is on by
radio.read_register(NRF24.EN_AA) = 0b111111I think ther is a problem with the code but could not find it.