CRC Error on ESP wroom 32 when using SGP30 Sensor #10676
Unanswered
strumberr
asked this question in
Using MicroPython
Replies: 1 comment 2 replies
-
Try SoftI2C, I got a warning that machine.I2C is deprecated when I tried import a n older DS3231 program. Changed to SoftI2C and at least the warning disappeared.. |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hello,
I have been encountering an issue when trying to use the SGP30 air quality sensor with the ESP32, and I don't know why!
I have checked the pins and wiring multiple times, but I haven't found anything out of the ordinary...
Any help will be much appreciated.
This is the error:
Here is my code:
Here is the code for the library:
I have tried running an I2C.scan(), and it returns a list of values:
It also finds that the address is "88".
The only thing I know right now, is that it's not communicating properly...
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions