Search found 1 match

by ChrisPook
Fri Oct 22, 2021 6:19 am
Forum: Drivers for External Components
Topic: i2c pyb or machine for sgp30 adafruit sensor?
Replies: 11
Views: 27024

Re: i2c pyb or machine for sgp30 adafruit sensor?

Thanks a lot, @IHOXOHI. Your contribution helped me get the SGP30 shield working on a LOLIN Mini D1. I started with this library: https://github.com/alexmrqt/micropython-sgp30 I made the change you suggested: "_SGP30_FEATURESET = const(0x0020)" by "_SGP30_FEATURESET = const(0x0022)" Then I used some...