RobertCsordas / MobilECG-II

Open source ECG holter
385 stars 56 forks source link

CardECG Component Value Clarifications? #3

Closed KermMartian closed 8 years ago

KermMartian commented 8 years ago

I've been exploring a graphing calculator-powered ECG to show off at a local Maker Faire, and thus I was looking over the CardECG schematic. Could you please clarify the component specs of the diodes (D2, D3, D4, D5), the value of capacitor C2 attached to the uC's DAC0 and ADC1 pins, and the value (if any) of U6/U7 (DNP)? Thanks in advance.

RobertCsordas commented 8 years ago

The design had known bugs besides the missing values. I updated it to the most recent version.

KermMartian commented 8 years ago

Thanks so much for the update! For the curious hitting this same issue, although the commit is not contemporary with this issue, 063f45a does the trick.

RobertCsordas commented 8 years ago

I pushed another update. Please check it out.

KermMartian commented 7 years ago

Thanks again for that. And from examining the code, it appears that ADC1 is not actually used (and that DAC0 is always used at full voltage). Is that correct?

KermMartian commented 7 years ago

bump Just checking to make sure I didn't misunderstand the currently-committed code. Apologies for the double message.