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

Why does the RCP example not have USB transport in the nRF5 SDk for Thread v4.1?

Why does the RCP example not have USB transport in the nRF5 SDk for Thread v4.1? It only has SPI and UART.

Parents Reply Children
  • According to the ncp example's description, the examples\thread\ncp\radio example is used "to communicate with Userspace WPAN Network Daemon (wpantund) on Uniz-like operating systems."

    The ncp\radio example doesn't come with a USB backend in our SDK, so if you need this, you need to implement it. To test it with USB, you may be able to use a DK with it's UART -> USB converter in the programmer, but I am not sure whether that will work on your hardware. You need to test.

Related