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.

Committer:
dudnwjs
Date:
Thu Aug 20 05:16:55 2015 +0000
Revision:
8:9eec2c246a85
Parent:
4:60be78a172c2
Child:
9:fcf91f563147
add msg handler doxygen

Who changed what in which revision?

UserRevisionLine numberNew contents of line
dudnwjs 4:60be78a172c2 1 #ifndef APP_SW_VERSION_H
dudnwjs 4:60be78a172c2 2 #define APP_SW_VERSION_H
dudnwjs 4:60be78a172c2 3
dudnwjs 4:60be78a172c2 4 namespace sevencore_fota{
dudnwjs 8:9eec2c246a85 5
dudnwjs 4:60be78a172c2 6 #define DA14583_REFDES_SW_VERSION "v_3.50.1.89"
dudnwjs 4:60be78a172c2 7 #define DA14583_REFDES_SW_VERSION_DATE "2015-02-27 17:18 "
dudnwjs 4:60be78a172c2 8 #define DA14583_REFDES_SW_VERSION_STATUS "REPOSITORY VERSION"
dudnwjs 4:60be78a172c2 9
dudnwjs 4:60be78a172c2 10 #define DA14583_SW_VERSION "v_3.0.9.504"
dudnwjs 4:60be78a172c2 11 #define DA14583_SW_VERSION_DATE "2015-03-11 14:04 "
dudnwjs 4:60be78a172c2 12 #define DA14583_SW_VERSION_STATUS "REPOSITORY VERSION"
dudnwjs 4:60be78a172c2 13
dudnwjs 4:60be78a172c2 14 }
dudnwjs 4:60be78a172c2 15 #endif//APP_SW_VERSION_H