RF24Network
RF24Network copied to clipboard
Network Layer for nRF24L01(+) Radios
To reduce code size for an ATtiny, an easy option is just to nuke printf_P. This pull request does just that.
If I have to send that next node address or list as one of the data in the structure, how can i do it?
How do I reset all node ID? help me
Hi, Your code is very useful, thanks! However, I have a problem. With Arduino Nano and Arduino Uno, during compiling, I have a warning like "Low memory available, stability problems...
hello guys, PLEASE HELP ME :( when i compile my code there error wrote like this : C:\Users\Esaca\AppData\Local\Temp\ccmOb4Nz.ltrans0.ltrans.o: In function `main': ccmOb4Nz.ltrans0.o:(.text.startup+0x53e): undefined reference to `RF24Network::setup_watchdog(unsigned char)' ccmOb4Nz.ltrans0.o:(.text.startup+0xa0e): undefined reference...
Hello everybody, I am doing a Wireless Sensor Network project with nRF24L01 radio transceiver and i'm using RF24 Library for Arduino UNO. The message that i want to send in...
This error has unexpectedly arisen on two sample sketches which previously worked: (personal library file) RF24Network/RF24Network.cpp:67:12: error: assigning to 'boolean' (aka 'unsigned char') from incompatible type 'void' done = radio.read(...
Hi, im wondering if its possible to update RF24Network to use soft spi like the RF24 library. Im using a Mega with a TFT shield and it blocks the SPI...
I want to create a network like this.  Based on the docs, it seems that the network can only have 5 levels and follow this addressing structure: Node 00...
Hello, I have the current setup, the gateway is setup with ncurses on rpi2 module and the http server is running there too. I have 5 arduino pro mini with...