Thread devices can't connect my Thread border router.

Hey all,

In order to research Thread protocol and its behaviour, I bought a Nordic dongle nRF52840 and used it to make a Raspberry pi a Thread border router.

Currently, I succeeded to make my Raspberry pi a thread border router, I can control the Thread network details and can list them (parameters like External PAN ID, Network name, Channel, etc). My Raspberry pi is connected directly to a router with Ethernet cable and I have internet connectivity from my Thread border router (can ping Google DNS with my IPv6 from the Raspberry).

My next goal is to connect a Thread device to the Thread network. I have a Nanoleaf smart light bulb that supports Thread that I tried to connect to my Thread network, unfortunately with no success. When my Nanoleaf smart bulb is looking for Thread available networks, it can't find one, however when I look under settings under Thread networks section I can see my Thread border router with only the following parameters: External PAN ID and network name (don't see other necessary information like Channel number, pass key, etc).

My question is: can I connect a Thread device to this network? I know that there is a DK from Nordic that I can buy and configure it as a Thread device, but I want a "real" Thread device to connect to this network. Maybe there is an option to publish the other Thread network parameters to make the Nanoleaf smart bulb find the network while it looks for Thread available networks?

Thanks,

Assaf

Parents
  • It should be possible to join the Thread network with a Matter over Thread device. I haven't tested with a production device yet, but I have( as you have done) created an OpenThread Border Router using a nRF52840 Dongle. Then I have created a Matter over Thread device using a Silicon Labs EFR32xG24 Dev Kit. I then joined this device to the Thread network and it's working fine. You should not need to be concerned about the channel number etc. You do of course need to use the correct Thread dataset in the Matter pairing command. How did you try to pair your device to the Thread network? Did you use the chip-tool command?

  • Thanks for your reply!
    I know that I can buy a DK from Nordic (www.nordicsemi.com/.../nrf52840-dk) and configure it as a Thread device that will be able to connect to my Thread border router.

    I want to be able to connect a "real" Thread device which I can control him by it's appropriate app (this time a Nanoleaf smart light bulb). 

    The pairing process is by scanning the QR code on the device and the device is looking for available Thread networks. I have no control on the pairing process here, but I thought the device should make it automatically.    

  • What app are you using for provisioning / pairing the device? For better control, you could consider using the chip-tool directly to test.

Reply Children
Related