RF24
RF24 copied to clipboard
OSI Layer 2 driver for nRF24L01 on Arduino & Raspberry Pi/Linux Devices
Please read [about common issues](https://github.com/nRF24/RF24/blob/master/COMMON_ISSUES.md) first. It addresses the most common problems that people have (whether they know it or not). **Describe the bug** A clear and concise description of...
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 am currently having trouble with RF24 to get the RP2040 to wake up from dormant mode. It sucessfully received one packet and then stops receiving. Only resetting the MCU...
@Avamander *If* I were to write a new scanner example, 1. I would require that `startConstCarrier()` take no arguments because the PA Level ~and RF channel~ can/should be set independently...
I have discovered, the hard way, that the ATTiny84/Arduino (tiny84) platform and the Raspberry Pi (RPi) don't pack and unpack their data structures quite the same. What this means is...
I think we should organize the class docs better somehow because there are so many functions. I’ll have to think about how to categorize them… _Originally posted by @TMRh20 in...
@Frenzyritz13 I just modified my post (found/fixed an error in the logic). Please be sure to use the updated snippet about `_ini_pins()` >This looks good Brendan! Will test it and...
To close issue #784
It would be nice to have a BLE beacon example using this library. Here's a technical description of how it can be done: http://dmitry.gr/index.php?r=05.Projects&proj=11.%20Bluetooth%20LE%20fakery
There are also modules named RFM73 and RFM70 that are almost exactly the same as nrf24l01+ chips, could you add support for these modules too when you are modifying the...