-
### Rationality
If there is a setter for the RF_SETUP register's ARD (Automatic Re-transmit Delay) value, we should have a getter also. The ARD value does not directly translate to a human readable v…
-
i Use Rf24 on Raspberry-pi on raspbian with Qt
I Added All .h and .cpp file to project Successfully but in this line of code
`RF24 radio(RPI_V2_GPIO_P1_15, RPI_V2_GPIO_P1_26, BCM2835_SPI_SPEED_8M…
-
Hi
I have wired NRF24L01 module as follow
```
ATTiny84-|- RF24
PA6-------|- MISO
PA5-------|- MOSI
PA4-------|- SCK
PA3-------|- CSN
PA2-------|- CE
```
and staring library like this
…
-
In case payloads are rather small, using CRC8 instead of the CRC16 might be an option to further reduce payloads by another byte.
However,
```
mesh.begin(/* channel */ RADIOCHANNEL, /* speed *…
-
Hello, is there a way to integrate these libraries with NodeRed and do the integration for the RF24?
Thank you.
-
Hi I made four absolutely similar boards with stm32 bluepill and nrf24l01 onboard. And on this moment I want allign them in line and to make connection from base 00, thry child 001, then thry child 0…
-
Hi , i tried to install the lib in the intel galileo 2 with sudo make install -B RF24_MRAA=1 but i can't, the compiler shows many errors, i don't now if i have to do another step to compile or if ther…
-
I'm one of the maintainers of github.com/nRF24/RF24 and for some reason our previously working code for detecting SPI transaction support does not work for ESP32:
```c++
#if defined (SPI_HAS_TRANSAC…
-
Hi,
Is it possible to distribute the Python wrapper library by itself (i.e. the output .egg file from /rf24libs/RF24/pyRF24/dist) so it can be used with pip?
I have a project and I want my colle…
-
So Today I was testing my nodes & uploaded example code from the library & just added some code so that when one node RX data it will write back to the sender, so after testing I found out that when I…