-
Notifications
You must be signed in to change notification settings - Fork 135
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
only until the initialization can not be a failed or successful message #30
Comments
@dimanes I added some notes to the readme file, in particular regarding setups like yours (chapter "Logic level compatibility"). Please have a look and get back here afterwards. https://github.com/oxullo/Arduino-MAX30100/blob/master/README.md |
Same here with an original Arduino UNO. However, it does work on an Arduino MEGA. I am using a MAX30100 module from eBay powered at 5V that includes a 1.8V regulator. No external pull-up resistors used (though I read your instructions for using 4.7K). Because some other I2C modules worked flawlessly without adding them, many people are going to assume this one should too :-( |
@misan when the breakouts include the pullups like the one you posted, there's no need for additional care, but as I see the three pullups are connected to the 1.8V rail instead of the 3.3V. |
Closing the issue due to inactivity |
Troubleshooting checklist
Description of the issue
i have a problem with my rcwl max30100, i have compiled according to wiring document. I use arduino uno, when I compile code test, minimal, and debug I only got intializing max30100 only. did not get a success or failed message. thanks maybe someone can help
Output from MAX30100_Tester example
Details of my setup
gnd - gnd
3.3v - vin
int - d2 and 4.7k 3.3v
rd and ird - 3.3v and gnd 0.1uF
scl - a5 and 4.7k 3.3v
sda - a4 and 4.7k 3.3v
The text was updated successfully, but these errors were encountered: