Hi all, I'm starting to get into using the RF24mesh library (beginning to use it), and attempting to understand some terminology associated with the mesh networking. I'm using arduino MEGA 2560's with nrf24L01+ transceivers, with RF24mesh sketch codes (for a slave arduino and one master arduino). The communications is working, but now working toward understanding some terminology, to understand some basics of operation.
[This post will involve questions about terminology, but there is another post involving a communications issue, at ...click here.....]
I came across this site here ... https://tmrh20.github.io/RF24Mesh/General-Usage.html
...and it says that "RF24Network addresses can be viewed as MAC addresses".
It also says "When joining or re-attaching to the network, nodes will request a RF24Network address, and are identified via nodeID".
Normally, MAC addresses are permanent, unique, and fixed, right? So, if a slave device already has a permanent/fixed/unique MAC address, then how is it possible for the slave to request a MAC address? And where would the slave request this MAC address from? Request it from the master device?
Is it true that these "RF24Network addresses" refer to the 5 byte (40 bit) address to be assigned to an nrf24L01 transceiver device?
Maybe there are other users of the RF24mesh library here that can start me off on the road to understanding some basics. I haven't found a beginner's tutorial explaining the terminology yet. So if anyone has a good beginner's tutorial that gives a rundown on these terminology and address assignments.... then definitely paste the link here. Will definitely read it.
Thanks in advance!