Lib for remote temperature sensor

Which library do you recommend me for this sensor: remote temperature sensor named GY-906 // MLX90614ESF // D108A08.
Unfortunately, google is not very talkative and on the supplier site I find no support.

@Postler, the Adafruit_MLX90614 on the web IDE should do the job. One thing I don’t see on that board is the two required I2C pull-up resistors so you will need to add them (10K ohms is good).

2 Likes

Works as expected, thanks also for the hint with the resistors, peekay123.

Let’s see if I can measure the temperature in the oven behind the glass pane.

Update: https://www.hackster.io/ingo-lohs/myremote-temperature-mlx90614-controlled-by-photon-087201

1 Like

Thanks for the help!