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
  • I am currently trying to update data using the udp to uart module.
    I'm trying to transmit data by moving the send and receive codes on the uart side to the udp side.
    So, instead of setting the IP using USB, I set the IP and port on the module.
    However, in the auterm program, the only part that connects IP and port is the target part.
    So data is being sent, but receiving is not happening.
    I think there is a place in the auterm code to set a port or IP to receive data. Do you know anything about this?

Children
Related