Replies: 1 comment 3 replies
-
Make sure you are setting You may find the https://github.com/openthread/ot-reference-release repo helpful. The OTNCS_BR is built out of this repo. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm working on integrate new IEEE802.15.4 chip to raspberry pi, and have problem on test harness tool to recognize my device as border router.
I follow this page to setup border router on my raspberry pi (https://openthread.io/guides/border-router/build), and observe otbr-agent is workable and register mesh service successfully like below log.
"Mar 20 16:40:25 raspberrypi otbr-agent[11524]: [INFO]-BA------: Result of publish meshcop service OpenThread BorderRouter #6F29._meshcop._udp.local: OK"
But test harness can't recognize my raspberry pi as border router, I try capture Ethernet log and find test harness tool sent packet like below when doing "discovery network devices".
And golden border router (eg: OTNCS_BR) responses it. But my device won't, is anything else I need to setup?
Beta Was this translation helpful? Give feedback.
All reactions