How to setup openthread border router with multiple instances to handle different networks #11315
Replies: 1 comment
-
My advice for this is to use multiple BR devices, each running its own Thread PAN. This would be a much simpler and easier setup.
|
Beta Was this translation helpful? Give feedback.
-
I am new to OpenThread and learning about it. I have set up a Raspberry Pi 3 as a border router and am using an nRF52840 USB dongle as a radio to communicate with thread-end devices. I am using ESP32s as the end devices.
Currently, the end devices are on the same network, they have the same PAN IDs. What I am trying to achieve is to setup multiple instances, where my end devices will have different PAN IDs and the border router can access those different PAN IDs.
In the Openthread config, there is OPENTHREAD_CONFIG_MULTIPAN_RCP_ENABLE present, I am guessing using this we can achieve the multipan structure. But I am not quite sure how to achieve this on my setup.
I couldn't find any guide on how to setup this up, any help or suggestions would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions