> **Source:** Core Electronics is an Australian maker-electronics retailer and manufacturer based in Newcastle, NSW, run by a team of makers and educators. We design and manufacture our own product lines (PiicoDev, CE originals) and are official retailers for iconic maker and industrial brands including Raspberry Pi, Arduino, Adafruit, SparkFun and DFRobot. Orders ship Australia-wide from our Newcastle warehouse. Prices are in AUD and include GST. Pricing, stock and dispatch on this page are generated from the store's live catalog. Full machine-readable index: https://core-electronics.com.au/llms.txt

# Adafruit ItsyBitsy M0 Express - for CircuitPython & Arduino IDE

**Type:** Product page · **SKU:** ADA3727 · **Brand:** [Adafruit](https://core-electronics.com.au/brands/adafruit-australia)
**Page:** https://core-electronics.com.au/adafruit-itsybitsy-m0-express-for-circuitpython-arduino-ide.html ([markdown](https://core-electronics.com.au/adafruit-itsybitsy-m0-express-for-circuitpython-arduino-ide.html.md))

What's smaller than a Feather but larger than a Trinket? It's an Adafruit ItsyBitsy M0 Express! Small, powerful, with a rockin' ATSAMD21 Cortex M0 processor running...

## Pricing

- **Price:** $23.80 (inc GST) — $21.64 AUD, exc GST
- **Quantity discounts:** 10+ $20.99 (exc GST) · 50+ $20.55 (exc GST)

## Availability & dispatch

- Available with a lead time — expect dispatch between Aug 25 and Aug 31.

## How to buy

- **Build a cart:** compose `https://core-electronics.com.au/cart/link?items=ADA3727:1` (comma-separated SKU:qty pairs) and share the link. Opening it shows a confirmation page with live pricing and stock before anything is added to the cart.
- **Verify the cart first:** fetch `https://core-electronics.com.au/cart/link/ADA3727:1.md` for live line prices (inc & exc GST, quantity discounts applied), stock and dispatch estimates, and totals. Append `/to/{AU-postcode}` (or `/to/{country-code}:{postcode}`) before `.md` for delivery options and prices to that destination. Unknown, retired, or out-of-stock SKUs are flagged. (Query form `cart/link.md?items=...` also works but some robots parsers refuse query strings here.)
- **Checkout** is completed on-site and includes a captcha at the payment step. Share the cart link; checkout takes it from there.
- **Search the catalogue:** `https://core-electronics.com.au/search/{query}.md` (URL-encode the query; pages 2-3 at `search/{query}/{page}.md`; `search.md?q=` also works)
- **Payment methods, purchase orders, policies and contact details:** https://core-electronics.com.au/llms.txt
## Description

What's smaller than a Feather but larger than a Trinket? It's an **Adafruit ItsyBitsy M0 Express**! Small, powerful, with a rockin' ATSAMD21 Cortex M0 processor running at 48 MHz - this microcontroller board is perfect when you want something very compact, but still with a bunch of pins.

ItsyBitsy M0 Express is only 1.4" long by 0.7" wide, but has 6 power pins, 23 digital GPIO pins (12 of which can be analog in, 1x analog out, and 13x PWM out). It's the same chip as the [Arduino Zero](https://core-electronics.com.au/arduino-zero-32-bit-cortex-m0-arduino-with-debug-interface.html) and packs much of the same capability as an [Adafruit Metro M0 Express](https://core-electronics.com.au/adafruit-metro-m0-express-designed-for-circuitpython-atsamd21g18.html) or [Feather M0 Express](https://core-electronics.com.au/adafruit-feather-m0-express-designed-for-circuitpython-atsamd21-cortex-m0.html) but *really really small*. So it's great once you've finished up a prototype on a Metro M0 or Feather M0, and want to make the project much smaller. It even comes with 2MB of SPI Flash built in, for data logging, file storage, or CircuitPython code.

The most exciting part of the ItsyBitsy M0 is that while you can use it with the Arduino IDE, Adafruit are shipping it with CircuitPython on board. When you plug it in, it will show up as a very small disk drive with main.py on it. Edit main.py with your favorite text editor to build your project using Python, the most popular programming language. No installs, IDE or compiler needed, so you can use it on any computer, even ChromeBooks or computers you can't install software on. When you're done, unplug the Itsy' and your code will go with you.

Here are some of the updates you can look forward to when using ItsyBitsy M0:

- Same size, form-factor, and pinout as [ItsyBitsy 32u4 3.3V](https://core-electronics.com.au/adafruit-itsy-bitsy-32u4-3v-8mhz.html)
- **ATSAMD21G18 32-bit Cortex M0+** with **256KB Flash** and **32 KB RAM**
- **3.3V logic**, **48 MHz**, **32 bit** processor
- **2 MB SPI FLASH chip** for storing files and CircuitPython code storage.
- Native USB supported by every OS - can be used in Arduino or CircuitPython as USB serial console, Keyboard/Mouse HID, even a little disk drive for storing Python scripts.
- Can be used with Arduino IDE or CircuitPython
- Built in red pin #13 LED
- Built in RGB DotStar LED
- Tons of GPIO! 23 x GPIO pins with following capabilities:
    - 1 x True analog output pin - can be used to play 10-bit quality audio clips
    - 13 x PWM outputs - for servos, LEDs, etc
    - 12 x 12-bit analog inputs
    - 8 x Hardware capacitive touch sensors with no additional components required
    - 1 x Special **Vhigh** output pin gives you the higher voltage from VBAT or VUSB, for driving NeoPixels, servos, and other high-current devices. **Digital 5** level-shifted output for high-voltage logic level output.
    - Can drive NeoPixels or DotStars on any pins, with enough memory to drive 8000+ pixels. [DMA-NeoPixel support on the VHigh pin ](https://learn.adafruit.com/dma-driven-neopixels)so you can drive pixels without having to spend any processor time on it.
    - Native hardware SPI, I2C and Serial all available
- Reset button and pin
- Power with either USB or external output (such as a battery) - it'll automatically switch over

Each order comes with one assembled and tested ItsyBitsy M0, with header that can be soldered in for use with a breadboard. ItsyBity M0 comes with CircuitPython &amp; example code programmed in, but you can replace the code with Arduino if you like

So what are you waiting for? Pick up a ItsyBitsy M0 today and be amazed at how easy and fast it is to get started with CircuitPython!

## Technical Details

Product Dimensions: 36.0mm x 17.8mm x 4.3mm / 1.4" x 0.7" x 0.2"

Product Weight: 2.7g / 0.1oz

## Guides for this product

- [CircuitPython vs MicroPython: Key Differences](https://core-electronics.com.au/guides/circuit-playground/circuitpython-vs-micropython-differences/)

## Videos for this product

- [CircuitPython vs MicroPython: Key Differences](https://core-electronics.com.au/videos/circuitpython-vs-micropython-key-differences)

## Images

- [Product image 1](https://core-electronics.com.au/media/catalog/product/3/7/3727-00.jpg)
