Thread Router Multi-pan Communication #9770
-
Hello all, I'm pretty new to OpenThread and would like to seek some guidance and clarification on this one: I'm currently working with several Minimal Thread Devices (MTDs) and a Thread router. Is it possible to configure the router to support multiple PAN IDs simultaneously? If so, is there any relevant documentation or examples that I can refer to? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
To support multiple Thread networks on a single Thread router, ideally the Thread router will have multiple Thread radios, one to support each Thread network. Typically, a Thread radio can only be listening on a single channel, so having multiple Thread radios allows each Thread network to operate independently, including on different channels. |
Beta Was this translation helpful? Give feedback.
-
Hi, Were you able to successfully establish the network where multiple PAN-IDs are handled on a single router in openthread? |
Beta Was this translation helpful? Give feedback.
-
Do you think, I mean is it possible to configure multiple pan-ids on a
single router? If I change the open thread code?
…On Fri, Feb 21, 2025, 2:45 PM Jonathan Hui ***@***.***> wrote:
Are you looking to support multiple Thread networks with a single 802.15.4
radio? We generally recommend using multiple 802.15.4 radios, especially in
cases where the different networks are operating on different channels.
—
Reply to this email directly, view it on GitHub
<#9770 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATOVBPP7IYAQWQ7NWAYTO4L2Q565FAVCNFSM6AAAAABXPXPBXOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMRYGA4DONY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
But can I configure multiple pan-ids(ESP32) on a single router (single open
thread network) ?
…On Fri, Feb 21, 2025, 3:17 PM Jonathan Hui ***@***.***> wrote:
Each Thread network has its own PAN ID. Multiple Thread networks can be
done by having multiple OpenThread instances.
—
Reply to this email directly, view it on GitHub
<#9770 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATOVBPIW6X5ITPVGSMK3WYD2Q6CVRAVCNFSM6AAAAABXPXPBXOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMRYGEYTGMA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
To support multiple Thread networks on a single Thread router, ideally the Thread router will have multiple Thread radios, one to support each Thread network. Typically, a Thread radio can only be listening on a single channel, so having multiple Thread radios allows each Thread network to operate independently, including on different channels.