Hello I found example for dual bank bootloader ("examples\dfu\bootloader\pca10040\dual_bank_ble_s132"). And it works well. Do you plan also to add a SINGLE bank boot-loader example over BLE (not serial) for S132 stack?
Hello I found example for dual bank bootloader ("examples\dfu\bootloader\pca10040\dual_bank_ble_s132"). And it works well. Do you plan also to add a SINGLE bank boot-loader example over BLE (not serial) for S132 stack?
Hi Vit, My test here show inconsistency result that most of the time MCP worked fine but sometimes it rejected by the slave or it was timed out because the slave took to much time to erase the flash to prepare for receiving the image. I would need to do further investigation on this.
You can increase the min connection interval to 7.5 ms, but please be aware that on some phones if the phones can send 6 packets per connection interval, there could be an issue that you will have buffer overflow (if you don't use packet notification to control the speed) because data sending from BLE could be too fast to store.
Hi Vit, My test here show inconsistency result that most of the time MCP worked fine but sometimes it rejected by the slave or it was timed out because the slave took to much time to erase the flash to prepare for receiving the image. I would need to do further investigation on this.
You can increase the min connection interval to 7.5 ms, but please be aware that on some phones if the phones can send 6 packets per connection interval, there could be an issue that you will have buffer overflow (if you don't use packet notification to control the speed) because data sending from BLE could be too fast to store.