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

Thread networking in nrf52840 dongle

Dear nordic,

1. Is it possible to create thread networking using dongle?

2. I want to create Thread CLI example in dongle but the problem here is UART pins and LEDS. what changes needed to work properly in dongle?

3. how i change nrflog uart to another pin(is that make any problem)?

4. Is it any application note for thread that its working( program work flow) ?

Parents
    1. Yes.
    2. It's just a matter of defining the appropriate pins to use
    3. You simply edit the definitions as required
    4. Have you looked at the Thread SDK documentation?

    It is strongly recommended that you don't use the dongle to start your development; you will make your life far easier by starting on an nRF52840 DK - which has the built-in programmer, debugger, etc.

    Once you have gained experience on the DK, and got your code working on the DK, you will be able to answer your questions!

Reply
    1. Yes.
    2. It's just a matter of defining the appropriate pins to use
    3. You simply edit the definitions as required
    4. Have you looked at the Thread SDK documentation?

    It is strongly recommended that you don't use the dongle to start your development; you will make your life far easier by starting on an nRF52840 DK - which has the built-in programmer, debugger, etc.

    Once you have gained experience on the DK, and got your code working on the DK, you will be able to answer your questions!

Children
Related