RF24Mesh icon indicating copy to clipboard operation
RF24Mesh copied to clipboard

OSI Layer 7 Mesh Networking for RF24Network & nrf24L01+ & nrf52x devices

Results 13 RF24Mesh issues
Sort by recently updated
recently updated
newest added

I have one Pico running the stock RF24Ethernet MQTT example using the Arduino IDE, and I found there was some instability issues. The device would typically work for a while,...

Fixing #137. All communication exemple set the power to low to prevent power supply issue. It was missing in the begin() of the Mesh. I dont know if is enough...

so i was looking at the code and thought. "wouldn't it be cool to save and load dhcp on a esp8266 using SPIFF" i've just started looking into it but...

enhancement
help wanted
Hacktoberfest

i explain my problem completely in this video https://youtu.be/uxRRYpss-Ew

Opening this as a reminder (& for tracking). Current build of RF24Mesh_Ncurses_Master example is emitting the following warnings: ``` /path/to/RF24Mesh/examples_RPi/ncurses/RF24Mesh_Ncurses_Master.cpp: In function ‘void drawTopology()’: /path/to/RF24Mesh/examples_RPi/ncurses/RF24Mesh_Ncurses_Master.cpp:219:56: warning: zero-length gnu_printf format string...

Hi, I am about to use this great library in a mesh context. I would have 2 questions: - how are the "nrf24" tree levels used when using mesh library,...

question

I'm only pursuing this proposal because it would obsolete the private member `addrMemAllocated`. Initially, this idea came to me (in #220) when discovering that static addresses have to be assigned...

enhancement

This idea is born from #218 discussion in which I thought it would be easier on users' code to provide a local way of releasing an assigned address in the...

enhancement

Hi, Im trying to implement this awesome library into my bachelor thesis. I ran into an issue. ![Picture1](https://github.com/nRF24/RF24Mesh/assets/26128039/e6fb5dbb-64b8-4ab2-9e7b-d6c1feb9342f) In this picture all is working fine. Now I’m going to disable...

question

As long as the master node's radio is idling in RX, I think this would be interpreted as "connected to the mesh." Otherwise, user code written for both master and...