Home
last modified time | relevance | path

Searched full:amg88xx (Results 1 – 18 of 18) sorted by relevance

/Zephyr-latest/drivers/sensor/amg88xx/
DKconfig1 # AMG88XX infrared thermopile sensor configuration options
6 menuconfig AMG88XX config
7 bool "AMG88XX Infrared Thermopile Sensor"
12 Enable driver for AMG88XX infrared thermopile sensor.
14 if AMG88XX
56 endif # AMG88XX
DCMakeLists.txt5 zephyr_library_sources(amg88xx.c)
Damg88xx.c20 #include "amg88xx.h"
22 LOG_MODULE_REGISTER(AMG88XX, CONFIG_SENSOR_LOG_LEVEL);
Damg88xx_trigger.c14 #include "amg88xx.h"
19 LOG_MODULE_DECLARE(AMG88XX, CONFIG_SENSOR_LOG_LEVEL);
/Zephyr-latest/samples/sensor/amg88xx/
Dsample.yaml4 description: AMG88XX sensor sample
5 name: AMG88XX sample
7 sample.sensor.amg88xx.amg88xx_grid_eye_eval_shield:
22 sample.sensor.amg88xx.amg88xx_eval_kit:
DREADME.rst1 .. zephyr:code-sample:: amg88xx
2 :name: AMG88XX infrared array sensor
5 Get temperature data from an AMG88XX 8x8 thermal camera sensor.
11 the AMG88XX sensor and displays its values to the serial console.
18 This sample requires a supported AMG88xx shield, see :ref:`amg88xx_shields`
DCMakeLists.txt5 project(amg88xx) project
/Zephyr-latest/dts/bindings/sensor/
Dpanasonic,amg88xx.yaml4 description: Panasonic AMG88XX 8x8 (64) pixel infrared array sensor
6 compatible: "panasonic,amg88xx"
16 The interrupt pin of AMG88XX is open-drain, active low.
/Zephyr-latest/boards/shields/amg88xx/
Damg88xx_eval_kit.overlay10 amg88xx_amg88xx_eval_kit: amg88xx@68 {
11 compatible = "panasonic,amg88xx";
Damg88xx_grid_eye_eval_shield.overlay8 amg88xx_amg88xx_grid_eye_eval_shield: amg88xx@68 {
9 compatible = "panasonic,amg88xx";
/Zephyr-latest/boards/shields/amg88xx/doc/
Dindex.rst20 For the different part numbers that follow the AMG88xx scheme please refer to
87 On the AMG88xx Evaluation Kit, all jumpers except the J11 and J14 must be
144 The ``samples/sensor/amg88xx`` application demonstrates the basic usage of the
154 :zephyr-app: samples/sensor/amg88xx
/Zephyr-latest/drivers/sensor/
DCMakeLists.txt35 add_subdirectory_ifdef(CONFIG_AMG88XX amg88xx)
DKconfig119 source "drivers/sensor/amg88xx/Kconfig"
/Zephyr-latest/tests/drivers/build_all/sensor/
Di2c.dtsi206 test_i2c_amg88xx: amg88xx@1c {
207 compatible = "panasonic,amg88xx";
/Zephyr-latest/doc/releases/
Drelease-notes-2.1.rst570 * :github:`20498` - [Coverity CID :205628]Error handling issues in /drivers/sensor/amg88xx/amg88xx\…
Drelease-notes-1.11.rst88 * Added AMG88xx, CCS811, and VL53L0x sensor drivers
Drelease-notes-3.2.rst478 * Panasonic Grid-EYE (AMG88xx)
Drelease-notes-3.3.rst3167 * :github:`52794` - Possible regression for printk() output of i2c sensor data on amg88xx sample