You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: