What are the options to update firmware (Application/Bootloader/Softdevices) for multiple devices built on NRF51x22 ?
Using Master Control Panel could take days programming hundreds/thousands devices so I am looking for faster way.
Right now we are doing that manually and it consumes huge amount of time (considering the number of devices which should be updated):
- Move the device (we have a dedicated button for that) into DFU mode so it can be seen by the MCP as DfuTarg
- Click all those buttons Discover/Enable Services/DFU/Select File/Program
- Restart the MCP and go to the step #1
The loop above is executed as many times as many devices we have, so we are looking for much more productive way to spend our time :). Please advise.