Thread Border Router image for nRF5 SDK for Thread

Hello, 

We have a product developed using nRF5 SDK for Thread v4.1 based on mqtt-sn sleepy publisher example. 

Thread border router image supplied by Nordic also have mqtt-sn gateway setup for supporting it's example. I have read threads in dev zone suggesting that the mqtt-sn gateway setup done in border router image has end device connection limit and there are some other issues also associated with that mqtt-sn gateway. 

So I would like to know what's the latest border router image available and supporting nRF5 SDK mqtt-sn thread example. I have read there is docker image also available supporting mqtt-sn publisher subscriber example of nRF5 SDK for Thread. But I am not getting it's link and don't know how to use it. So can anyone help. 

Because currently my product development is finished with mqtt-sn example and I am having issues with border router and mqtt-sn gateway. 

Looking for quick response. 

Parents Reply Children
  • Yeah I ran the master branch which last update is same git Tag v1.2 . I have connected my RPi to internet via WiFi and not LAN. Still got the same error with otbr-web.

    I would like to know few things before going forward to again try out that docker image because currently my OTBR image provided by Nordic with different MQTT-SN Gateway (same used in Docker image) is working fine. 

    Can I perform following things in docker image 

    1. Change network parameters of current thread network ?

    2. Perform external thread commissioning using thread app ?

    3. Will the webpage for configuring the Thread Network open up on local ip (RPI IP) ? 

    4. Also the docker image use RCP, so from where I should build RCP firmware for nRF52840 SOC instead of dongle ?

  • Hi

    Brian (Geek) said:
    1. Change network parameters of current thread network ?

    This should work

    Brian (Geek) said:
    2. Perform external thread commissioning using thread app ?

    This should work

    Brian (Geek) said:
    3. Will the webpage for configuring the Thread Network open up on local ip (RPI IP) ? 

    This should work

    Brian (Geek) said:
    4. Also the docker image use RCP, so from where I should build RCP firmware for nRF52840 SOC instead of dongle ?

    You can get pre-build docker image and hex file for nRF2840Dongle from https://github.com/osaether/otbr-mqtt-sn/releases/tag/v1.2.

    If you want to build the RCP manually, you can follow the instructions for Configuring a radio co-processor.

    Regards,
    Sigurd Hellesvik

  • Okay thanks for information.

    Can you please help me with docker image. It's still gives me the same issue of otbr-web . Due to some reason it fails to start otbr-web. 

  • Hi,

    Which hardware do you run the docker image on?

    Can you share the command you use to run the docker image?

    Can you share the build log from the docker image?
    PS: Please to use Insert->Code to post the log. This will keep the case tidy.

    Regards,
    Sigurd Hellesvik

  • My whole setup is currently not working. 

    I have used fresh SDK and fresh OTBR image running on RPi 3B+ from Nordic. Currently running MQttsn publisher example for test. 

    Nrf52840 dk board get connected to thread network but when I search for gateway by pressing button 1 the gateway is not found. This happens with fresh SDK, fresh OTBR image from Nordic. 

    On OTBR side, when I see log I can see the GWSearch packet and gateway search pack being sent to client. But my node is unable to connect to gateway. 

    Every system service is running and also tried restarting the mqtt-sn gateway. Still not able to connect to gateway. 

    Can you please tell what to do ?

Related