How to use dfu using udp method

Hello, I am doing DFU using mcumgr library in ncs.

As a test, I am using nrf52840 dk evkit.

I want to DFU using UDP method using Auterm.

I read the API document, but there was no detailed explanation about performing DFU using UDP method.

Can you tell me in detail what equipment is needed to use UDP with evkit (for example, ethernet to usb?) and what code to apply?

Parents Reply
  • The nrf52840 dk evkit does not have an Ethernet port, so I asked if I could use the Ethernet to USB module.

    Then, I want to send an image file via UDP to UART. I want to use the UDP to UART module to send it to UDP in the auterm program, then change it to UART in the module and send it to the board.

    Is it possible to do dfu in the same way as above using the auterm program?

    And is the protocol different when sending via udp and uart in the auterm program?

Children
Related