Good day all,
I found the work of Nordic Semiconductor to perform wireless programming arduino devices using the nordic semiconductor bluetooth via Github. Actually I have been working on the same idea but with a normal HC05 bluetooth module. How different is Nordic BLE architecture from the normal HC 05 ? What differences should I make to perform a wireless transfer using HC05 in the source code provided in Github ble-optiboot-master?
By going through the source code, I figure that the boot loader on reset reads the EEPROM fixed memory location and sees that where it has been commanded to receive new application code, and if yes, it erases the flash and writes the new flash.
Correct me if I am wrong. Looking forward for the knowledge on this wireless concept.