-
Hey. Iv got a batch of the fake epoxy/COB "worst fake" wireless modules advertised as NRF24's (blatant lie)
I can send using an Arduino Uno (using the https://github.com/maniacbug/RF24 lib only) an…
-
Hi, I was trying to compile and install your python wrapper for RF24, but I find that it gets stucks and almost immediately uses all the RAM in my raspberry pi. I have to cancel it since the system b…
-
transmissor
#include
#include
#include
#define RFID_SERIAL Serial1 // Agora configurada para a porta COM9 no RP2040
#define NRF24_CE_PIN 14
#define NRF24_CSN_PIN 15
RF24 radio(14, 15);…
-
Just some thanks for this.
And some notes, hopefully helpful to anyone else trying to use this.
Took me some time to figure out that:
- radio.esb() mode seems to only work with RF24::enableDynami…
-
Hi,
I success to fix the some problems i had and i m enjoy to share it here.
I notice there is a small bug (?) about the channel :
Its say that the value of channels can be in range from 0 to 1…
-
Hello,
I can not manage to get it working fine on a tinker boar.
I spent a lot of hours trying and, by change, I could send some data when I disconnected CE completely.
The problem seems to b…
-
### What radio module do you use?
nRF24L01 + PA/LNA
### What driver board(s) do you use?
ESP32
### If using Linux, what OS are you using?
_No response_
### If using Linux, what RF24 …
-
//Transmitter code
#include //NRF24L01 library created by TMRh20 https://github.com/TMRh20/RF24
#include
#include
int SentMessage[1] = {111};
RF24 radio(7,8); // NRF24L01 used SPI pins …
-
Hi,
I was trying to get node-nrf to work right.
At first, I had to downgrade node to v0.10.16. After downgrading I was able to compile the needed spi libs.
My hardware is OK, because I'm able to …
-
I'd recommend trying [nrf24.github.io/RF24/](https://nrf24.github.io/RF24/) (https://github.com/nRF24/RF24).