TMRh20
TMRh20
Hi, I've built a related library ( [RF24Ethernet](https://github.com/TMRh20/RF24Ethernet) ) based on this library, and seem to have discovered some issues that seem more prominent with a lossy radio network, but...
Hello, since this is the main lib and it doesn't seem to be maintained anymore, I just thought I'd mention here that I've been maintaining an [updated/optimized fork of the...
I noticed a small issue, and realized it is described in a note in the [datasheet](http://www.nordicsemi.com/eng/content/download/2726/34069/file/nRF24L01P_Product_Specification_1_0.pdf) on page 30: "Note: Always check if the packet width reported is 32 bytes...
I have been playing around with the scanner examples lately, and its hard to tell if this makes a difference, but technically, shouldn't the radio be using a configuration like...
I have one Pico running the stock RF24Ethernet MQTT example using the Arduino IDE, and I found there was some instability issues. The device would typically work for a while,...
I have 3 ESP32 ((WiFi Kit 32 w/OLED) modules from 2 different places, and none of them are detected in Linux, Mac or Windows devices, so I eventually discovered that...
First off please excuse my ignorance when it comes to Bluetooth, but would there be any practicality in supporting NRF52x devices? I know they natively support Bluetooth, but when using...
This is mainly intended for Arduino Due, but I assume other boards could benefit from this also. It seems that most if not all USARTs can be used in SPI...
Calling these functions on a non-master node can cause a segfault. Reminder to fix this behaviour.
It seems that if you disable Auto-Ack while using static payloads, transmission and reception fails with a CRC error. I'm guessing this is similar to Issue #1 so I'm going...