/M5Unit-INFRARED

Library for UnitINFRARED using M5UnitUnified.

Primary LanguageC++MIT LicenseMIT

M5Unit - INFRARED

Overview

Library for INFRARED using M5UnitUnified.
M5UnitUnified is a library for unified handling of various M5 units products.

SKU: U185

Unit TMOS PIR is a high-sensitivity infrared sensor unit for presence and motion detection, utilizing the STHS34PF80 chip solution.

It communicates with M5 devices via I2C (default address: 0x5A).

The working principle is based on the blackbody radiation principle described by Planck's law, which not only monitors ambient temperature but also detects human presence and motion.

Related Link

See also examples using conventional methods here.

Required Libraries:

License

Examples

See also examples/UnitUnified

Doxygen document

GitHub Pages

If you want to generate documents on your local machine, execute the following command

bash docs/doxy.sh

It will output it under docs/html
If you want to output Git commit hashes to html, do it for the git cloned folder.

Required