Hey im trying to read the temperature and humidity from the AHT10 and im just stuck. I hook up the SCL an SDA with software ic2 and then i try to read on 0x38 and 0x39, 6 bytes.
The response is
[25,0,0,0,0,0]
And
[255,255,255,255,255,255]
These vales doesn't change when i change the temperature. Whats the next thing i could try ?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hey im trying to read the temperature and humidity from the AHT10 and im just stuck. I hook up the SCL an SDA with software ic2 and then i try to read on 0x38 and 0x39, 6 bytes.
The response is
[25,0,0,0,0,0]
And
[255,255,255,255,255,255]
These vales doesn't change when i change the temperature. Whats the next thing i could try ?