Adafruit
Adafruit ESP32-S2 Feather with BME280 Sensor - STEMMA QT
The Adafruit ESP32-S2 Feather with BME280 is identical to the standard ESP32-S2 Feather but with an on-board BME280 temperature, humidity, and barometric pre...
The Adafruit ESP32-S2 Feather with BME280 is identical to the standard ESP32-S2 Feather but with an on-board BME280 temperature, humidity, and barometric pressure sensor at I2C address 0x77. This makes it an instant IoT environmental monitor — just add Wi-Fi credentials and start logging.
Built around the single-core ESP32-S2 at 240 MHz with native USB, 4 MB flash, and 2 MB PSRAM, it includes USB-C, LiPo battery charging and monitoring, a STEMMA QT port with switchable power, and a NeoPixel. Deep sleep current is approximately 80–100 µA.
Key Features
- On-Board BME280 Sensor – Temperature, humidity, and barometric pressure at I2C address 0x77
- ESP32-S2 240 MHz Tensilica – Single-core with 2.4 GHz Wi-Fi (no Bluetooth)
- Native USB – HID, MIDI, mass storage, and CDC serial without an external chip
- 4 MB Flash + 2 MB PSRAM – Large buffers for data-heavy applications
- 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 3.3V power
- NeoPixel – Addressable RGB LED with controllable power pin
- Ultra-Low Power – ~80–100 µA deep sleep current
- Feather Form Factor – Compatible with FeatherWings
Also Available
- ESP32-S2 Feather (without BME280)
- ESP32-S2 TFT Feather (with built-in colour display)
- ESP32-S2 Reverse TFT Feather (display on back for panel mounting)
- ESP32-C6 Feather (Wi-Fi 6, also has BME280)
Ideal For
- Wi-Fi weather stations and environmental monitors
- IoT sensor nodes with built-in ambient sensing
- Battery-powered data logging with temperature, humidity, and pressure
- CircuitPython and Arduino development
Package Contents
- 1× Adafruit ESP32-S2 Feather with BME280 Sensor – STEMMA QT
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.
- 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.
- ESP32
- ESP32 is a family of microcontroller modules with built-in wireless features such as Bluetooth and WiFi. Knowing this product uses an ESP32-based module helps explain how it provides wireless serial communication and firmware update features.
- 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.
- I2C address
- An I2C address is the number a device uses so a microcontroller can tell it apart from other devices on the same I2C bus. It matters because two devices with the same fixed address may conflict if used together.
- 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 is a small electronic component that lights up when current flows through it in the correct direction. In this kit, LEDs create the flashing effect, so polarity and correct soldering matter for the project to work.
- LiPo
- A lithium polymer rechargeable battery commonly used in portable electronics projects. It matters because LiPo batteries need correct charging circuitry and care, and this board includes hardware intended for 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.
- 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, usually referring to an LED that can mix those three colours. It matters because controlling an RGB LED teaches how separate outputs combine to create different colours.
- 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.
- USB-C
- A modern reversible USB connector used for power and data connections. On this product it matters because it can connect directly to a computer as well as to a microcontroller project.
- 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.
Find this product in
Brands
Microcontrollers