Adafruit
FeatherS2 Neo - Blingy RGB ESP32-S2 Feather Development Board
All Products
ESP32 & IoT
New Arrivals
Circuitry & IOT
Feather
ESP32 Development Boards
Microcontrollers & Development Boards
ESP32
Digital Technologies
Microcontrollers
$59.75
|
In stock
Introducing the FeatherS2 Neo - The full-featured ESP32-S2-based development board in a Feather format from Unexpected Maker. The FeatherS2 Neo is a powerhou...
Estimated Delivery
Arrives
Disclaimer
Secure checkout
Introducing the FeatherS2 Neo - The full-featured ESP32-S2-based development board in a Feather format from Unexpected Maker. The FeatherS2 Neo is a powerhouse, fully souped up with 4 MB of Flash memory (for firmware and file storage) and 2 MB of QSPI-based external PSRAM so you can have massive storage buffers.
This Feather comes with two 3.3V regulators: The first one is for the general operation of the board and the ESP32-S2, RAM, and Flash. The second LDO is for you to use to connect external 3V3 modules, sensors, and peripherals, and it has programmable EN control tied to GPIO21 and it’s connected to the deep sleep capabilities of the S2, so if the S2 goes into deep sleep, the 2nd LDO is automatically shut down for you! Both regulators are ultra-low noise and have ultra-low quiescent current, and both support a maximum of 700mA output.
The FeatherS2 Neo has onboard LiPo battery charging, 4MBs of flash, an on-board RGB LED that can be shut down to reduce deep sleep current and a generous 700mA output 3.3V regulator. It also comes with a 5x5 RGB LED Matrix that includes its own user-controlled LDO so display content won't affect other 3.3V functionality of the board.
FeatherS2 Neo also has 2MB of extra PSRAM on top of the 320K SRAM and 22 GPIO broken out.
This Feather also comes with our favorite connector - the STEMMA QT, a chainable I2C port that can be used with any of our STEMMA QT sensors and accessories. OLEDs! Inertial Measurement Units! Sensors a-plenty. All plug-and-play thanks to the innovative chainable design: SparkFun Qwiic-compatible 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. Use any SparkFun Qwiic boards! Seeed Grove I2C boards will also work with this adapter cable.
FeatherS2 Neo ships with a UF2 bootloader and the latest version of CircuitPython that supports the ESP32-S2. Just plug your FeatherS2 Neo into your computer, and it will appear in your filesystem as a USB flash drive! Just copy your code over, or edit your code directly on the drive. Coding a microcontroller has never been easier!
As newer versions of CircuitPython are released, you can update as you require from circuitpython.org
Jargon buster
Plain-language definitions for the technical terms used above.
- 3.3V regulator
- A 3.3V regulator is a power circuit that provides a steady 3.3 volts for parts that need that supply voltage. On a breakout board, it can let the sensor run safely even when the connected microcontroller or power source uses a higher voltage.
- Bootloader
- Small starter software on a microcontroller that lets new code be uploaded before the main program runs. Knowing how to enter bootloader mode matters when you need to program the board or recover it after a faulty sketch.
- 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.
- Flash memory
- Non-volatile memory that keeps stored data even when power is removed. In this sensor, it matters because enrolled fingerprint templates can remain saved after the project is turned off.
- GPIO
- General-purpose input/output pins are microcontroller pins you can set in software to read signals, switch devices on and off, or connect to peripherals. The number of GPIO pins matters because it limits how many buttons, LEDs, sensors, and other parts you can wire directly to the board.
- 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.
- 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.
- microcontroller
- A microcontroller is a small computer on a chip that runs your program and controls connected inputs and outputs. For this product, it is the part that reads buttons and sensors, drives the display and speaker, and communicates over Bluetooth.
- RAM
- RAM is temporary memory used while a device is running, and its contents are lost when power is removed. A “Run in RAM” mode is useful for testing settings without permanently programming the module, but it may not support every feature.
- 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.
- 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.
Find this product in
Microcontrollers