I am using a Metro M4 Airlift Lite, and I have both an AHT20 STEMMA board and a DHT20 module. I have no problem running the simple test example with the DHT20, using both CircuitPython and Arduino. But for the AHT20 STEMMA, the code will not run. In CircuitPython, it just tells me that there is no I2C object at address 0x34. In Arduino, it will run but the measurements all come back as 0. I have double and triple checked wiring, and I can't see any reason why the AHT20 wouldn't be recognized. Is it just a dud? Is there something that has to be done notably differently than what the product overview (
https://learn.adafruit.com/adafruit-aht20) shows?