blob: 445ed311c4e3b34204955e866938ef6a04a4b236 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
-------------------------------------------------------------------------------
Melexis MLX90614 Infrared Thermometer
-------------------------------------------------------------------------------
This is a collection of example captures of I2C traffic from/to a
Melexis MLX90614 Infrared Thermometer chip.
Details:
http://www.melexis.com/Hardware-and-Software-Tools/Demo-Boards/Thermometer-139.aspx
http://www.melexis.com/Assets/IR-Thermometer-Manual-4815.aspx
http://www.melexis.com/Infrared-Thermometer-Sensors/Infrared-Thermometer-Sensors/MLX90614-615.aspx
http://www.melexis.com/Assets/IR-sensor-thermometer-MLX90614-Datasheet-5152.aspx
Logic analyzer setup
--------------------
The logic analyzer used was a Saleae Logic (at 1MHz):
Probe I2C pin
-------------------
6 (green) SCL
8 (purple) SDA
Data
----
The sigrok command line used was:
sigrok-cli -d 0:samplerate=1mhz --time <ms> -o <filename>
The <ms> and <filename> parameters vary depending on the file.
|