Skip to content

Commit 570f8e5

Browse files
authored
Merge pull request #66 from adafruit/ptorrone-patch-25
added itsybitsy m0 text
2 parents d09b252 + dd60e4c commit 570f8e5

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

_board/itsybitsy_m0_express.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,33 @@ board_url: ""
88
board_image: "/assets/images/boards/itsybitsy_m0_express.jpg"
99
---
1010

11-
This board hasn't been fully documented yet. Please make a pull request adding more info to this file.
11+
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.
1212

13-
The description should be written to inform a CircuitPython user what makes the board unique and link to relevant info about it.
13+
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 packs much of the same capability as an [Adafruit Metro M0 Express](https://www.adafruit.com/product/3505) or [Feather M0 Express](https://www.adafruit.com/product/3403) 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.
14+
15+
The most exciting part of the ItsyBitsy M0 is that it is shipping with CircuitPython on board. When you plug it in, it will show up as a very small disk drive with code.py on it. Edit code.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.
16+
17+
Here are some of the updates you can look forward to when using ItsyBitsy M0:
18+
19+
* Same size, form-factor as the ItsyBisty 32u4, and nearly-indentical pinout as [ItsyBitsy 32u4 3.3V](https://www.adafruit.com/product/3675)
20+
* **ATSAMD21G18 32-bit Cortex M0+** with **256KB Flash** and **32 KB RAM**
21+
* **3.3V logic**, **48 MHz**, **32 bit** processor
22+
* **2 MB SPI FLASH chip** for storing files and CircuitPython code storage.
23+
* Native USB supported by every OS - can be used in CircuitPython as USB serial console, Keyboard/Mouse HID, even a little disk drive for storing Python scripts.
24+
* Built in red pin #13 LED
25+
* Built in RGB DotStar LED
26+
* Tons of GPIO! 23 x GPIO pins with following capabilities:
27+
* 1 x True analog output pin - can be used to play 10-bit quality audio clips
28+
* 13 x PWM outputs - for servos, LEDs, etc
29+
* 11 x 12-bit analog inputs
30+
* 7 x Hardware capacitive touch sensors with no additional components required
31+
* 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.
32+
* 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.
33+
* Native hardware SPI, I2C and Serial all available
34+
* Reset button and pin
35+
* Power with either USB or external output (such as a battery) - it'll automatically switch over
36+
37+
Comes assembled and tested ItsyBitsy M0, with header that can be soldered in for use with a breadboard. ItsyBity M0 comes with CircuitPython & example code programmed in.
1438

1539
## Purchase
1640
* [Adafruit](https://www.adafruit.com/product/3727)

0 commit comments

Comments
 (0)