Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default configuration for mircoe ecg2 click #2

Open
JakobStr opened this issue Dec 5, 2024 · 0 comments
Open

Default configuration for mircoe ecg2 click #2

JakobStr opened this issue Dec 5, 2024 · 0 comments

Comments

@JakobStr
Copy link

JakobStr commented Dec 5, 2024

Thank you for the effort in creating this repository!
Your examples are working with a mircoe ecg2 click connected to an arduino uno (using the MIKROE-1581 click shield).
The config for this is (if someone else will need it):

byte dataReady_Pin = 2;
byte reset_pin = 17;
byte cs_pin = 10; 

But when I take measurements, I get data like this:
grafik
with high noise at 100Hz and 50Hz:
grafik
It is possible to filter out the ecg signal digital by using notch filters, but this might lead to artifacts of course.
I also took measurements with the arduino connected to a battery and also in a setup connnected to an raspberry pi, which was connected to a powerbank. So this should not be the coming from the AC voltage (I guess).
Do you have any ideas on how to get rid of this noise?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant