Error when trying to read data from K30 CO2 sensor #12401
Unanswered
alexnaoki
asked this question in
RP2040 / Pico
Replies: 1 comment
-
Your i2c.writeto_mem() format is incorrect The documentation show this: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am new to I2C, but I've been trying to use the K30 CO2 sensor from Senseair, and I've been trying to follow one of their links regarding I2C communication guide.
I tried to follow the steps from page 28 from the link above, "Appendix B, I2C bus transaction examples":
However, I keep getting the error
My code below:
Beta Was this translation helpful? Give feedback.
All reactions