RF24 icon indicating copy to clipboard operation
RF24 copied to clipboard

SETUP_AW reset

Open koverg70 opened this issue 10 years ago • 0 comments

Hi!

I started to use an nrf24 enabled boot loader. After that your RF24 library stopped working. That's because the boot loader uses 3 byte addresses, and RF24 wants to use 5, but leaves the SETUP_AW on the previous.

The solution is to initialize that register: // 5 byte addresses write_register(SETUP_AW, 0x03);

Regards,

Gábor

koverg70 avatar Jun 20 '15 04:06 koverg70