-
Hi,
I have adapted the RF24 with my STM32, but I had a problem when sending it, it always sends the first data and ignores the other data.
I had as a conclusion that the TX FIFO always remains full…
-
I'm working on a merge request to add support for NRF52805 and it doesn't allow MY_NRF5_ESB_MODE(NRF5_250KBPS) so I have added:
```
#ifndef MY_NRF5_ESB_MODE
#ifndef NRF52805_XXAA
#define MY_N…
-
I'm trying to reduce the code size of `getDynamicPayloadSize()` by using the `read_register()` function, but the use of REGISTER_MASK is the only thing in my way. In fact it would only be useful in th…
-
I have the problem "FileNotFoundError: [Errno 2] No such file or directory: '.../Makefile.inc'" when trying to build the python wrapper.
I'm following the instructions described in the link https:/…
-
The Pipes RF24_RX_ADDR.P2 and above seem to not be working, If I doe anything wrong, please tell.
Raspberry Pi code:
```
import pigpio
import nrf24
import struct
slaves = [[nrf24.RF24_RX_ADD…
-
**Hardware Environment**
- Raspberry Pi 4
**Home Assistant OS release:**
- Updated from version 5.11
- Additional information (if accessible):
```
arch: armv7
channel: beta
docker: 19…
-
### Describe the bug
Putting in a MQTT Topic using single-level wildcards into MQTT Client Status Topic the current code will not leverage the wildcards.
MQTT Topic put in: MILIGHT/:device_id/:dev…
-
I'm about to pull my hair out, working on this issue for a month already.
Tried changing to different RPi's and different Arduinos, but the issue is the same.
Confirmed that the hardware is OK as th…
-
PIO Core Call Error: "Library Storage: /home/lemonxah/Documents/PlatformIO/Projects/RF24 Sensor/.pio/libdeps/pro8MHzatmega328\nLibrary Manager: Installing rocketscream@gmail.com/Low-Power @ ^1.6\n\n\n…
-