-
hello
1-my sketch get_start return wrong RX_ADDR_P0-1
after radio.begin()
RX_ADDR_P0-1 = 0xf3f3f3f3f3 0xe1e1e1e1e1
after
radio.openWritingPipe(pipes[1]);
radio.openReadingP…
-
Hi there and thanks in advance for your work.
Is it possible to run this library on 3,3V avr chips @8Mhz internal oscillator?
I guess there's some counter that is clockwise for 16MHz, disabling opera…
-
Using wiringPi v2.60 from the "unofficial" github repo, and RF24 1.36 from here on a CanaKit RPi 3b+ running Raspbian 10. I've been successfully using the RF24 library to communicate between this RPi…
-
I find it a little annoying when I have to open the data sheet and translate what `printDetails()` is ouputting.
### show don't tell
Instead of gettting long-winded here, I'll show the output from…
-
Huge thanks to @per1234 for giving me a solid starting point on this issue!
Currently the RF24 library [lists all boards as compatible in the library.properties file](https://github.com/nRF24/RF24/…
-
Install Node-RED at [https://nodered.org/docs/getting-started/raspberrypi](https://nodered.org/docs/getting-started/raspberrypi). Then I install node-red-contrib-nrf24 using npm and I can’t install it…
-
Hey
wondering if anyone is able to help me
```
#include
#include
#include
#include
#include
#include
void setup(void) {
delay(2000);
radio.begin();
radio.setChanne…
-
### New Features for 3.1 ###
- [x] TPL Automation
- [x] New WiThrottle Integrations
- [x] New JMRI integrations
- [x] Rework accessory command for 1 part linear addressing option
- [x] Create …
-
Why is there a "custom" SPI class included in this lib?
I'm using this lib on an ATtiny85 and in the Arduino framework (https://github.com/SpenceKonde/ATTinyCore) there is a lib available. Furtherm…
-
Can code be modified to receive from more then 1 nrf24l01 chip? I just started looking at it might find my answer but figured I'd ask anyway. Tha is for sharing code I've been trying to figure this ou…