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

How to change the Thread COAP examples to work with the NRF 52840 Dongle

Hi, I am wanting to try out the COAP examples in the thread and zigbee 2.0 SDK on the NRF52840 Dongle. However, I am failing to to get it working. The original makefile would create a hex file that refused to be flashed to the dongle via the programmer app. I then thought to change the linker script of the makefile to /openthread_nrf82840_boodloader.ld. This fixed the issue of the hex file not being able to get flashed to the dongle but then the dongle would become unrecognisable to the PC.

What do I need to change so that the Thread COAP examples will work with the NRF52840 dongle?

Thanks.

Parents Reply
  • I think the dongles can be useful for creating larger mesh network without having to buy a lot of development kits, but they are not particularly good for active development. The links @awneil provided gives a good summary of what the limitations are. 

    Most of the examples can be run on the dongle as long as they're built with the openthread_nrf82840_boodloader.ld file, but the PC will not recognize the dongle unless the application enables the USB interface. 

Children
Related