From 7df4cf3523da68f3cd0059bed7860521e0029177 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 28 Jan 2012 18:27:40 +0100 Subject: i2c: Add more MLX90614 dumps, and a README. --- i2c/melexis_mlx90614/README | 34 +++++++++++++++++++++ i2c/melexis_mlx90614/melexis_mlx90614_5s.sr | Bin 7808 -> 0 bytes i2c/melexis_mlx90614/melexis_mlx90614_5s_24deg.sr | Bin 0 -> 7808 bytes .../melexis_mlx90614_60s_26deg_34deg.sr | Bin 0 -> 86438 bytes 4 files changed, 34 insertions(+) create mode 100644 i2c/melexis_mlx90614/README delete mode 100644 i2c/melexis_mlx90614/melexis_mlx90614_5s.sr create mode 100644 i2c/melexis_mlx90614/melexis_mlx90614_5s_24deg.sr create mode 100644 i2c/melexis_mlx90614/melexis_mlx90614_60s_26deg_34deg.sr (limited to 'i2c') diff --git a/i2c/melexis_mlx90614/README b/i2c/melexis_mlx90614/README new file mode 100644 index 0000000..5cf1d25 --- /dev/null +++ b/i2c/melexis_mlx90614/README @@ -0,0 +1,34 @@ +------------------------------------------------------------------------------- +Melexis MLX90614 Infrared Thermometer +------------------------------------------------------------------------------- + +This an 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 for capturing was a Saleae Logic: + + Probe I2C + ------------------------ + 6 (green) SCL + 8 (purple) SDA + + +Data +---- + +The sigrok command line used was: + + sigrok-cli -d 0:samplerate=1mhz --time -o + +The and parameters vary depending on the file. + diff --git a/i2c/melexis_mlx90614/melexis_mlx90614_5s.sr b/i2c/melexis_mlx90614/melexis_mlx90614_5s.sr deleted file mode 100644 index e6966b4..0000000 Binary files a/i2c/melexis_mlx90614/melexis_mlx90614_5s.sr and /dev/null differ diff --git a/i2c/melexis_mlx90614/melexis_mlx90614_5s_24deg.sr b/i2c/melexis_mlx90614/melexis_mlx90614_5s_24deg.sr new file mode 100644 index 0000000..e6966b4 Binary files /dev/null and b/i2c/melexis_mlx90614/melexis_mlx90614_5s_24deg.sr differ diff --git a/i2c/melexis_mlx90614/melexis_mlx90614_60s_26deg_34deg.sr b/i2c/melexis_mlx90614/melexis_mlx90614_60s_26deg_34deg.sr new file mode 100644 index 0000000..55283ec Binary files /dev/null and b/i2c/melexis_mlx90614/melexis_mlx90614_60s_26deg_34deg.sr differ -- cgit v1.2.3-54-g00ecf