Adafruit
Adafruit ESP32-S3 Feather with 4MB Flash 2MB PSRAM
The Adafruit ESP32-S3 Feather with 4 MB Flash and 2 MB PSRAM brings the dual-core ESP32-S3 to the Feather ecosystem with Wi-Fi, Bluetooth LE, and native USB....
Get notified when back in stock
The Adafruit ESP32-S3 Feather with 4 MB Flash and 2 MB PSRAM brings the dual-core ESP32-S3 to the Feather ecosystem with Wi-Fi, Bluetooth LE, and native USB. The 2 MB PSRAM provides extra memory for large data buffers, making it well-suited for CircuitPython or projects that need fast SRAM access alongside roomier PSRAM storage.
Native USB means it can act as a keyboard, mouse, MIDI device, or disk drive without an external USB-to-serial converter. It includes USB-C, LiPo battery charging and monitoring, a STEMMA QT port with switchable power, and a NeoPixel — all in the standard Feather form factor.
Key Features
- ESP32-S3 Dual-Core 240 MHz Tensilica – Wi-Fi and Bluetooth LE (no Bluetooth Classic)
- Native USB – HID, MIDI, mass storage, and CDC serial without an external chip
- 4 MB Flash + 2 MB PSRAM – Extra memory for large buffers and CircuitPython
- 512 KB SRAM – Fast on-chip memory for performance-critical operations
- USB-C – Power, charging, and native USB communication
- LiPo Battery Support – JST connector with charging and battery fuel gauge monitoring
- STEMMA QT / Qwiic – I2C port with independently switchable power
- NeoPixel – Addressable RGB LED with controllable power pin
- Low Power – ~100 µA deep sleep current
- FCC/CE Certified Module – Compact module with PCB antenna
- Feather Form Factor – Compatible with FeatherWings
Also Available
- ESP32-S3 Feather (8 MB flash, no PSRAM)
- ESP32-S3 Feather 8 MB with w.FL Antenna
- ESP32 Feather V2 (classic ESP32, Bluetooth Classic + LE)
- ESP32-C6 Feather (Wi-Fi 6, Zigbee/Thread)
Ideal For
- CircuitPython projects requiring PSRAM for large buffers
- Wi-Fi and BLE IoT devices with native USB
- USB HID and MIDI projects
- Arduino, CircuitPython, and ESP-IDF development
Package Contents
- 1× Adafruit ESP32-S3 Feather with 4 MB Flash + 2 MB PSRAM
Jargon buster
Plain-language definitions for the technical terms used above.
- BLE
- BLE stands for Bluetooth Low Energy, a Bluetooth mode designed for low power use and broad compatibility with modern phones and computers. It connects well to battery-powered and mobile devices, including Apple hardware, though it behaves differently from Bluetooth Classic and its serial-style profiles.
- 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.
- deep sleep
- Deep sleep is a low-power mode where the microcontroller turns off most functions while keeping just enough circuitry active to wake up later. It is important for battery-powered projects because it can greatly extend how long the device runs between charges.
- ESP-IDF
- ESP-IDF is Espressif’s official software development framework for ESP32-family chips. It gives more direct control over the hardware than beginner-style environments, which can help with advanced features like Wi-Fi, Bluetooth, audio and power management.
- ESP32
- ESP32 is a family of low-cost microcontroller chips and modules from Espressif with built-in WiFi and Bluetooth. They support programmable firmware and over-the-air updates, and are commonly programmed with toolchains such as the Arduino core and ESP-IDF.
- 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.
- 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.
- IoT
- Short for Internet of Things, meaning physical devices that connect to networks or the internet to send data or be controlled remotely. It matters if you want projects such as connected sensors, remote controls or classroom data-logging activities.
- 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.
- LiPo
- A LiPo (lithium polymer) battery is a rechargeable lithium battery widely used in portable projects because it is light and compact. LiPo cells need correct charging circuitry and careful handling to stay safe, so equipment that supports LiPo generally includes charging or protection hardware suited to that battery type.
- 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 antenna
- A PCB antenna is an antenna pattern built directly into the circuit board rather than a separate metal antenna. It matters because placement, nearby metal and enclosure design can affect wireless range.
- 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.
- 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.
- SRAM
- Fast temporary memory used by a processor while a program is running. More SRAM helps with projects that handle larger data buffers, networking, displays, or more complex code.
- STEMMA
- A plug-and-cable connection system used on some maker electronics boards to make wiring simpler. If a product uses STEMMA, you need the matching cable or connector type to plug it in without soldering.
- 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.
- Thread
- A low-power wireless mesh networking standard designed for smart home and IoT devices. It matters because Thread devices can relay messages through each other, helping build reliable networks for sensors and controllers.
- USB-C
- USB-C is a small, reversible USB connector that can carry power, data and, on some devices, video over a single cable. The same connector can range from charging only to high-speed data, so the functions a given port actually supports vary.
- Wi-Fi 6
- A newer Wi-Fi standard that can improve speed, range, and efficiency compared with older Wi-Fi versions. It matters for projects that need reliable wireless networking, especially where many devices share the same network.
- Zigbee
- A low-power wireless standard commonly used by smart home sensors, switches, and lights. It matters if you want the board to communicate with Zigbee devices or act as part of a home automation network.
Find this product in
Brands
Microcontrollers