nRF24 / RF24Mesh

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

Temporarily Unlinking a node #168

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hi, Is it possible to use this library for transmitting telemetry data, then using this library to send out a packet of information, like telling the module to become a repeater? After that, is it still possible to have the node rejoin the network?

TMRh20 commented 4 years ago

Umm, yes?

On Oct 15, 2019, at 19:23, itisyeetimetoday notifications@github.com wrote:

 Hi, Is it possible to use this library for transmitting telemetry data, then using this library to send out a packet of information, like telling the module to become a repeater? After that, is it still possible to have the node rejoin the network?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

ghost commented 4 years ago

Do you have an example about how to have 2 master nodes and how to send a message from the master node to the a slave node to display like on lcd?

TMRh20 commented 4 years ago

No example, but the only way to have 2 separate master nodes is to start them up on separate channels. Then the node(s) can just switch channels to switch between masters.

On Oct 16, 2019, at 12:49, itisyeetimetoday notifications@github.com wrote:

 Do you have an example about how to have 2 master nodes and how to send a message from the master node to the a slave node to display like on lcd?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

ghost commented 4 years ago

Thank you! However, is there a way to send a message from the master to the slave?

TMRh20 commented 4 years ago

See mesh.write() at https://tmrh20.github.io/RF24Mesh/classRF24Mesh.html

On Oct 16, 2019, at 15:45, itisyeetimetoday notifications@github.com wrote:

 Thank you! However, is there a way to send a message from the master to the slave?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.