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

Question: mesh with wired and wireless nodes #162

Closed prof-rt closed 5 years ago

prof-rt commented 5 years ago

Hi,

I'm planning a sensor network that will span a 3 storey building. I have concerns re spanning the 2nd floor, in that the distance between the 3rd floor sensors and 1st floor sensors will not have a connecting node in between. However there is a wired connection between the third floor and the first floor, and i can use rpi nodes at either end. is there anyway to get a wired connection between a third floor rpi slave node and the first floor rpi master node to work in the mesh?

Any pointers in the right direction would be appreciated.

R

TMRh20 commented 5 years ago

I think the only way to link them by wire would be to wire the RPis together and have two separate networks. Else you could try using a couple higher powered modules with antennae to create a link between floors.

On Mar 16, 2019, at 05:58, prof-rt notifications@github.com wrote:

Hi,

I'm planning a sensor network that will span a 3 storey building. I have concerns re spanning the 2nd floor, in that the distance between the 3rd floor sensors and 1st floor sensors will not have a connecting node in between. However there is a wired connection between the third floor and the first floor, and i can use rpi nodes at either end. is there anyway to get a wired connection between a third floor rpi slave node and the first floor rpi master node to work in the mesh?

Any pointers in the right direction would be appreciated.

R

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