This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Error uploading app thru optiboot-ble and NRF toolbox

I am trying to use optiboot-ble with the nRF8001 and an atmega328p to allow application update over bluetooth. I have successfully compiled the bootloader and flashed it to the microcontroller. I have loaded the uart project with dfu from the SDK onto the microcontroller and it appears to work fine. I have been unsuccessful however in uploading an app via bluetooth using either the nRF toolbox app (ios Version 4.4.1) or the nRF Connect app (ios Version 1.7.5). Both connect fine and start the upload process but then get a disconnect error (disconnected by remote device). I have tried changing the number of packets down to 1 in the toolbox app but no change in result. Attached is the log file from the connect app.dfu log.txt

Also attached is the serial output from the debugger.debugger output.txt

Related