feather_m0_basic.md
1 --- 2 layout: download 3 board_id: "feather_m0_basic" 4 title: "Feather M0 Basic Download" 5 name: "Feather M0 Basic" 6 manufacturer: "Adafruit" 7 board_url: "" 8 board_image: "feather_m0_basic.jpg" 9 features: 10 - Feather-compatible 11 - Battery Charging 12 --- 13 Feather is thin, light, and lets you fly! Adafruit designed Feather to be a new open standard for portable microcontroller cores. 14 15 This is the **Feather M0 Basic Proto**, it has a bunch of prototyping space built right in. [There are other boards in the Feather family as well](https://www.adafruit.com/feather). 16 17 At the Feather M0's heart is an ATSAMD21G18 ARM Cortex M0 processor, clocked at 48 MHz and at 3.3V logic, the same one used in the new [Arduino Zero](https://www.adafruit.com/products/2843). This chip has a whopping 256K of FLASH (8x more than the Atmega328 or 32u4) and 32K of RAM (16x as much)! This chip comes with built in USB so it has USB-to-Serial program & debug capability built in with no need for an FTDI-like chip. 18 19 To make it easy to use for portable projects, there is a connector for 3.7V Lithium polymer batteries and built in battery charging. You don't need a battery, it will run just fine straight from the micro USB connector. But, if you do have a battery, you can take it on the go, then plug in the USB to recharge. The Feather will automatically switch over to USB power when it is available. The battery is tied thru a divider to an analog pin, so you can measure and monitor the battery voltage to detect when you need a recharge. 20 21 **Here are some handy specs!** 22 23 * Measures 2.0" x 0.9" x 0.28" (51mm x 23mm x 8mm) without headers soldered in 24 * Light as a (large?) feather - 4.6 grams 25 * ATSAMD21G18 @ 48MHz with 3.3V logic/power 26 * 256KB of FLASH + 32KB of RAM 27 * No EEPROM 28 * 32.768 KHz crystal for clock generation & RTC 29 * 3.3V regulator with 500mA peak current output 30 * USB native support, comes with USB bootloader and serial port debugging 31 * You also get tons of pins - 20 GPIO pins 32 * Hardware Serial, hardware I2C, hardware SPI support 33 * PWM outputs on all pins 34 * 6 x 12-bit analog inputs 35 * 1 x 10-bit analog ouput (DAC) 36 * Built in 100mA lipoly charger with charging status indicator LED 37 * Pin #13 red LED for general purpose blinking 38 * Power/enable pin 39 * 4 mounting holes 40 * Reset button 41 42 The **Feather M0 Basic Proto** has some extra space left over, so we give you a tiny little prototyping area. If you just need to attach a button or sensor, you may be able to skip out on a breadboard and wire it directly on there. 43 44 Comes fully assembled and tested, with a USB bootloader. Includes headers so you can solder it in and plug into a solderless breadboard. 45 46 ## Purchase 47 * [Adafruit](https://www.adafruit.com/product/2772) 48 49 ## Contribute 50 51 Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/master/_board/{{ page.board_id }}.md).