Hi,
We want to be able to upload a new firmware in my nrf52832 without serial connection.
I am trying to set up DFU over BLE and I stumbled upon few problems along the way (I am using SES on Windows).
Starting from the BLE secure DFU bootloader example, after installing the micro-ecc repo in ...\external\micro-ecc , this error message is raised :
#error "Debug public key not valid for production. Please see github.com/.../README.md to generate it"
Following the link instructions, I installed nrfutil. Now I would like to know the steps to generate an appropriate key in order to make the example run and add it in my main code !
Thank you very much!