Closed guy111a closed 2 years ago
ok, found it.
i2c = I2C(0, scl=Pin(1), sda=Pin(0)) # added 0,
Seems like the machine.I2C constructor behaves a bit different on Pi Pico compared to the ESP8266 boards (where I tested the example). Closing this issue...
Hello
connected the aht10 to pi pico, saved 2 files and run the example, i get the next error:
i can see the address "0x38" of the sensor with i2c scanner.
i was trying to understand what is the missing ID .. but cannot, please help ! Thank you