Bluetooth Low Energy based Firmware Over The Air with Mbed. Mbed part is a external processor of the IoT devices and communicate with a Bluetooth module. The Bluetooth module have to support BLE and implement BLE FOTA profile designed by ours. BLE FOTA profile specification is available from our GIT hub wiki(https://github.com/sevencore/BLEFOTA).

Dependencies:   mbed

Fork of mbed_fota by KIM HyoengJun

Bluetooth Low Energy based Firmware Over The Air with Mbed. Mbed part is a external processor of the IoT devices and communicate with a Bluetooth module. The Bluetooth module have to support BLE and implement BLE FOTA profile designed by ours. BLE FOTA profile specification is available from our GIT hub wiki.

Revision:
8:9eec2c246a85
Parent:
6:8dd20294b2aa
Child:
9:fcf91f563147
--- a/dialog_fota/app_task.cpp	Mon Jul 20 09:22:15 2015 +0000
+++ b/dialog_fota/app_task.cpp	Thu Aug 20 05:16:55 2015 +0000
@@ -157,6 +157,7 @@
     {
         char str[30] = "\nfota db create req!!\n";
         BMH->HostPcPrint(str);
+        //app_set_mode(BMH);
         app_fota_server_db_create(BMH);
     }