You are reading a single comment by @Mi and its replies. Click here to read the full conversation.
  • If the ECG data can be obtained as a BT characteristic, it is probably enough to change the supportedCharacteristicsand supportedServicesobjects to add support to BTHRM. The handler function in the characteristic needs to parse the BT data and emit an event. Alternatively you can just store data in a variable and piggyback onto the BTHRM to send it. I do that with battery and location data which are from different characteristics and cached in lastReceivedData.

  • Thanks a lot for those hints. Will try this evening.
    I am totally new to bluetooth, but looking into the python code linked above looks like its a BT characteristic that I can copy over.
    So far had some problems getting the python code to run, but could fix that now. So I have something running from which I can learn and copy.

About

Avatar for Mi @Mi started