nRF24 / RF24Mesh

OSI Layer 7 Mesh Networking for RF24Network & nrf24L01+ & nrf52x devices
http://nrf24.github.io/RF24Mesh
GNU General Public License v2.0
423 stars 152 forks source link

Addresses Allocation Problem #128

Closed Kevinleaf closed 7 years ago

Kevinleaf commented 7 years ago

When I restart my master node, I have 15 nodes trying to renew their address. There is always 5-6 nodes getting addresses which aren't in the master node address list for some reason...

If I reconnect all my nodes one by one, it will be fine.

Avamander commented 7 years ago

Read the first part of your sentence again. Node was already assigned an address, until you make the node ask a new address it's gonna keep using it old one thinking it's legit, it has no built-in and fast way to check.