RF24Mesh
RF24Mesh copied to clipboard
OSI Layer 7 Mesh Networking for RF24Network & nrf24L01+ & nrf52x devices
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...
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,...
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...
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...
Hi, Im trying to implement this awesome library into my bachelor thesis. I ran into an issue.  In this picture all is working fine. Now I’m going to disable...
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...