It is a sample projects for D6T OMRON MEMS Thermal Sensors with evaluation kit 2JCIE-EV01-RP1 and some Raspberry Pi boards.
D6T sensor series are High Sensitivity Enables Detection of Stationary Human Presence,
- OMRON's unique MEMS and ASIC technology achieve a high SNR.
- Superior noise immunity with a digital output.
- High-precision area temperature detection with low cross-talk field of view characteristics
this Raspberry Pi sample projects for acquiring data from sensors on 2JCIE-EV01. sample projects output the sensor data.
example | sensor type | pixel number | board |
---|---|---|---|
d6t-1a | D6T-1A-01 / D6T-1A-02 | 1x1 | Raspberry-Pi ZERO-W |
d6t-8l | D6T-8L-09 | 1x8 | Raspberry-Pi ZERO-W |
d6t-8lh | D6T-8L-09H | 1x8 | Raspberry-Pi ZERO-W |
d6t-44l | D6T-44L-06 / D6T-44L-06H | 4x4 | Raspberry-Pi ZERO-W |
d6t-32l | D6T-32L-01A | 32x32 | Raspberry-Pi ZERO-W |
sample output from D6T-44L
PTAT: 27.2[degC], Temperature: 27.5, 27.3, 27.3, 27.3, 27.2, 27.1, 27.1, 27.2, 27.1, 27.1, 27.3, 27.3, 27.0, 27.2, 27.3, 27.0, [degC]
PTAT: 27.2[degC], Temperature: 27.4, 27.2, 27.3, 27.2, 27.2, 27.2, 27.3, 27.2, 27.2, 27.1, 27.3, 27.3, 27.0, 27.3, 27.3, 27.1, [degC]
PTAT: 27.2[degC], Temperature: 27.5, 27.2, 27.5, 27.1, 27.2, 27.1, 27.2, 27.1, 27.1, 27.1, 27.3, 28.1, 28.2, 27.5, 27.2, 27.0, [degC]
- gcc (pre-installed in standard Raspbian)
- Required change I2C speed to 100kHz for D6T-1A/8L/44L (see below)
this procedure shows the procedure to use the sensors on 2JCIE-EV01-RP1 .
-
download the archive from github releases or master
$ unzip d6t-2jcieev01-raspberrypi-master.zip
or, with git:
$ git clone https://github.com/omron-devhub/d6t-2jcieev01-raspberrypi
-
make
$ cd d6t-2jcieev01-raspberrypi-master $ make all
-
run
$ ./d6t-1a
$ ./d6t-8l
$ ./d6t-8lh
$ ./d6t-44l
$ ./d6t-32l
- edit /boot/config, find below string
dtparam=i2c_arm=on
- change i2c speed: append the parameter
,i2c_arm_baudrate=n
, /boot/config will be changed as below.
dtparam=i2c_arm=on,i2c_arm_baudrate=100000
- Required ) then reboot
- Arduino samples for 2JCIE-01-AR1/FT1
- RaspberryPi samples for 2JCIE-01-RP1
- Arduino sample for D6T on 2JCIE-01-AR1/FT1
- Arduino sample for D6F on 2JCIE-01-AR1/FT1
- RaspberryPi sample for D6F on 2JCIE-01-RP1
- Arduino sample for B5W on 2JCIE-01-AR1/FT1
projects by another authors.
- d6t-grove-tinkerboard project
- d6t-grove-m5stack project
- d6t-grove-arduino project
only for element 4x4 type, but libralized.
Copyright (c) OMRON Corporation. All rights reserved.
Licensed under the MIT License.