This is an example to broadcast measured value of BME280 through BLE GATT service.

Dependencies:   BME280

please refer detail information at GitHub. https://github.com/soramame21/BLE_Server_BME280

Committer:
Ren Boting
Date:
Fri Aug 25 15:47:39 2017 +0900
Revision:
4:a937975ebe7e
Parent:
0:f22fa5cc4d56
Move print lines into a Debug option.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
edamame22 0:f22fa5cc4d56 1 {
edamame22 0:f22fa5cc4d56 2 "target_overrides": {
edamame22 0:f22fa5cc4d56 3 "K64F": {
edamame22 0:f22fa5cc4d56 4 "target.features_add": ["BLE"],
edamame22 0:f22fa5cc4d56 5 "target.extra_labels_add": ["ST_BLUENRG"],
edamame22 0:f22fa5cc4d56 6 "target.macros_add": ["IDB0XA1_D13_PATCH"]
edamame22 0:f22fa5cc4d56 7 },
edamame22 0:f22fa5cc4d56 8 "NUCLEO_F401RE": {
edamame22 0:f22fa5cc4d56 9 "target.features_add": ["BLE"],
edamame22 0:f22fa5cc4d56 10 "target.extra_labels_add": ["ST_BLUENRG"]
edamame22 0:f22fa5cc4d56 11 },
edamame22 0:f22fa5cc4d56 12 "NUCLEO_F429ZI": {
edamame22 0:f22fa5cc4d56 13 "target.features_add" : ["BLE"],
edamame22 0:f22fa5cc4d56 14 "target.extra_labels_add": ["ST_BLUENRG"],
edamame22 0:f22fa5cc4d56 15 "target.macros_add": ["IDB0XA1_D13_PATCH"]
edamame22 0:f22fa5cc4d56 16 }
edamame22 0:f22fa5cc4d56 17 }
edamame22 0:f22fa5cc4d56 18 }