-
I'm looking at your code and see that the `read_register` function seems to only work for commands that return single byte responses:
```c
static uint8_t read_register(uint8_t reg)
{
uint8_t…
-
Hello! How can i flash this [NRF24L01 ](http://ali.pub/2w8xg) + [USB SPI CONVERTER](http://ali.pub/4p8to) with ArduinoISP or SPI programmer ?
http://www.elecfreaks.com/wiki/index.php?title=2.4G_Wirel…
-
Could you post a read example?
I am having trouble calling the code from CSharp:
MTPNordic.OnDataReceived += OnDataReceivedEventHandler;
public void OnDataReceivedEventHandler(obj…
-
Hello,
thank you ManiacBug for RF24 and RF24Network!
I have a question. Is there a way to check signal strength between trasmitter and receiver??
Thanks,
Arthur.
[PS Chapter 6.4 of nRf24L01+ docum…
-
I am using your library for a project of ultra low consumption, the library does not have any function to put the nrf24 in Power Down mode. could you help me?
-
Since updating `build.js`, we can now do:
```
Reference
--------------
* APPEND_JSDOC: modulename.js
```
and can then add simple documentation to each module in the form of:
```
/** My description…
-
I have used this libaray for my project having Esp32 interface with nRF24l01 , but its is not working as I am trasmiting some bytes
-
There are currently a couple of open PRs for new radio drivers or reworks of existing drivers.
These PRs are often quite big, so let's share the work and try to review each other's drivers.
- at…
-
Hi,
tying to get new skills in IoT
**here code for master:**
`const nrf24=require("nrf24"); // Load de module
// Init the radio
var rf24= new nrf24.nRF24(37,24);
rf24.begin();
// Configure …
-
I am trying to create a simple TCP-like sending protocol by sending, waiting for an ack, and if no ack is received in a certain amount of time, try again.
I got it mostly working except for a frequ…