Hi Team,
I am prototyping a product that includes OTA DFU using nRF52832.
As a first experiment, I am simply downloading the bootloader to my device and sending my firmware app as a .zip package to it with DFU from nRF Connect.
It seems that DFU itself is working successfully, nRF Connect shows "Application has been sent successfully" in the end. However, my firmware app that was sent over is not starting: no LED blinking, no service advertising. Not even after removing power supply and putting it back. (Normally, if I simply download the app to the device with a J-Link cable, it is working correctly.)
I thought the problem might be that the device automatically enters bootloader mode but I don't see DfuTarget advertising in nRF Connect. The device just does nothing after DFU.
The same process is working well if I am sending the BLE app template example to the device with DFU. I can see Nordic_Template advertising in nRF Connect afterwards. My own firmware app is based on this template, and I have no clue what change may have caused this problem.
Do you have any idea, have you seen anything similar?
Thanks in advance,
Tibor