Adafruit Feather M4 Express - Featuring ATSAMD51 - ATSAMD51 Cortex M4

SKU: ADA3857 Brand: Adafruit
It's what you've been waiting for, the Feather M4 Express featuring ATSAMD51. This Feather is fast like a swift, smart like an owl, strong like a ox-bird (it's half...
$50.95 AUD, inc GST
$46.32 AUD, exc GST

In stock, ships same business day if ordered before 2PM
Delivered by Tue, 30th of Apr

Quantity Discounts:

  • 6-12 $44.46 (exc GST)
  • 12+ $43.07 (exc GST)
- +

4 from local stock, 1 supplier stock; your order will dispatch between Dec 1 to Dec 10. And yes, stock levels and lead times are accurate!

Shipping:

  • $6+ Standard (5+ days*, tracked)
  • $10+ Express (2+ days*, tracked)
  • FREE Pickup (Newcastle only - must order online*)

Shipping costs may increase for heavy products or large orders.

Exact shipping can be calculated on the view cart page.

*Conditions apply, see shipping tab below.

It's what you've been waiting for, the Feather M4 Express featuring ATSAMD51. This Feather is fast like a swift, smart like an owl, strong like an ox-bird (it's half ox, half bird, OK?) This feather is powered by Adafruit's new favorite chip, the ATSAMD51J19 -  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.

And best of all, it's a Feather - so you know it will work with all Adafruit's FeatherWings! What a great way to quickly get up and running.

The most exciting part of the Feather M4 is that while you can use it with the Arduino IDE - and it's bonkers fast when you do, 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 Feather and your code will go with you.

Here are some of the updates you can look forward to when using Feather M4:

  • Measures 2.0" x 0.9" x 0.28" (51mm x 23mm x 8mm) without headers soldered in
  • Light as a (large?) feather - 5 grams
  • ATSAMD51 32-bit Cortex M4 core running at 120 MHz, 32-bit, 3.3V logic and power
  • Hardware DSP and floating point support
  • 512 KB flash, 192 KB RAM
  • 2 MB SPI FLASH chip for storing files and CircuitPython code storage.
  • No EEPROM
  • 32.768 KHz crystal for clock generation & RTC
  • 3.3V regulator with 500mA peak current output
  • USB native support comes with USB bootloader and serial port debugging
  • Built-in crypto engines with AES (256 bit), true RNG, Pubkey controller
  • Tons of GPIO! 21 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 (6 analog pins some on ADC1 and some on ADC2)
    • 6 x hardware SERCOM - Native hardware SPI, I2C and Serial all available
    • 16 x PWM outputs - for servos, LEDs, etc
    • I2S input and output
    • 8-bit Parallel capture controller (for camera/video in)
  • Built-in 100mA lipo charger with charging status indicator LED
  • Pin #13 red LED for general purpose blinking
  • Power/enable pin
  • 4 mounting holes
  • Reset button

The Feather M4 Express uses the extra space left over to add a Mini NeoPixel2 MB SPI Flash storage and a little prototyping space. You can use the SPI Flash storage like a very tiny hard drive. When used in CircuitPython, the 2 MB flash acts as storage for all your scripts, libraries and files. When used in Arduino, you can read/write files to it, like a little data logger or SD card, and then with Adafruit's helper program, access the files over USB.

Easy reprogramming: the Feather M4 comes pre-loaded with the 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-compatible)

Comes fully assembled and tested, with the UF2 USB bootloader. They also toss in some headers so you can solder it in and plug into a solderless breadboard. 

Lipoly battery and USB cable not included (but we do have lots of options in the shop if you'd like!)

Specifications

  • Product Dimensions: 51.0mm x 22.8mm x 7.0mm
  • Product Weight: 4.8g

    This product is listed in:

    Other Favourites>Feather>Feather Boards

    Product Comments

    Exact shipping can be calculated on the view cart page (no login required).

    Products that weigh more than 0.5 KG may cost more than what's shown (for example, test equipment, machines, >500mL liquids, etc).

    We deliver Australia-wide with these options (depends on the final destination - you can get a quote on the view cart page):

    • $3+ for Stamped Mail (typically 10+ business days, not tracked, only available on selected small items)
    • $6+ for Standard Post (typically 6+ business days, tracked)
    • $10+ for Express Post (typically 2+ business days, tracked)
    • Pickup - Free! Only available to customers who live in the Newcastle region (must order online and only pickup after we email to notify you the order is ready). Orders placed after 2PM may not be ready until the following business day.

    Non-metro addresses in WA, NT, SA & TAS can take 2+ days in addition to the above information.

    Some batteries (such as LiPo) can't be shipped by Air. During checkout, Express Post and International Methods will not be an option if you have that type of battery in your shopping cart.

    International Orders - the following rates are for New Zealand and will vary for other countries:

    • $11+ for Pack and Track (3+ days, tracked)
    • $16+ for Express International (2-5 days, tracked)

    If you order lots of gear, the postage amount will increase based on the weight of your order.

    Our physical address (here's a PDF which includes other key business details):

    Unit 18, 132 Garden Grove Parade
    Adamstown
    NSW, 2289
    Australia

    Take a look at our customer service page if you have other questions such as "do we do purchase orders" (yes!) or "are prices GST inclusive" (yes they are!). We're here to help - get in touch with us to talk shop.

    Have a product question? We're here to help!

    Write Your Own Review

    Videos

    View All

    Guides

    MicroPython Primer for Makers - What is MicroPython?

    This Tutorial is all about the MicroPython Programming Language. We will discuss what MicroPython is...
    This Tutorial is all about the MicroPython Programming Language. We will discuss what MicroPython is...

    CircuitPython vs MicroPython: Key Differences

    Have you ever wanted to program your microcontrollers with Python instead of Arduino? MicroPython an...
    Have you ever wanted to program your microcontrollers with Python instead of Arduino? MicroPython an...

    The Maker Revolution

    The Maker Revolution celebrates the creation of new devices and the modification of existing ones - ...
    The Maker Revolution celebrates the creation of new devices and the modification of existing ones - ...

    Wi-Fly with Feather Boards

    I’ll level with you; the idea of microcontrollers and wireless networks was a little daunting ...
    I’ll level with you; the idea of microcontrollers and wireless networks was a little daunting ...

    Projects

    Vehicle GPS Logger and Speedometer

    PurposeTo display time and speed to a driver while logging timestamped raw latitude, longitude and ...
    PurposeTo display time and speed to a driver while logging timestamped raw latitude, longitude and ...
    Feedback

    Please continue if you would like to leave feedback for any of these topics:

    • Website features/issues
    • Content errors/improvements
    • Missing products/categories
    • Product assignments to categories
    • Search results relevance

    For all other inquiries (orders status, stock levels, etc), please contact our support team for quick assistance.

    Note: click continue and a draft email will be opened to edit. If you don't have an email client on your device, then send a message via the chat icon on the bottom left of our website.

    Makers love reviews as much as you do, please follow this link to review the products you have purchased.