MLX90614 icon indicating copy to clipboard operation
MLX90614 copied to clipboard

Delay after write on EEPROM

Open quichedood opened this issue 6 years ago • 0 comments

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 but most of the time not.

I change the two "delay(5)" to "delay(50) just after the "write16" command in "MLX90614.cpp" and now everything is fine !

I'm on a Arduino M0 (SAMD21) by the way.

There's a small typo in MelexisTest.ino, line 76 printlnTemp(mlx.readTemp(MLX90614::MLX90614_SRCO1, MLX90614::MLX90614_TK), 'O'); SRCO1 => SRC01 ("O" to zero)

quichedood avatar Mar 07 '18 18:03 quichedood