> **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 M4 Express featuring ATSAMD51

**Type:** Product page · **SKU:** ADA3800 · **Brand:** [Adafruit](https://core-electronics.com.au/brands/adafruit-australia)
**Page:** https://core-electronics.com.au/adafruit-itsybitsy-m4-express-featuring-atsamd51.html ([markdown](https://core-electronics.com.au/adafruit-itsybitsy-m4-express-featuring-atsamd51.html.md))

What's smaller than a Feather but larger than a Trinket? It's an Adafruit ItsyBitsy M4 Express featuring the Microchip ATSAMD51! Small, powerful, with a ultra fast...

## Pricing

- **Price:** $26.10 (inc GST) — $23.73 AUD, exc GST
- **Quantity discounts:** 10+ $23.02 (exc GST) · 50+ $22.55 (exc GST)

## Availability & dispatch

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

## How to buy

- **Build a cart:** compose `https://core-electronics.com.au/cart/link?items=ADA3800: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/ADA3800: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 M4 Express**  featuring the **Microchip ATSAMD51**! Small, powerful, with an ultra fast ATSAMD51 Cortex M4 processor running at 120 MHz - this microcontroller board is perfect when you want something very compact, with a ton of horsepower and a bunch of pins. This Itsy is like a bullet train, with its **120MHz Cortex M4** with floating point support and **512KB Flash and 192KB RAM**. Your code will zig and zag and zoom, and with a bunch of extra peripherals for support, this will for sure be your favorite new chipset.

ItsyBitsy M4 Express is only is only 1.4" long by 0.7" wide, but has 6 power pins, 23 digital GPIO pins (7 of which can be analog in, 2 x 1 MSPS analog out DACs, and 18 x PWM out). It's the same chip as the [Adafruit Metro M4](https://core-electronics.com.au/adafruit-metro-m4-feat-microchip-atsamd51.html) but *really really small*. So it's great once you've finished up a prototype on a Metro M4 or (the upcoming) Feather M4, 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 M4 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 M4:

- Same size, form-factor as the [ItsyBitsy 32u4](https://core-electronics.com.au/adafruit-itsy-bitsy-32u4-3v-8mhz.html) and [ItsyBitsy M0](https://core-electronics.com.au/adafruit-itsybitsy-m0-express-for-circuitpython-arduino-ide.html), and nearly-identical pinout as both
- **ATSAMD51 32-bit Cortex M4** core running at **120 MHz**
- Hardware DSP and floating point support
- **512 KB** flash, **192 KB** RAM
- **2 MB SPI FLASH chip** for storing files and CircuitPython code storage.
- 32-bit, 3.3V logic and power
- Tons of GPIO! 23 x GPIO pins with following capabilities:
    - Dual 1 MSPS 12 bit true analog DAC (A0 and A1) - can be used to play 12-bit stereo audio clips
    - Dual 1 MSPS 12 bit ADC (7 analog pins some on ADC1 and some on ADC2)
    - 6 x hardware SERCOM - Native hardware SPI, I2C and Serial all available
    - 18 x PWM outputs - for servos, LEDs, etc
    - No I2S. Adafruit have no idea why but I2S is only supported on the 64 pin version of this chip and Adafruit could only fit the 48 pin version. But there's a stereo DAC you could use?
    - 8-bit Parallel capture controller (for camera/video in)
    - 1 x Special **Vhigh** output pin gives you the higher voltage from VBAT or VUSB, for driving NeoPixels, servos, and other 5V-logic 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 60,000+ 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.
- Built-in crypto engines with AES (256 bit), true RNG, Pubkey controller
- 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
- Reset button and pin
- Power with either USB or external output (such as a battery) - it'll automatically switch over
- Comes pre-loaded with the [UF2 bootloader](https://learn.adafruit.com/adafruit-metro-m0-express-designed-for-circuitpython/uf2-bootloader), which looks like a USB storage key. Simply drag firmware on to the program, no special tools or drivers needed! It can be used to load up CircuitPython or Arduino IDE (it is bossa v1.8 compatible)

Each order comes with one assembled and tested ItsyBitsy M4, with headers that can be soldered in for use with a breadboard. ItsyBitsy M4 comes with CircuitPython programmed in, but you can replace the code with Arduino if you like.

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

### Technical Details

- Product Dimensions: 35.9mm x 17.8mm x 4.2mm / 1.4" x 0.7" x 0.2"
- Product Weight: 2.4g / 0.1oz

![](https://core-electronics.com.au/attachments/localcontent/rohs_icon_8216055e11.jpg)

## Images

- [Product image 1](https://core-electronics.com.au/media/catalog/product/a/d/ada3800-5.jpg)
