-
The toggle_feature() in the begin() must be called only when the feature is "toggled off" otherwise it get turned off. This happens when I uses a bk2425 chip and press the arduino reset button, the to…
-
This issue is part of an effort to start hosting nRF24 org repos' docs on github per individual repo instead of uploading all RF24* lib's docs to tmrh20.github.io.
I've created a github workflow th…
-
### Describe the bug
With increasing number of lights it becomes impossible to issue a command to all at the same time.
### Steps to reproduce
Problem started exhibiting when I added more tha…
-
@2bndy5 Our application uses the nRF24 module but because we have the module on the end of a long cable we had to change the SPI bus speed. The popular RF24 library (version 1.3.8) allows for the SPI …
-
### Describe the bug
When I came home, my lights didn't function, and after checking the milighthub has lost all settings
(settings.json contains only "{ }" )
### Steps to reproduce
Leave it r…
-
hello
my project
raspberry MASTER ----->Arduino uno SLAVE
It works fine but in raspberry Radio.write return always true even when Arduino SLAVE is turned off
my code
if(radio.begin() ) {
…
-
**Describe the bug**
I bought some E14 Milights bulbs and built a milight hub as documented. Everything works fine except Entertainment. The response of the lights seems to be delayed. For instance, …
-
This issue is part of an effort to start hosting nRF24 org repos' docs on github per individual repo instead of uploading all RF24* lib's docs to tmrh20.github.io.
I've created a github workflow th…
-
The source code for `whatHappened()` contains:
```c++
void RF24::whatHappened(bool& tx_ok, bool& tx_fail, bool& rx_ready)
{
// Read the status & reset the status in one easy call
// Or is…
-
Currently, the representation of auto-ack feature in the new `printPrettyDetails()` is dependent on the feature's configuration about pipe 0. I'll admit, this was just laziness on my behalf, but @comb…