Hi,
Tried to use this on a number of RP2040 based micro-controllers:
Pico W + hat that has STEMMA QT / Qwiic connector
Pimorono Pico Lipo
Pimoroni Badger.
All examples above can see the sht40 on I2C hexadecimal address: 0x44 so the wiring looks ok but as soon as I instantiate the sht40 object and get a reading I get.
MPY: soft reboot
Traceback (most recent call last):
File "", line 9, in
File "/lib/micropython_sht4x/sht4x.py", line 152, in measurements
OSError: [Errno 5] EIO
Typically this indicates a wiring issue but as noted the sht40 can be seen in i2c.
Researching this I found this same/similar but doesn't looked like they ever raised an issue?
https://github.com/orgs/micropython/discussions/14334
Hi,
Tried to use this on a number of RP2040 based micro-controllers:
Pico W + hat that has STEMMA QT / Qwiic connector
Pimorono Pico Lipo
Pimoroni Badger.
All examples above can see the sht40 on I2C hexadecimal address: 0x44 so the wiring looks ok but as soon as I instantiate the sht40 object and get a reading I get.
MPY: soft reboot
Traceback (most recent call last):
File "", line 9, in
File "/lib/micropython_sht4x/sht4x.py", line 152, in measurements
OSError: [Errno 5] EIO
Typically this indicates a wiring issue but as noted the sht40 can be seen in i2c.
Researching this I found this same/similar but doesn't looked like they ever raised an issue?
https://github.com/orgs/micropython/discussions/14334