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

Thanks for the amazing code! #1

Closed
viggi1000 opened this issue Jun 22, 2016 · 2 comments
Closed

Thanks for the amazing code! #1

viggi1000 opened this issue Jun 22, 2016 · 2 comments

Comments

@viggi1000
Copy link

Hi, Thanks for the kickass work with MAX30100.
Can you tell me what all pins must be connected apart from SDA,SCL and power?

Will this code work with newer arduino like the Arduino Zero, MKR1000?

P.S: It looks like Ladyada from Adafruit is working on the MAX30100 module too (The code was incomplete though)

@oxullo
Copy link
Owner

oxullo commented Jul 8, 2016

Hey @viggi1000, sorry for the late answer.
Just wire up the sensor as suggested in the MAX30100's datasheet (page 8) and connect the I2C bus to your µC (remember the pullups, if your host doesn't have them). I haven't used the interrupt so no need for it to be connected.
I don't see any reason why it shouldn't work with the mkr, but I tested it only with the UNO r3.
Adafruit will release a breakout board sooner or later and I wonder if they'll be releasing driver and higher level calculation interfaces.
Feel free to contribute, if you will!

@oxullo oxullo closed this as completed Jul 8, 2016
@oxullo
Copy link
Owner

oxullo commented Jul 9, 2016

@viggi1000 check the schematic I've just added in the extras folder

@BloggingKIng BloggingKIng mentioned this issue Jun 24, 2023
3 tasks
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

2 participants