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

Hello, when I try to compile the GettingStarted.pde I keep getting this error void value not ignored as it aught to be for line 168 done = radio.read( &got_time, sizeof(unsigned...

Whenever i include this line in my sketch the BLE disappears. Without this line i can detect nrf24l01 on BLE detection apps.

Hello! Thank you a lot for this library. I encounter a strange issue, when I let a radio.printDetails() in the setup the serial output and all the arduino stuck... Without...

Hi, For reading data from radio, the read function is used: radio.read(). It is possible to read data byte by byte, but if i want to read a byte array...

Hi and congratulations for the work I run Scanner example but the code fails because dont find Wprogram.h: Arduino:1.6.7 (Windows 7), Placa:"Arduino/Genuino Uno" sketch\output\scanner.cpp:1:22: fatal error: WProgram.h: No such file...

when i using rf24/ helloworld tx or tx program its shows error compiling

Hi, I install fork of RF24 for BananaPi. It looks like all is fine (configuration at least). I run this code on BananaPi: ``` python #!/usr/bin/python from nrf24 import NRF24...

Hello, I'm trying to connect a raspberry and Arduino, When I try to make a delivery from raspberry to Arduino Arduino packets arrive at, but do not receive the ACK...

My master has changes which include a write() bug fix and dynamic timeout adjustment, multi SPI device compatibility, additional printDetails() debugging output (nice improvements BTW), some comment clean ups, a...

I have a small trial code with a struct to be send. Works great. But when I enter directly after the write() a delay greater than 10, No data can...