Documentation / hwmon / hs3001.rst


Based on kernel version 6.8. Page generated on 2024-03-11 21:26 EST.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
.. SPDX-License-Identifier: GPL-2.0-or-later

Kernel driver HS3001
====================

Supported chips:

  * Renesas HS3001, HS3002, HS3003, HS3004

    Prefix: 'hs3001'

    Addresses scanned: -

    Datasheet: https://www.renesas.com/us/en/document/dst/hs300x-datasheet?r=417401

Author:

  - Andre Werner <andre.werner@systec-electronic.com>

Description
-----------

This driver implements support for the Renesas HS3001 chips, a humidity
and temperature family. Temperature is measured in degrees celsius, relative
humidity is expressed as a percentage. In the sysfs interface, all values are
scaled by 1000, i.e. the value for 31.5 degrees celsius is 31500.

The device communicates with the I2C protocol. Sensors have the I2C
address 0x44 by default.

sysfs-Interface
---------------

=================== =================
temp1_input:        temperature input
humidity1_input:    humidity input
=================== =================