SparkFun
SparkFun Human Presence and Motion Sensor - STHS34PF80 (Qwiic)
The STHS34PF80 sensor, from ST Microelectronics, is designed to measure the precise black-body radiation (as described by Planck's law) of an object; as well...
Get notified when back in stock
- Dimensions: 1" x 1"
- Two Qwiic Connectors
- I2C Address (7-bit): 0x5A (Default)
- Four Mounting Holes:
- 4-40 screw compatible
- Six PTH Pins
- 3V3, GND, SCL, SDA, CS, INT
- Power LED (Red)
- Voltage Range: 1.7 to 3.6V
- Current Draw: 10µA
- Interfaces: I²C or SPI
- Optical wavelength: 5 to 20µm
- Range: 4m (objects 70 x 25 cm² in size)
- Built-in Detection Algorithms:
- Identify stationary objects
- Distinguish between stationary and moving objects
- Field of View: 80°
- Output Data Rate: 0.25 to 30Hz
- IR sensitivity: 2000 LSB/°C
- RMS noise: 25 LSBrms
- Operating Temperature: -40 to 85°C (default gain mode)
- Sensor accuracy: ±0.3°C (local)
- One-shot mode
- Factory calibrated
Jargon buster
Plain-language definitions for the technical terms used above.
- breakout
- A breakout board carries a small or fine-pitched component and brings its connections out to standard, breadboard- and header-friendly pins. Describing a part as a breakout means it can be wired into a project without soldering directly to the component's tiny contacts.
- CS
- CS stands for chip select, a control pin used by SPI devices to tell which connected device should listen. It matters when you connect more than one SPI module to the same microcontroller, because each device usually needs its own CS pin.
- GND
- GND is the ground or reference connection (0 V) for a circuit. When connecting two devices together, their grounds must be joined so both agree on what counts as a low or high signal.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- I2C address
- An I2C address is the number a device uses so a microcontroller can tell it apart from other devices on the same I2C bus. It matters because two devices with the same fixed address may conflict if used together.
- LED
- A light-emitting diode (LED) is a small electronic component that emits light when current flows through it in the correct direction. Because it only conducts one way, its polarity matters, and a through-hole LED must be soldered the correct way around to light up.
- LSB
- Least significant bit (LSB) is the lowest-order bit in a binary number, the bit that some serial protocols send first or last. In analogue-to-digital and digital-to-analogue converters, one LSB also means the smallest step the device can resolve, equal to its full-scale range divided by the number of steps.
- PCB
- A printed circuit board (PCB) is a board, usually rigid, with etched copper tracks that connect electronic components together without loose wiring. Components are mounted on the board and signals route between them through the copper layout.
- PTH
- Plated through-hole means the pin holes are metal-lined so solder connects the pad on both sides of the board. It is useful for connectors and headers that need a strong mechanical and electrical connection.
- Qwiic
- Qwiic is a plug-in connector system for I2C devices that uses small 4-pin cables, so you can connect compatible sensors without soldering. It matters because your controller or adapter also needs Qwiic, or you will need a cable or breakout to wire it up.
- RMS
- RMS is a way of describing the effective level of an AC signal, such as an audio output voltage. It helps compare audio output levels more meaningfully than a peak voltage number.
- SPI
- A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
Find this product in
Sensors & Input
SparkFun Human Presence Sensor Schematic
Schematic · 140.5 KB · Click any page to view full size
STHS34PF80 Sensor Datasheet
Datasheet · 2.1 MB · Click any page to view full size
SparkFun Human Presence Sensor Board Dimensions
Mechanical Drawings · 149.6 KB · Click any page to view full size
Supplier page — sparkfun.com
Supplier Description · 710.2 KB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Source Code
Open-source libraries, firmware & example projects for this product
Communicates with the STHS34PF80 over I2C or SPI to measure the amount of IR radiation emitted from an object within its field of view.
551587b
about 2 months ago
· 38 commits
- .github Create add_issue_to_project.yml over 2 years ago
- Documentation Structure Change almost 3 years ago
- examples Merge pull request #8 from davidorser/main almost 2 years ago
- src Fix SPI almost 2 years ago
- .gitattributes Initial commit almost 3 years ago
- .gitignore Initial commit almost 3 years ago
- CONTRIBUTING.md Initial commit almost 3 years ago
- ISSUE_TEMPLATE.md Initial commit almost 3 years ago
- keywords.txt Final changes almost 3 years ago
- library.properties bump up library version - in prep for update publish about 2 months ago
- LICENSE.md Initial commit almost 3 years ago
- README.md Update README.md over 2 years ago
Breakout board for the ST STH34PF80 low-power, high-sensitivity infrared (IR) sensor for presence and motion detection.
44ec023
about 1 month ago
· 42 commits
- .github Update mkdocs.yml about 1 month ago
- docs Change file type almost 2 years ago
- Hardware Update to Mini board almost 3 years ago
- overrides Deploy hookup guide over 2 years ago
- .gitattributes Initial commit almost 3 years ago
- .gitignore Initial commit almost 3 years ago
- CONTRIBUTING.md Initial commit almost 3 years ago
- glossary-local.md Add glossary terms almost 2 years ago
- glossary-sparkfun.md Add glossary terms almost 2 years ago
- ISSUE_TEMPLATE.md Initial commit almost 3 years ago
- LICENSE.md Update LICENSE.md over 2 years ago
- mkdocs.yml Update mkdocs.yml about 1 month ago
- README.md Fix typo almost 2 years ago