mlx90632-library icon indicating copy to clipboard operation
mlx90632-library copied to clipboard

MLX90632 library for the Melexis 90632 Infra Red temperature sensor.

Results 17 mlx90632-library issues
Sort by recently updated
recently updated
newest added

The current functions provided in the library force to use blocking operation especially in case of bare metal code. It would be great if non-blocking functions could be provided.

Provided functions enabling non-blocking operation (closes #49)

We are evaluating MLX90632 for use in a vitals monitor It is observed that the surface temperature given out by MLX90632 is off by 3 degrees from the actual. Also,...

Hi, I'm working with mlx90632 medical version, and I can't find how to calculate TBody (Body Temperature) as melexis software does. Datasheet and libraries only mention how to calculste object...

as written in instructions "Definitions are found in library inc/ folder and you need to point your compiler -I flag there." I have written the following command in the terminal...

We're using both Medical/Extended-grade and standard versions of the sensor. In the library during initialization, the following check is performed in the EEPROM version register **0x240b** https://github.com/melexis/mlx90632-library/blob/0b1be08be1191f7244b3b65eac74a1614edaf3b8/src/mlx90632.c#L467 with https://github.com/melexis/mlx90632-library/blob/0b1be08be1191f7244b3b65eac74a1614edaf3b8/inc/mlx90632.h#L192 Yet...

I have a problem why trying to set Ha and Hb in EEPROM. Code below show my implementation: ```c #define MLX90632_EEPROM_WRITE_KEY (0x554C) /**< EEPROM write key */ #define MLX90632_EE_HA (0x2481)...

Hi. I have an issue with EEPROM writing with sensor MLX90632SLD-DCB-000-SP. I am using framework ESP-IDF and microcontroller ESP32. The first think I want to say is I think I...

I am trying to include this library in my Arduino IDE. but it shows the error stated above. Can someone please tell me what I'm doing wrong?

good first issue

Updated workflow tools to the latest version and fixed some documentation warnings