This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

OpenThread on nRF52840: Recommended way to list up / control thread devices

Hello,

i've built a basic Thread network with two nRF52840 Nodes running the CLI example and a RasPi with a nRF52840 RCP as BorderRouter.

My Question is:

Whats the recommended way to control my Thread nodes (for example via CoAP) from outside the thread network? 

Example Scenario:

I'm on my mobile phone, which is connected to the RasPi BorderRouter-AP and i want a Mobile-Application, which lists all available Thread-Devices inside the Thread-Network. When i select one of the listed thread nodes, i want to be able to control them.

Is this possible via CoAP? Is it possible to send CoAP Requests from outside into the Thread-Network? And how?

Or any other solutions for this scenario?

Thank you!

Parents Reply
  • Of course,

    im trying to ping all available ipv6 addresses of the ftd. 

    Output of "ipaddr" FTD:

    fd11:1111:1122:0:0:ff:fe00:3c00
    fd11:22:0:0:664f:a465:4327:3285
    fd11:1111:1122:0:f071:6ae2:d48:2a91
    fe80:0:0:0:7845:5f04:2da3:e088

    From the Notebook, which is in the same network im trying to do:

    ping <IPv6-Address>

    and:

    ping6 <IPv6-Address>

    Output:

    connect: Network is unreachable

    If i do the same on my border router, it works. Probably because of the wpan0 interface on the border router (RCP)

    It would be great if you could help me out. Btw: The notebook is the only device which has to communicate with the thread nodes. 

Children
Related