Hi, I have successfully achieved the OTA DFU function on nRF52805. This is what I can see now:
Step 1) I can see the Nordic_Buttonless BLE signal. After connection, there is a DFU button on the top right corner.
Step 2) Use the DFU button to upload my own "LED Control by switch (no BLE function)" code to my custom board (success).
I have attached my OTA DFU hex files, and the commands I used in the Win10 command prompt.

The OTA DFU function seems to be just 1 time. After uploading the code, I cannot use the OTA DFU function again.
Question:
1) After uploading my own code to the board, how could I use the OTA DFU function for other versions of code?
2) Why there is a BLE signal called "DFUTARG " appeared during the OTA DFU process? Where does it come from?
Thanks!