Hi there,
I've been searching around this forum for a while and still haven't gotten any reliable answer. I'm trying to develop a OTA firmware upgrade solution for the ATMega328p (or any other uC for that matter) and I've come across the BMD-200 module, which uses the nRF51822 SoC. Now, I'm fairly certain I can get it to work by recognizing the initial characters sent by the bootloader (0x30 0x20) in order to reset the atmega and begin the ota upgrade, but it seems odd that no one else is talking about it in the forums or anywhere on the internet.
I did find this link: https://github.com/NordicPlayground/ble-optiboot , which is a modified bootloader to use the BLE OTA upgrade, but it was for the nRF8001. Would it also work with the nRF51822 ? The BT module shouldn't matter but i'd like to be safe before purchasing development kits and started working on this.
Best regards,
Luís