Skip to content

Commit a69b6f7

Browse files
authored
Merge pull request #835 from makermelissa/main
Add info for QT Py ESP32S2
2 parents aa40167 + 08fe1c0 commit a69b6f7

File tree

1 file changed

+37
-4
lines changed

1 file changed

+37
-4
lines changed

_board/adafruit_qtpy_esp32s2.md

Lines changed: 37 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ board_id: "adafruit_qtpy_esp32s2"
44
title: "Adafruit QT Py ESP32-S2 Download"
55
name: "Adafruit QT Py ESP32-S2"
66
manufacturer: "Adafruit"
7-
board_url: ""
7+
board_url: "https://www.adafruit.com/product/5325"
88
board_image: "adafruit_qtpy_esp32s2.jpg"
99
date_added: 2021-11-30
1010
family: esp32s2
@@ -15,8 +15,41 @@ features:
1515
- Wi-Fi
1616
---
1717

18-
Coming Soon!
18+
What has your favorite Espressif WiFi microcontroller, comes with [our favorite connector - the STEMMA QT](http://adafruit.com/stemma), a chainable I2C port, and has lots of Flash and RAM memory for your next IoT project? What will make your next IoT project flyyyyy? What a cutie pie! Or is it... a **QT Py**? This diminutive dev board comes with one of our new favorite lil chips, the **ESP32-S2**!
1919

20-
## Learn More
20+
The ESP32-S2 is a highly-integrated, low-power, 2.4 GHz Wi-Fi System-on-Chip (SoC) solution that now has **built-in native USB** as well as some other interesting new technologies like Time of Flight distance measurements. With its state-of-the-art power and RF performance, this SoC is an ideal choice for a wide variety of application scenarios relating to the [Internet of Things (IoT)](https://www.adafruit.com/category/342), [wearable electronics](https://www.adafruit.com/category/65), and smart homes.
2121

22-
* [Adafruit Blog](https://blog.adafruit.com/category/qt-py/)
22+
**Please note** the QT Py ESP32-S2 has a single-core 240 MHz chip, so it won't be as fast as ESP32's with dual-core. Also, there is no Bluetooth support. However, we are super excited about the ESP32-S2's native USB which unlocks a lot of capabilities for advanced interfacing! This ESP32-S2 mini-module we are using on the QT Py comes with 4 MB flash and 2 MB PSRAM so you can buffer massive JSON files for parsing!
23+
24+
[OLEDs](https://www.adafruit.com/?q=qt+oled&main_page=category&cPath=1005&sort=BestMatch)! [Inertial Measurement Units](https://www.adafruit.com/?q=qt+imu&main_page=category&cPath=1005&sort=BestMatch)! [Sensors a-plenty](https://www.adafruit.com/?q=qt+sensor&main_page=category&cPath=1005&sort=BestMatch). All plug-and-play thanks to the innovative chainable design: [SparkFun Qwiic](https://www.sparkfun.com/qwiic)-compatible [STEMMA QT](https://learn.adafruit.com/introducing-adafruit-stemma-qt) connectors for the I2C bus so you don't even need to solder! Just plug in a compatible cable and attach it to your MCU of choice, and you’re ready to load up some software and measure some light. [Seeed Grove I2C boards](https://www.adafruit.com/product/4528) will also work with this adapter cable.
25+
26+
Pinout and shape are [Seeed Xiao](https://wiki.seeedstudio.com/Seeeduino-XIAO/) compatible, with castellated pads so you can solder it flat to a PCB. In addition to the QT connector, we also added an **RGB NeoPixel** (with controllable power pin to allow for ultra-low-power usage), **a reset button** (great for restarting your program or entering the bootloader) and a button on GPIO 0 for entering the ROM bootloader or for user input
27+
28+
Runs Arduino like a dream, and CircuitPython projects are fantastically fun.
29+
30+
- Same size, form-factor, and pin-out as Seeed Xiao
31+
- **USB Type C connector** - [If you have only Micro B cables, this adapter will come in handy](https://www.adafruit.com/product/4299)!
32+
- **ESP32-S2 240MHz Tensilica processor** - the next generation of ESP32, now with native USB so it can act like a keyboard/mouse, MIDI device, disk drive, etc!
33+
- **4 MB Flash & 2 MB PSRAM**
34+
- Native USB supported by every OS - can be used in Arduino or CircuitPython as USB serial console, MIDI, Keyboard/Mouse HID, even a little disk drive for storing Python scripts.
35+
- Can be used with **Arduino IDE** or **CircuitPython**
36+
- **Built-in RGB NeoPixel LED** with power control to reduce quiescent power in deep sleep
37+
- Battery input pads on underside with diode protection for external battery packs up to 6V input
38+
- 13 GPIO pins:
39+
- 11 on breakout pads, 2 more on QT connector
40+
- 10 x 12-bit analog inputs (SPI high speed pads do not have analog inputs)
41+
- 8-bit analog output DAC
42+
- PWM outputs on any pin
43+
- Two I2C ports, one on the breakout pads, and another with STEMMA QT plug-n-play connector
44+
- Hardware UART
45+
- Hardware SPI on the high speed SPI peripheral puns
46+
- Hardware I2S on any pins
47+
- 5 x Capacitive Touch with no additional components required
48+
- 3.3V regulator with [**600mA peak output**](https://www.diodes.com/assets/Datasheets/AP2112.pdf)
49+
- Deep sleep at 100uA
50+
- **Reset switch** for starting your project code over, boot 0 button for entering bootloader mode
51+
- **Really really small**
52+
53+
## Purchase
54+
55+
* [Adafruit](https://www.adafruit.com/product/5325)

0 commit comments

Comments
 (0)