RF24 icon indicating copy to clipboard operation
RF24 copied to clipboard

Arduino driver for nRF24L01

Results 94 RF24 issues
Sort by recently updated
recently updated
newest added

Hi, i want to know is this library supports Black Pill (STM32F401CC or STM32F411CE) Please reply, i will pay $40 to those whose provide working library for Black Pill

//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 + Pin 9 and 10 on the NANO...

pingpair_test:214:35: error: call of overloaded 'openReadingPipe(int, int)' is ambiguous radio.openReadingPipe(5, 0); ^ fix the given error

Hello, I'm searching for a library to use with an Atmega32, because we are using an nRF24L01 in our thesis. Could somebody help use please? Best wishes zKingFabzz

I'm unable to make basic diagnostics work via the radio.printDetails command with an Arduino UNO. When the code reaches this command, nothing is printed, and it makes the code reset...

I set write_payload to public and attempted to use it with two arguments. According the class documentation, it takes two. According to the code, the extra argument is: const uint8_t...

Hi, I am using NRF24L01 with Arduino using the RF24 library (https://github.com/maniacbug/RF24). While executing the transmission code I have observed the following line takes about 30 to 30ms time delay...