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
  • Good afternoon!
    I managed to launch the UART driver using an example "thread_freertos_coap_server_pca10056"
    How to transfer data through a thread in "transparent mode" with two NRF52840-DK boards? That is, one board is connected via UART to the computer, and the other is connected via UART to the device. It is necessary to obtain a "transparent" data exchange between these two objects.

Children
Related