Path: blob/main/sys/contrib/device-tree/Bindings/iio/temperature/mlx90632.txt
48525 views
* Melexis MLX90632 contactless Infra Red temperature sensor12Link to datasheet: https://www.melexis.com/en/documents/documentation/datasheets/datasheet-mlx9063234There are various applications for the Infra Red contactless temperature sensor5and MLX90632 is most suitable for consumer applications where measured object6temperature is in range between -20 to 200 degrees Celsius with relative error7of measurement below 1 degree Celsius in object temperature range for8industrial applications. Since it can operate and measure ambient temperature9in range of -20 to 85 degrees Celsius it is suitable also for outdoor use.1011Be aware that electronics surrounding the sensor can increase ambient12temperature. MLX90632 can be calibrated to reduce the housing effect via13already existing EEPROM parameters.1415Since measured object emissivity effects Infra Red energy emitted, emissivity16should be set before requesting the object temperature.1718Required properties:19- compatible: should be "melexis,mlx90632"20- reg: the I2C address of the sensor (default 0x3a)2122Example:2324mlx90632@3a {25compatible = "melexis,mlx90632";26reg = <0x3a>;27};282930