Adafruit
Adafruit SHT45 Trinkey - USB Temp and Humidity Sensor with PTFE
· MPN: ADA6260
The Adafruit SHT45 Trinkey is a tiny USB A device that combines an ATSAMD21 microcontroller with Sensirion's highest-precision SHT45 temperature and humidity...
Get notified when back in stock
The Adafruit SHT45 Trinkey is a tiny USB A device that combines an ATSAMD21 microcontroller with Sensirion's highest-precision SHT45 temperature and humidity sensor, protected by a PTFE filter. Simply plug it into any USB A port on your computer and start reading environmental data — no wiring, soldering, or driver installation required.
The board ships pre-programmed to output a unique serial number, temperature, humidity, and capacitive touch data over a serial/COM port in CSV format, so it works straight out of the box. Reprogram it with CircuitPython or Arduino to customise the behaviour, add HID or MIDI functionality, or create your own sensor applications.
Key Features
- SHT45 Sensor with PTFE Filter – ±1.0% RH typical accuracy (25–75% RH) and ±0.1 °C typical temperature accuracy (0–75 °C); PTFE protects against dust and water
- ATSAMD21E18 Processor – 48 MHz Cortex M0+ with 256 KB flash and 32 KB RAM
- USB A Plug – Plugs directly into any computer's USB port, no cable needed
- Pre-Programmed – Ships with CSV serial output of temperature, humidity, and touch data
- NeoPixel LED – Single RGB LED for visual feedback
- Capacitive Touch Pad – One touch input on the end of the board
- Native USB – Serial (CDC ACM), MIDI, and HID (keyboard/mouse) support across all major OSes
- CircuitPython & Arduino – Full library support for SHT4x, NeoPixel, and FreeTouch
- Thermal-Isolation Cutout – PCB cutout reduces heat transfer from USB port to sensor
Also Consider
- SHT41 Trinkey – Lower-cost version with ±1.8% RH and ±0.2 °C accuracy (no PTFE)
- SHT45 Breakout with PTFE – Standalone SHT45 sensor with STEMMA QT for use with any microcontroller
Ideal For
- Precision desktop temperature and humidity monitoring
- Data logging without additional hardware
- Environmental monitoring for server rooms or offices
- Simple USB sensor projects and prototyping
Package Contents
- 1× Adafruit SHT45 Trinkey with PTFE (pre-programmed, ready to use)
Jargon buster
Plain-language definitions for the technical terms used above.
- CircuitPython
- A beginner-friendly version of Python designed to run directly on microcontroller boards. If a product supports CircuitPython, you can often program it by copying code files onto the board rather than setting up a more complex toolchain.
- COM port
- A COM port is how a computer (chiefly under Windows) presents a serial port to software, whether a physical RS-232 port or a virtual port created when a USB-to-serial device is plugged in. Software can then communicate with the connected device over serial using a terminal or configuration program.
- HID
- Human Interface Device is a USB device class used for keyboards, mice, gamepads and similar controls. If a board supports HID over USB, it can act like an input device to a computer without needing a custom driver.
- 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.
- microcontroller
- A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- MIDI
- MIDI is a standard way for electronic instruments, controllers, and software to send musical control messages such as notes, velocity, and timing. If a board supports MIDI, it can be triggered from keyboards, drum pads, sequencers, or other music gear rather than only from buttons or code.
- native USB
- Native USB means the microcontroller itself handles USB communication, rather than using a separate USB-to-serial chip. This matters for programming, debugging, and projects that need the board to act directly as a USB device.
- NeoPixel
- A type of addressable LED system where colour data is sent along a single digital data line from one LED or controller to the next. Compatibility matters because the timing and signal format must match for the lights or driver board to respond correctly.
- 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.
- RAM
- RAM (random-access memory) is fast, temporary memory a device uses for working data while it is running; in its common volatile form, its contents are lost when power is removed. Some devices offer a mode that applies settings to RAM only, which is handy for testing changes temporarily because they are not stored permanently and disappear at power-off.
- RGB
- Short for red, green and blue, the three primary colours of light that are mixed in varying amounts to make a wide range of colours. In electronics RGB can refer to an LED or pixel that blends these three colours, or to a colour signal or interface that carries separate red, green and blue channels.
- STEMMA QT
- A small plug-in connector system for I2C boards that lets you connect compatible sensors and controllers without soldering. It matters because it can make wiring faster and less error-prone, especially when adding several small modules to a project.
Find this product in
Brands
Microcontrollers
Related Tutorials
Free guides on learn.littlebird.com.au