heartypatch icon indicating copy to clipboard operation
heartypatch copied to clipboard

[FR] Support DIY with ESP32-Dev and AD8232

Open aenertia opened this issue 5 years ago • 1 comments

Hi there ; I would like to use Heartypatch code base for my DIY'd ecg running on a clone esp32-dev board and ad8232.

The main challenges are some of the hardcoded assummptions about the max3000 adc chip. It would be great to refactor things a little so that any adc could be dropped in as a pin def/header def and reuse everything else.

aenertia avatar Apr 11 '19 06:04 aenertia

the AD8232 just returns a reading over Analog ; ideally I just want a data structure where this reading can be returned into and then the rest of the code can remain the same; after undefining the max/spi stuff.

aenertia avatar Apr 12 '19 00:04 aenertia