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
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