Hi
I have a question with nRF Connect SDK. I've already used nRF Connect SDK for a while and now I want to try with BLE and DFU on my PCA10040 board (nRF52832). When I look for DFU example code with nRF Connect SDK v1.5.0, the central_dfu_smp is the only one result I found. Besides that I found the ble_app_buttonless_dfu(ble_peripheral) example, it's really useful but this example belongs to nRF5 SDK. So
Does the nRF Connect SDK have ble_peripheral_dfu example code? If not, How can I modify central_dfu into peripheral_dfu in nRF Connect SDK?
Thank you so much.