-
The Code appears to return a bool indicating if there is more data to be read (or rather that there is no more data to be read).
bool RF24::read( void\* buf, uint8_t len )
{
// Fetch the payload
…
kihon updated
11 years ago
-
i have replaced the old rf24 .cpp .o .h files with the new files from github.com/stanleyseow/RF24.git because before it doesn't work. now if i build the .cpp in Dorbot/RPi i obtain this:
g++ -Wall -O…
-
See #1165.
Suggest to remove the noACK parameter.
-
I have a use case for some small battery-powered distributed sensors. Ideally this would be a good use for BLE or [Z-Wave](http://www.z-wave.com/shop-z-wave-smart-home-products/category/smart-sensors)…
-
Hello community / @sidoh, I am trying to set up a system where I can control Phillips Hue spike lights (lily spot) with a Milight remote control.
I have set up a milight hub on an esp8266 d1 mini f…
-
Temperature cube working in simple algorithm:
1. Get temperature from sensor
2. Send temperature value via RF24
3. Sleep device for 5 minuts using pwrDownMode
4. GOTO step 1
When device is sl…
-
Compile of ahoy fails when compiling with a fresh installed PlatformIO environment.
```
Resolving esp8266-minimal dependencies...
Library Manager: Installing git+https://github.com/nRF24/RF24.git#v…
-
I haven't been able to fully test every feature yet. As someone using your code for the first time, I wanted to share some experiences I had, which might be helpful for further development.
First o…
-
https://github.com/maniacbug/RF24/blob/master/RF24.cpp#L356
According to nRF24L01 documentation `B0100` in `ARD` in `SETUP_RETR` register stands for 1250uS delay (see page 54 of documentation with re…
-
### Describe the bug
Home Assistant Integration uses depreciated flags.
Deprecated flags [rgb, color_temp] used in MQTT JSON light config for handling color mode, please use `supported_color_mod…