movesense

Movesense direct access to GATT endpoints

☆樱花仙子☆ 提交于 2019-12-10 12:07:39
问题 I am trying to read ECG real-time data from a movesense sensor by using another generic BT-LE module. GATT characteristics can be used for Heart Rate (read or notify) or other predefined services : we simply send a raw command to an endpoint, for example a 0x0100 (START_NOTIFY) on the corresponding UUID for a heart rate notification streaming. The problem is that with a micro controller and a BT LE module we can not use any of the C, Java, React... libraries since all of the underlying code