Johannes Cornelis Draaijer (datdenkikniet) | 8c78f0d | 2021-01-07 20:40:14 +0100 | [diff] [blame] | 1 | .. SPDX-License-Identifier: GPL-2.0 |
| 2 | |
| 3 | Kernel driver aht10 |
| 4 | ===================== |
| 5 | |
| 6 | Supported chips: |
| 7 | |
| 8 | * Aosong AHT10 |
| 9 | |
| 10 | Prefix: 'aht10' |
| 11 | |
| 12 | Addresses scanned: None |
| 13 | |
| 14 | Datasheet: |
| 15 | |
| 16 | Chinese: http://www.aosong.com/userfiles/files/media/AHT10%E4%BA%A7%E5%93%81%E6%89%8B%E5%86%8C%20A3%2020201210.pdf |
| 17 | English: https://server4.eca.ir/eshop/AHT10/Aosong_AHT10_en_draft_0c.pdf |
| 18 | |
| 19 | Author: Johannes Cornelis Draaijer <jcdra1@gmail.com> |
| 20 | |
| 21 | |
| 22 | Description |
| 23 | ----------- |
| 24 | |
| 25 | The AHT10 is a Temperature and Humidity sensor |
| 26 | |
| 27 | The address of this i2c device may only be 0x38 |
| 28 | |
| 29 | Usage Notes |
| 30 | ----------- |
| 31 | |
| 32 | This driver does not probe for AHT10 devices, as there is no reliable |
| 33 | way to determine if an i2c chip is or isn't an AHT10. The device has |
| 34 | to be instantiated explicitly with the address 0x38. See |
| 35 | Documentation/i2c/instantiating-devices.rst for details. |
| 36 | |
| 37 | Sysfs entries |
| 38 | ------------- |
| 39 | |
| 40 | =============== ============================================ |
| 41 | temp1_input Measured temperature in millidegrees Celcius |
| 42 | humidity1_input Measured humidity in %H |
| 43 | update_interval The minimum interval for polling the sensor, |
| 44 | in milliseconds. Writable. Must be at |
| 45 | least 2000. |
| 46 | =============== ============================================ |