Results 132 comments of TMRh20

I think the CE delay makes more logical sense, so lets go with that for now. We can always adjust later if needed.

Just to add to what Brendan posted, multicast doesn’t really work with RF24Mesh since you don’t want to enable multicast forwarding or enable all nodes to use the same multicast...

I've given this some thought and with the increase in code size etc, I'm not sure its a good idea. RF24Mesh will still compile and run on ATTiny, even though...

That would work. It would be interesting to get it working with a mixed network but again not sure what it would take.On Jan 3, 2023, at 11:31 AM, Brendan...

I think we have the first two items picked off, its just a matter of if we want to support mixed networks. I don't really want to lol.

> Are any "security" features available? Technically yes, with NRF52x devices, encryption and authentication is supported and built into the library. With NRF24, no.

The code simply counts the frequency output from the device, so I would blame the device. You could try lowering the sensitivity as per the example sketch to see if...

The line of code > On May 6, 2019, at 09:14, LeonRonin wrote: > > by lowering the sensitivity do you mean the line of code which defines sensitivity or...

Found the solution: ``` NRF_RADIO->PCNF0 = (0

> What's the difference in the sampled solution and the current implementation? I don't understand the question, but I will try to answer anyway. I'll have to see how the...