RF24 icon indicating copy to clipboard operation
RF24 copied to clipboard

need reset

Open gnulnulf opened this issue 12 years ago • 0 comments

after the scanner example in rpi the nrf needs to be resetted to make it work in the other examples.

by dauhee » Sat Feb 23, 2013 3:46 am I can do the following to reset the config: radio.write_register(0x00,0x0f); only after modifying the RF24.h file to make the method public instead of protected - this enables comms to resume without power cycle.

This seems not to work

gnulnulf avatar Mar 08 '13 20:03 gnulnulf