Path: blob/master/Documentation/devicetree/bindings/iio/temperature/melexis,mlx90632.yaml
26309 views
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/iio/temperature/melexis,mlx90632.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Melexis MLX90632 and MLX90635 contactless Infra Red temperature sensor78maintainers:9- Crt Mori <cmo@melexis.com>1011description: |12https://www.melexis.com/en/documents/documentation/datasheets/datasheet-mlx906321314There are various applications for the Infra Red contactless temperature15sensor and MLX90632 is most suitable for consumer applications where16measured object temperature is in range between -20 to 200 degrees17Celsius with relative error of measurement below 1 degree Celsius in18object temperature range for industrial applications. Since it can19operate and measure ambient temperature in range of -20 to 85 degrees20Celsius it is suitable also for outdoor use.2122Be aware that electronics surrounding the sensor can increase ambient23temperature. MLX90632 can be calibrated to reduce the housing effect via24already existing EEPROM parameters.2526Since measured object emissivity effects Infra Red energy emitted,27emissivity should be set before requesting the object temperature.2829https://www.melexis.com/en/documents/documentation/datasheets/datasheet-mlx906353031MLX90635 is most suitable for consumer applications where32measured object temperature is in range between -20 to 100 degrees33Celsius with relative error of measurement 2 degree Celsius in34object temperature range for industrial applications, while just 0.235degree Celsius for human body measurement applications. Since it can36operate and measure ambient temperature in range of -20 to 85 degrees37Celsius it is suitable also for outdoor use.3839Since measured object emissivity effects Infra Red energy emitted,40emissivity should be set before requesting the object temperature.4142properties:43compatible:44enum:45- melexis,mlx9063246- melexis,mlx906354748reg:49maxItems: 150description: Default is 0x3a, but can be reprogrammed.5152vdd-supply:53description: provide VDD power to the sensor.5455required:56- compatible57- reg5859additionalProperties: false6061examples:62- |63i2c {64#address-cells = <1>;65#size-cells = <0>;6667temp-sensor@3a {68compatible = "melexis,mlx90632";69reg = <0x3a>;70vdd-supply = <&ldo4_reg>;71};72};73...747576