The output data of SGP30 is always 400/0 when using micropython and Raspberry Pi Pico #15388
Unanswered
zuozuo-98
asked this question in
RP2040 / Pico
Replies: 1 comment 1 reply
-
Do you have pull-up resistors on the I2C bus? Do you get anything from |
Beta Was this translation helpful? Give feedback.
1 reply
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 would like to ask, what is the reason why my SGP sensor reading keeps showing 400/0 (initial state)? Here is main.py
and this is the library code
My output on the shell is always the following:
%Run -c $EDITOR_CONTENT
MPY: soft reboot
400 0
400 0
400 0
400 0
400 0
400 0
400 0
Beta Was this translation helpful? Give feedback.
All reactions