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.h	Mon Jul 20 09:22:15 2015 +0000
+++ b/dialog_fota/app.h	Thu Aug 20 05:16:55 2015 +0000
@@ -21,7 +21,7 @@
 #define APP_DIS_MANUFACTURER_NAME_STR       ("SevenCore")
 #define APP_DIS_MANUFACTURER_NAME_STR_LEN   (9)
 /// Model Number String (up to 18 chars)
-#define APP_DIS_MODEL_NB_STR            ("DA14588")
+#define APP_DIS_MODEL_NB_STR            ("DA1458A")
 #define APP_DIS_MODEL_NB_STR_LEN        (7)
 /// System ID - LSB -> MSB (FIXME)
 #define APP_DIS_SERIAL_NB_STR               ("123-789")
@@ -43,11 +43,11 @@
 #define APP_ADV_DATA_MAX_SIZE           (ADV_DATA_LEN - 3)
 /// Scan Response data maximal length
 #define APP_SCAN_RESP_DATA_MAX_SIZE     (SCAN_RSP_DATA_LEN)
-#define APP_DFLT_ADV_DATA        "\x09\x03\x03\x18\x02\x18\x04\x18\xF5\xFE"
+#define APP_DFLT_ADV_DATA        "\x09\x03\xFF\x18\xFF\x18\x0A\x18\x0A\x18"
 #define APP_DFLT_ADV_DATA_LEN    (8+2)
 #define APP_SCNRSP_DATA         "\x09\xFF\x00\x60\x52\x57\x2D\x42\x4C\x45"
 #define APP_SCNRSP_DATA_LENGTH  (10)
-#define APP_DFLT_DEVICE_NAME    ("DA14588")
+#define APP_DFLT_DEVICE_NAME    ("DA1458A")
 
 
 typedef struct