Store

Adafruit

· MPN: ADA5889

$35.69 |
In stock at supplier
No reviews yet

This compact wireless development board gives you a full-featured ESP32 platform in the familiar ItsyBitsy format. It uses the ESP32 PICO ECO V3 in an FCC-ce...

Estimated Delivery
Arrives
Disclaimer
View Markdown
Secure checkout

This compact wireless development board gives you a full-featured ESP32 platform in the familiar ItsyBitsy format. It uses the ESP32 PICO ECO V3 in an FCC-certified ESP32 Pico module, combining a dual-core 240MHz processor with 2.4GHz Wi-Fi, Bluetooth® Classic and BLE, plus 8 MB of Flash and 2 MB of PSRAM.

Adafruit has added the extras that make it easy to drop into real projects, including a USB to serial converter, USB Micro B connector, power regulator, buttons, a built-in RGB NeoPixel, a red status LED, and a STEMMA QT I2C connector. It is also designed for low-power work, with light sleep at 4mA and deep sleep at around 10uA.

Because the ESP32 does not have native USB support, the USB connection is provided through the onboard USB to serial converter rather than direct USB device functionality. That means it cannot act as a USB keyboard or mouse, but it can still be used wirelessly over BLE or Bluetooth® Classic. It can be used with Arduino IDE, CircuitPython or MicroPython, and each board comes assembled and tested with headers you can solder on for breadboard use.

Features:

  • Form factor: Same size, form-factor as the remaining ItsyBitsy mainboards.
  • Pinout: Similar but not identical pinout.
  • Antenna area: There are no pins at the end of the board like most other ItsyBitsy's due to the radio antenna being there.
  • USB connector: USB Micro B.
  • Processor: ESP32 V2 03 Dual Core 240MHz Xtensa processor.
  • Engineering revision: The ESP32 you know and love, with the latest engineering fixes.
  • Ecosystem: Massive user base and thousands of existing projects and libraries to use.
  • Wi-Fi: WiFi for IoT project usage.
  • Bluetooth LE: Bluetooth® LE for IoT project usage.
  • Bluetooth Classic: BT Classic for IoT project usage.
  • Flash memory: 8 MB Flash.
  • PSRAM: 2 MB PSRAM.
  • USB to serial: USB to Serial converter built-in.
  • UART: High-speed UART for debugging and uploading.
  • Auto-reset: Auto-reset circuit works perfectly with any ESP32 uploading tool.
  • Arduino support: Can be used with Arduino IDE.
  • CircuitPython support: Can be used with CircuitPython.
  • MicroPython support: Can be used with MicroPython.
  • RGB LED: Built-in RGB NeoPixel LED.
  • NeoPixel power control: Power control to reduce quiescent power in deep sleep.
  • Status LED: Built-in Red LED on pin D13.
  • 5V logic output: 5V level-shifted output on D5.
  • NeoPixel-friendly output: Perfect for driving NeoPixels or other devices that want 5V logic signal.
  • Battery input: Battery input pads on the underside.
  • Battery protection: Diode protection for external battery packs up to 6V input.
  • GPIO count: 20 General Purpose "IO" pins.
  • Pad breakout: 20 Pads expose pins from the ESP32.
  • Analog input only pins: 3 are analog input only (A3, A4, A5).
  • Digital output only pin: 1 is digital output only (5) with 5V level shifted up.
  • Analog inputs: 13 x 12-bit analog inputs (A0, A1, A2, A3, A4, A5, D12, D13, D14, SDA, SCL, D32, D33).
  • DAC outputs: Dual 8-bit analog output DACs on A0/A1.
  • PWM: PWM outputs on any pin.
  • I2C: I2C port with STEMMA QT plug-n-play connector.
  • Additional I2C: A second I2C port can be defined on any other pins.
  • Hardware UART: Hardware UART in addition to the USB-serial UART.
  • Hardware SPI: Hardware SPI on the high speed SPI peripheral pins.
  • Additional SPI: A second SPI port can be defined on any other pins.
  • Hardware I2S: Hardware I2S on any pins.
  • Capacitive touch: 8 x Capacitive Touch with no additional components required.
  • Voltage regulator: 3.3V regulator with 600mA peak output.
  • Light sleep current: Light sleep at 4mA.
  • Deep sleep current: Deep sleep at ~10uA.
  • Reset switch: Reset switch for starting your project code over.
  • Bootloader access: Reset switch for entering bootloader mode.
  • User switch: User switch on pin 35.
  • Size: Really small.
  • Included: Each order comes with one assembled and tested ItsyBitsy ESP32 with headers that can be soldered in for use with a breadboard.

Specifications:

  • Product Dimensions: 36.0mm x 17.6mm x 6.9mm / 1.4" x 0.7" x 0.3"
  • Product Weight: 3.7g / 0.1oz

A handy fit for compact IoT builds, wearable projects and battery-powered prototypes, especially if you want ESP32 wireless features in a small breadboard-friendly board with STEMMA QT support.

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.
BLE
BLE stands for Bluetooth Low Energy, a Bluetooth mode designed for lower power use and modern phone compatibility. It matters because BLE support can make the module easier to use with Apple devices and battery-powered projects, though it may behave differently from classic serial Bluetooth.
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.
breakout
A breakout is a small circuit board that makes a tiny or hard-to-solder component easier to connect to with standard pins. It matters because this OLED module can be wired into a microcontroller project without needing to solder directly to the display’s fine contacts.
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.
DAC
A digital-to-analogue converter turns numbers from the microcontroller into a real analogue voltage. It matters if you want to generate simple waveforms, audio-style signals, or variable control voltages rather than just on/off outputs.
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.
Headers
Rows of metal pins used to plug a module into a breadboard or connect it with jumper wires. Pre-soldered headers make the module easier to use straight away without needing to solder the pins yourself.
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.
I2S
I2S is a digital audio interface used to send sound data between chips, such as from a microcontroller to an audio amplifier or DAC. It matters if your project needs cleaner digital audio output than a basic buzzer or PWM signal can provide.
IDE
Short for Integrated Development Environment, a program used to write, run and manage code. It matters because some learners prefer a traditional coding workspace instead of a guided notebook-style lesson.
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.
Light sleep
A low-power mode where the microcontroller pauses much of its work but can wake up faster than from deep sleep. It matters for battery projects because it reduces power use while still allowing the board to respond reasonably quickly.
MicroPython
A version of the Python programming language made to run on microcontrollers. It matters because it lets beginners write readable code to control LEDs, sensors, motors and displays without needing to start with lower-level languages.
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.
PWM
Pulse Width Modulation is a way for a digital pin to simulate variable output power by switching on and off very quickly. It matters for controlling things like LED brightness, motor speed, or servo-style signals from a microcontroller pin.
Quiescent power
The small amount of power a circuit uses when it is idle rather than actively doing work. It matters for battery-powered projects because even tiny standby power use can drain a battery over time.
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.
SPI
A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
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.
UART
UART is a simple serial connection that sends data over separate transmit and receive wires, often labelled TX and RX. It matters because this module is designed to replace a wired UART cable with a wireless link while keeping the same serial data format.
USB to serial converter
A chip that turns the USB connection from your computer into serial data that the microcontroller can understand. It matters because this board uses it for programming and debugging instead of appearing as a direct native USB device such as a keyboard or mouse.
Stella
Stella Expert

Ask me anything about this product

Maddy, co-founder of Little Bird

Need help? We're here for you!

Hi, I'm Maddy. My team and I are ready to help with your order or any questions.