You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: _board/adafruit_sht4x_trinkey_m0.md
+29-4
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,41 @@ title: "Temp and Humidity Trinkey Download"
5
5
name: "Temp and Humidity Trinkey"
6
6
manufacturer: "Adafruit"
7
7
board_url:
8
-
- "https://www.adafruit.com/"
8
+
- "https://www.adafruit.com/product/5896"
9
+
- "https://www.adafruit.com/product/5912"
9
10
board_image: "adafruit_sht4x_trinkey_m0.jpg"
10
11
date_added: 2024-03-13
11
12
family: atmel-samd
12
13
features:
13
14
14
15
---
15
16
16
-
Coming soon from Adafruit, check out the weekly "Top Secret" segment on ASK AN ENGINEER or the upcoming new product videos on [YouTube](https://www.youtube.com/adafruit).
17
+
It's half USB Key, half temperature-humidity sensor*...* it's the **Adafruit SHT41 and SHT45 Trinkey** boards. We wanted to make it super-easy to add one of our most popular combination environmental sensors to any computer with a USB A port.
17
18
18
-
## Learn More
19
+
The PCB is designed to slip into any USB A port on a computer or laptop. There's an ATSAMD21 microcontroller on board with just enough circuitry to keep it happy. One pin of the microcontroller connects to a NeoPixel LED. Another pin is used as a capacitive touch input on the end. A reset button lets you enter bootloader mode if necessary. That's it!
The SAMD21 can run CircuitPython or Arduino nicely - both have existing SHT4x, NeoPixel, and our FreeTouch (capacitive touch) libraries. Over the USB connection, you can have serial, MIDI, or HID connectivity.
22
+
23
+
The SHT41 sensor is the fourth generation of I2C temperature and humidity sensor from Sensirion. (They started at the SHT10 and reached the top!). The **SHT41 has an excellent ±1.8% typical relative humidity accuracy from 25 to 75% and ±0.2 °C typical accuracy from 0 to 75 °C.** The reported temperature may be a few degrees higher than ambient due to self-heating.
24
+
25
+
The **SHT45** sensor is the fourth generation (started at the SHT10 and worked its way up to the top!). **The SHT45 has an excellent ±1.0% typical relative humidity accuracy from 25 to 75% and ±0.1°C typical accuracy from 0 to 75 °C**. The reported temperature may be a few degrees higher than ambient due to self-heating.
26
+
27
+
The SHT41 or SHT45 Trinkey is perfect for simple projects that want to read the ambient temperature and humidity without extra wiring, soldering, drivers, or complex software. We even ship the board pre-programmed with code that will print a unique serial number, the temperature, humidity, and touch sensor over a serial/COM port in CSV (comma-separated value) format so you can use it immediately. [If you need to measure farther than the computer port, simply use any USB A extension cable](https://www.adafruit.com/product/993).
28
+
29
+
[If you don't need high precision, save a few $ with the SHT41 Trinkey](https://www.adafruit.com/product/5912), which has ±1.8% typical relative humidity accuracy from 25 to 75% and ±0.2°C typical accuracy from 0 to 75 °C.
30
+
31
+
We think it's just an adorable little board. It's small, durable, and inexpensive enough to be a first microcontroller board or an inspiration for advanced developers to make something simple and fun.
32
+
33
+
- ATSAMD21E18 32-bit Cortex M0+ - 48 MHz 32-bit processor with 256KB Flash and 32 KB RAM
34
+
- Native USB supported by every OS - can be used in Arduino or CircuitPython as a USB serial console, MIDI, Keyboard/Mouse HID, and even a little disk drive for storing Python scripts.
35
+
- Can be used with Arduino IDE or CircuitPython
36
+
- One RGB NeoPixel LED
37
+
- One Capacitive Touchpad
38
+
- SHT41 or SHT45 Temperature + Humidity sensor with thermal-isolation cutout
39
+
- Reset switch **to start** your project code over or enter bootloader mode
**CoreS3** is the third generation of the M5Stack Core series. Powered by the [ESP32-S3](https://shop.m5stack.com/products/m5stamp-esp32s3-module) solution, this kit features a dual-core Xtensa LX7 processor running at 240MHz. CoreS3 comes equipped with built-in Wi-Fi functionality, enabling seamless connectivity. It boasts 16MB of onboard flash memory and 8MB of PSRAM, providing ample space for program storage.
21
+
22
+
CoreS3 offers convenient programming options through its TYPE-C interface, supporting OTG and CDC functions. This allows for easy connection with external USB devices and hassle-free firmware flashing. CoreS3 features a **2.0-inch** capacitive touch IPS screen, protected by high-strength glass material. Additionally, a 30W pixel camera **GC0308** is integrated at the bottom of the screen, accompanied by a proximity sensor **LTR-553ALS-WA** for enhanced functionality. Power management is handled by the **AXP2101** power management core chip, employing a 4-way power flow control loop for efficient power distribution. The overall design emphasizes low power consumption. CoreS3 also features a 6-axis attitude sensor **BMI270** and a magnetometer BMM150 for precise motion detection. With the onboard TF-card (microSD) card slot and **BM8563** RTC chip, accurate timing and sleep-timer wake-up functions are readily available.
23
+
24
+
Sound output on CoreS3 is optimized with the high-fidelity 16-bit I2S power amplifier chip AW88298, accompanied by a built-in 1W speaker for clear audio playback. For sound input, the kit incorporates the ES7210 audio decoding chip and dual-microphone input. The side of the device includes an independent power button and restart (RST) button, complemented by a self-built delay circuit. By long-pressing the reset button, users can easily enter the program download mode. The CoreS3 kit comes with the DinBase Base, providing convenient options for Din rail, wall, and screw fixing. It can be powered by an external DC 12V (supports 9~24V) or an internal 500mAh lithium battery. The DinBase also offers multiple proto locations for users to customize and expand their projects. CoreS3 is an ideal choice for IoT development, various DIY project development, smart home control systems, and industrial automation control systems.
25
+
## Technical details
26
+
27
+
- Developed based on ESP32, support WiFi @16M Flash, 8M PSRAM
0 commit comments