Skip to content

Releases: patchinc/heartypatch

v2.3

22 Jun 16:30
a187197
Compare
Choose a tag to compare

Firmware binary release

HeartyPatch Release v1.0

15 Mar 17:47
Compare
Choose a tag to compare

Major Changes:

  • TCP Packet format has been changed to following to optimize data usage and minimize packet loss in the TCP/WiFi mode.
Offset Byte Value Description
0 0x0A Start of frame
1 0xFA Start of frame
2 Payload Size LSB
3 Payload Size MSB
4 Protocol version (currently 0x03)
5-8 Packet sequence incremental number
9-16 Timestamp From ESP32 gettimeofday()
17-20 R-R Interval
18-... ECG Data samples Currently 8 samples / packet
... 0x0B End of Frame
  • Ability to select sample rate and some MAX30003 options from menuconfig menu
  • Optimized the data readback mechanism

Initial Release

19 Jan 17:08
Compare
Choose a tag to compare

This is the first release of the HeartyPatch firmware and the ECG streaming GUI/TCP client.

Please download the GUI application for your platform below: