MLX90614 icon indicating copy to clipboard operation
MLX90614 copied to clipboard

MLX90614 IR Thermometer Driver Library for Arduino

Results 6 MLX90614 issues
Sort by recently updated
recently updated
newest added

Hi John, you did a good job with your MLX90614 Library. But the example won't compile because of an syntax exxor in line 76. _printlnTemp(mlx.readTemp(MLX90614::**MLX90614_SRCO1**, MLX90614::MLX90614_TK), 'O');_ Please replace the...

Hi', You do a very nice job with this library, thanks !! I'm using the writeEEProm function and get some trouble to change the MLX address. Sometimes it was working...

`void MLX90614::write16(uint8_t cmd, uint16_t data);` this function seems not working, i think that the conversation must be finish at the end of function, `_rwError |= (1 > 1;` instead of;...

something small but the example doesn't work anymore since MLX90614_SUCCESS got removed from the MLX90614.h file

Hi, I realized too late that using SetFIRCoeff or SetIIRCoeff in this library with an Arduino Uno zeroed register 0x05, which meant that I could still communicate with the device...

Folder of project must hava same name as .ino file, to be Arduino IDE project. This means it is listed between examples in IDE. Tesetd on 1.6.8 Arduino