RF24Network icon indicating copy to clipboard operation
RF24Network copied to clipboard

OSI Layer 3 Networking for nRF24L01(+) and nRF52x on Arduino and Raspberry Pi

Results 10 RF24Network issues
Sort by recently updated
recently updated
newest added

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...

question

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...

question
help wanted

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...

question

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...

enhancement
question
help wanted

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...

question

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...

question

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

enhancement