Bradán Lane STUDIO Coin M0

by Bradán Lane STUDIO

Image of Board

The “Coin M0” is a little round CircuitPython board with just enough features for a mini macropad.

There’s an ATSAMD21 microcontroller on board with 4MB of flash, Neopixels, touch pads, and a little speaker.

The Coin M0 can run CircuitPython or Arduino very nicely and the flash storage is plenty for CircuitPython code, libraries, and data files (like sound effects).

  • ATSAMD21G1A 32-bit Cortex M0+ - 48 MHz 32 bit processor with 256KB Flash and 32 KB RAM
  • Native USB-C supported by every OS - can be used in Arduino or CircuitPython as USB serial console, MIDI, Keyboard/Mouse HID, even a little disk drive for storing Python scripts.
  • Can be used with Arduino IDE or CircuitPython
  • Three groups of RGB NeoPixel LEDs
  • Three Capacitive Touch pads
  • One speaker

Purchase

Coming soon from Bradán Lane STUDIO on Tindie

Contribute

Have some info to add for this board? Edit the source for this page here.

CircuitPython 9.2.1

This is the latest stable release of CircuitPython that will work with the Bradán Lane STUDIO Coin M0.

Use this release if you are new to CircuitPython.

Built-in modules available: analogio, array, audiocore, audioio, board, builtins, busio, busio.SPI, busio.UART, collections, digitalio, math, microcontroller, neopixel_write, nvm, os, pwmio, rainbowio, random, storage, struct, supervisor, sys, time, touchio, usb_cdc, usb_hid

Included frozen(?) modules: adafruit_hid, neopixel

Features: USB-C

Absolute Newest

Every time we commit new code to CircuitPython we automatically build binaries for each board and language. The binaries are stored on Amazon S3, organized by board, and then by language. These releases are even newer than the development release listed above. Try them if you want the absolute latest and are feeling daring or want to see if a problem has been fixed.

Previous Versions of CircuitPython

All previous releases of CircuitPython are available for download from Amazon S3 through the button below. For very old releases, look in the OLD/ folder for each board. Release notes for each release are available at GitHub button below.

Older releases are useful for testing if you something appears to be broken in a newer release but used to work, or if you have older code that depends on features only available in an older release. Otherwise we recommend using the latest stable release.