-
Notifications
You must be signed in to change notification settings - Fork 13
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
Output all zeros #3
Comments
Thank you for kind words, |
Surely. I've attached the schematic and data sheet for the MAX30205 temp sensor and provided a link to the Arduino Uno R3 board. Thank you for the quick response! max30205-human-body-temperature-datasheet.pdf |
@KaciMadden Thank you, |
Okay. I re-downloaded your files and ran them untouched. I'm still getting the same stream of 0.00'c values, however,. |
The recommended supply for the MAX30205 is 2.7V to 3.3V ,what I can see from the schematic is(https://download.mikroe.com/documents/add-on-boards/click/fever/fever-click-schematic-v100.pdf) it does not include the level translator which could have damaged the chip . You need to have a translator in between SCL and SDA. |
you just gotta connect well GROUND |
What do you mean by ‘translator’ between SDA and SCL...? Thanks. |
@KaciMadden @nithin-uppalapati Did you solve the issue? |
I guess he mean a pull up resistor. According to i2c specification SDA and SCL line are opendrain , devices can take the level to 0V, but you need a pull-up resistor to obtain the high level. |
Hello,
Firstly, thank you for taking the time to document your procedure. It has helped me tremendously in getting started with my project.
I have connected my MAX30205 sensor (as shown in picture attached) and uploaded your script to the arduino, however, the output in the serial terminal window is showing nothing but a stream of 0.00'C values. In the code, I made sure to change the i2c address to match the one of my device, however, I can't seem to think of what I could have done wrong. Do you have any insight into what might cause this issue?
Thank you very much!
![img-3286](https://user-images.githubusercontent.com/6741519/28851598-5689a1b2-76e9-11e7-8383-8fffc04b7186.JPG)
The text was updated successfully, but these errors were encountered: