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:
Mon Aug 24 03:24:19 2015 +0000
Revision:
11:1ed93accb3fb
Parent:
9:fcf91f563147
Modify app_task.cpp comment

Who changed what in which revision?

UserRevisionLine numberNew contents of line
dudnwjs 9:fcf91f563147 1 /**
dudnwjs 9:fcf91f563147 2 * @file app_sw_version.h
dudnwjs 9:fcf91f563147 3 * @brief Software Version.
dudnwjs 9:fcf91f563147 4 * Copyright 2015 SEVENCORE Co., Ltd.
dudnwjs 9:fcf91f563147 5 *
dudnwjs 9:fcf91f563147 6 * @author HyeongJun Kim
dudnwjs 9:fcf91f563147 7 * @version 1.0.0
dudnwjs 9:fcf91f563147 8 * @date 2015-08-20
dudnwjs 9:fcf91f563147 9 */
dudnwjs 4:60be78a172c2 10 #ifndef APP_SW_VERSION_H
dudnwjs 4:60be78a172c2 11 #define APP_SW_VERSION_H
dudnwjs 9:fcf91f563147 12 /**
dudnwjs 9:fcf91f563147 13 ****************************************************************************************
dudnwjs 9:fcf91f563147 14 * @addtogroup dialog_fota module
dudnwjs 9:fcf91f563147 15 * @brief Software Version.
dudnwjs 9:fcf91f563147 16 *
dudnwjs 9:fcf91f563147 17 * @{
dudnwjs 9:fcf91f563147 18 ****************************************************************************************
dudnwjs 9:fcf91f563147 19 */
dudnwjs 4:60be78a172c2 20 namespace sevencore_fota{
dudnwjs 8:9eec2c246a85 21
dudnwjs 4:60be78a172c2 22 #define DA14583_REFDES_SW_VERSION "v_3.50.1.89"
dudnwjs 4:60be78a172c2 23 #define DA14583_REFDES_SW_VERSION_DATE "2015-02-27 17:18 "
dudnwjs 4:60be78a172c2 24 #define DA14583_REFDES_SW_VERSION_STATUS "REPOSITORY VERSION"
dudnwjs 4:60be78a172c2 25
dudnwjs 4:60be78a172c2 26 #define DA14583_SW_VERSION "v_3.0.9.504"
dudnwjs 4:60be78a172c2 27 #define DA14583_SW_VERSION_DATE "2015-03-11 14:04 "
dudnwjs 4:60be78a172c2 28 #define DA14583_SW_VERSION_STATUS "REPOSITORY VERSION"
dudnwjs 4:60be78a172c2 29
dudnwjs 9:fcf91f563147 30 }//namespace
dudnwjs 9:fcf91f563147 31
dudnwjs 9:fcf91f563147 32 /// @} dialog_fota module
dudnwjs 9:fcf91f563147 33
dudnwjs 4:60be78a172c2 34 #endif//APP_SW_VERSION_H