Skip to main content
Free Delivery  ·  COD Available  ·  15-Day Returns
Pricio
Adafruit QT Py ESP32-S2 WiFi Dev Board with STEMMA QT — image 1
Hover to zoom

1 / 2 · Click to enlarge

Adafruit

Adafruit QT Py ESP32-S2 WiFi Dev Board with STEMMA QT

35+ bought in past month
AI Summary
Other ESP WIFI Modules for everyday users

The Adafruit QT Py ESP32-S2 WiFi Dev Board with STEMMA QT by Adafruit is a mid-range other esp wifi modules designed for everyday users. It features Item Type: WiFi Module and Based On: ESP32 Based.

₹2,327
Free Shipping💵 COD Available

Available Offers

Free Delivery on this order. No minimum order value.

15-Day Easy Returns — hassle-free return & full refund.

Secure Payment — 100% safe checkout with UPI, Cards & Net Banking.

Total: ₹2,327
Buying tip: A well-rounded choice at a fair price. Recommended for most buyers.
Estimated delivery: 17 Aug31 Aug
Free Shipping
Pan India delivery
15-Day Returns
Hassle-free policy
Secure Payment
Razorpay protected
Quality Assured
Vetted products only

Available Offers

💳

5% Cashback

Pay with UPI & get 5% cashback (up to ₹50) via Razorpay

🏦

No-Cost EMI

Available on select bank cards at checkout. 0% interest for 3 months.

📦

Free Shipping

Free delivery on all orders. No minimum order value.

💵

Cash on Delivery

COD available on orders up to ₹5,000 across India.

Quick Specs

Item Type: WiFi Module
Based On: ESP32 Based
Flash Memory (MB): 4MB
Processor: ESP32-S2, 32-bit Xtensa® single-core LX7 microprocessor, up to 240 MHz clock frequency, with integrated 2.4 GHz Wi-Fi and Bluetooth connectivity.
Memory Capacity: 4 MB of flash memory and 2 MB of PSRAM.
Connectivity: Wi-Fi, Bluetooth 5.0

Ideal For

Electronics projectsArduino / Raspberry Pi buildsPrototyping
Share:
SKU: robu-1383206Category: Other ESP WIFI Modules

About This Product

The Adafruit QT Py ESP32-S2 WiFi Dev Board with STEMMA QT by Adafruit is a mid-range other esp wifi modules designed for everyday users. It delivers reliable performance at an accessible price.

Key Specifications

  • Item Type: WiFi Module — fast, stable wireless internet
  • Based On: ESP32 Based
  • Flash Memory (MB): 4MB — effortless multitasking
  • Processor: ESP32-S2, 32-bit Xtensa® single-core LX7 microprocessor, up to 240 MHz clock frequency, with integrated 2.4 GHz Wi-Fi and Bluetooth connectivity. — faster pairing, longer range, and lower battery draw
  • Memory Capacity: 4 MB of flash memory and 2 MB of PSRAM. — effortless multitasking
  • Connectivity: Wi-Fi, Bluetooth 5.0 — faster pairing, longer range, and lower battery draw
  • GPIO: 21 GPIO pins, 4 of which can be used as analog inputs, and 1 I2C port. — compatible with modern devices
  • Power Rating: Can be powered through USB, battery, or external power source, with a built-in battery charging circuit. — keeps you powered without frequent recharging

Why Buy from Pricio?

Pricio sources this product directly, cutting out multiple middlemen. Every order includes free shipping, a 15-day return policy, and secure payment via Razorpay.

What has your favorite Espressif WiFi microcontroller, comes with our favorite connector - the STEMMA QT, 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!

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), wearable electronics, and smart homes.

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!


Features:

  1. Same size, form factor, and pin-out as Seeed Xiao
  2. USB Type C connector - If you have only Micro B cables, this adapter will come in handy!
  3. 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!
  4. 4 MB Flash & 2 MB PSRAM
  5. Native USB supported by every OS - can be used in Arduino or CircuitPython as USB serial console, MIDI, Keyboard/Mouse HID, and even a little disk drive for storing Python scripts.
  6. Can be used with Arduino IDE or CircuitPython
  7. Built-in RGB NeoPixel LED with power control to reduce quiescent power in deep sleep
  8. Battery input pads on the underside with diode protection for external battery packs up to 6V input
  9. 13 GPIO pins: 11 on breakout pads, 2 more on QT connector 10 x 12-bit analog inputs (SPI high-speed pads do not have analog inputs) 8-bit analog output DAC PWM outputs on any pin Two I2C ports, one on the breakout pads, and another with STEMMA QT plug-n-play connector Hardware UART Hardware SPI on the high-speed SPI peripheral pins Hardware I2S on any pins 5 x Capacitive Touch with no additional components required
  10. 3.3V regulator with 600mA peak output
  11. Light sleep at 2~4mA, deep sleep at ~70uA
  12. Reset the switch for starting your project code over, and boot the 0 buttons for entering bootloader mode
  13. Really really small
  14. STEMMA QT: Features a STEMMA QT connector, which allows for easy and standardized connectivity to a variety of sensors and other modules.

Package Includes:

1 x Adafruit QT Py ESP32-S2 WiFi Dev Board with STEMMA QT

Setup Guide

1
Identify the pins
Locate VCC (power), GND (ground), and data pins (SDA/SCL for I2C, MOSI/MISO for SPI, or TX/RX for UART). Refer to the pinout diagram on the product page.
2
Wire to your microcontroller
Connect VCC to 3.3V or 5V (check the module spec), GND to GND, and data pins to the appropriate GPIO pins on your Arduino or Raspberry Pi.
3
Install libraries
In Arduino IDE, go to Sketch → Include Library → Manage Libraries and search for the sensor library. Install the recommended version.
4
Upload example sketch
Open File → Examples → [library name] → Basic Example. Upload to your board and open Serial Monitor to view output.
5
Calibrate if needed
Some sensors (temperature, humidity, distance) may need a short warm-up period or calibration. Run the calibration sketch if provided.