Protocentral / protocentral_healthypi_v4

HealthyPi v4 is a fully open source, standalone vital signs monitor with wireless and wearable capabilities.
Other
39 stars 16 forks source link

Serial Data Packet Format v4 #18

Open gerardsimons opened 2 years ago

gerardsimons commented 2 years ago

Similar to https://github.com/Protocentral/protocentral_healthypi_v4/issues/16

I am trying to read out the data in Python. I have been using https://github.com/jackyko1991/HealthyPi-Python-Interface, which adheres to v3 packet format (https://healthypi3.protocentral.com/#streaming-packet-format). Can you please please give us a packet format description somewhere?

Thank you!