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

Network adapter Ethernet to uart device on NRF52840-DK via Thread.

Good day!
The technology being evaluated is a thread.
As part of the evaluation of duplex data transmission capabilities, there is a need to create the following configuration.
Hardware Configuration:
One NRF52840-DK board is connected to the host Windows machine via USB.
Votra board nrf52840-DK is connected to the target device through UART.
Required software implementation:
When connecting the NRF52840-DK board to the Windows machine, a network interface is created and it is possible to open a data exchange channel with the target device. How can this be realized, can there be a ready-made example for quick testing of this task?

Thanks!

Parents Reply Children
  • Hi,

    OK I understand, but what exactly do you need help with now? As I said before you will need to setup the UART driver in the example you are using (you don't need freertos unless your application requires it), then send the data via CoAP in the UART event handler, and then read the data from CoAP on the receiving end and send this over UART again. You can post part of your code here if you need help with something specifically.

    Best regards,

    Marjeris

Related