RF24Network
RF24Network copied to clipboard
OSI Layer 3 Networking for nRF24L01(+) and nRF52x on Arduino and Raspberry Pi
I can send data from **Teensy** 3.2 to Arduino Leonardo (In XInput) to control right joystick, so just one way communication. But I want to send feedback of joystick to...
Hi, I have an ESP32 acting as Node 0, connecting succesfully to other Arduino/Nano's on a variety of nodes (1-5), very reliably, no problems until I try and set a...
I'm currently developing an application where I may have 2 master network nodes in range of each other and I was wondering what was the best way of dealing with...
Hi, Happy New Year everyone. I have an issue/questions with duration a node goes to 'sleep' mode using RF24Network::sleepNode: - whatever I do it seems that the total sleep duration...
Hello, I use your library RF24 and RF24Network. I have four Arduino Uno and one attiny84 with NRF24L01+. The Network is: 0 Arduino UNO 1 Arduino UNO 011 Attiny84 0111...
Hi, I'd like to put the atmega of my rf24 node to sleep, but I need PWM so I can't use the full sleep mode. I need the idle mode...
Hello! Thanks for this great library. I'm waiting for my nRF24 modules to arrive, in the meantime I'm getting used to the code. From what I've read so far, it...
I've got some operations that are quite fragile to timing [multi-threading is not possible] and using `network.write` in between causes these operations to fail. I only want to write for...
Concerning future ventures with the nRF5x ESB, I was thinking that 8 pipes shouldn't be too hard to support. - [x] pipe/address validation will have to conditionally forego `x
per nRF24/RF24#971