sparkfun / AD8232_Heart_Rate_Monitor

AD8232 Heart Rate Monitor
Other
186 stars 190 forks source link

SDN Pin missing from initialization #12

Closed harpekar closed 6 years ago

harpekar commented 6 years ago

The SDN pin must be pulled high in order for the board to not be put into Shutdown mode, as stated in the datasheet on page 19.

Recommend adding

pinMode(SDNBAR, INPUT);
digitalWrite(SDNBAR, HIGH);

in setup(), with SDNBAR being the Arduino pin that indexes SDN.

vredzhepov commented 6 years ago

The SDN pin has been already pulled up with R15 so there's no need to pull up in code.

Grahldg commented 6 years ago

Thank you for your suggestion. This does not seem to affect the functionality of the circuit described in the hookup guide. If you are still having issues with this and have further questions, please contact our Technical Support Team.