diff --git a/_board/cytron_maker_zero_samd21.md b/_board/cytron_maker_zero_samd21.md new file mode 100644 index 00000000..32576e90 --- /dev/null +++ b/_board/cytron_maker_zero_samd21.md @@ -0,0 +1,45 @@ +--- +layout: download +board_id: "cytron_maker_zero_samd21" +title: "Maker Zero SAMD21 Download" +name: "Maker Zero SAMD21" +manufacturer: "Cytron Technologies" +board_url: "https://www.cytron.io/p-maker-zero-samd21" +board_image: "cytron_maker_zero_samd21.jpg" +date_added: 2022-5-25 +family: atmel-samd +bootloader_id: cytron_maker_zero_samd21 +features: + - Speaker + - Robotics + - USB-C +--- + +Do you need a powerful microcontroller with low power consumption for your project? Introducing Maker Zero SAMD21, a development board based on the famous ATSAMD21 chip featuring a 32-bit ARM Cortex® M0+ core. + +Maker Zero SAMD21 is packed with convenient yet exciting features such as a servo ports, grove ports, GPIO LED indicators, RGB LEDs, programmable push buttons and a piezo buzzer. It has the same form factor as Arduino Uno and compatible with Arduino Zero. + +The SAMD21 chip offers higher performance, enabling project opportunities for a variety of devices, and as a great educational tool for learning 32-bit applications. The SAMD21 chip applications span from smart IoT devices, wearable technology, high-tech automation, to robotics. + +The Maker Zero SAMD21 is shipped with bootloader from Adafruit that accepts code from Arduino IDE. The bootloader also allows you to easily change the board to CircuitPython mode by double-tapping the reset button and copying the .uf2 file that contains CircuitPython firmware into the board. + +## Technical details +* Arduino Uno form factor +* Compatible with Arduino Zero +* Powered by Atmel's ATSAMD21 +* Arm Cortex-M0+ processor + * Up to 48MHz operating frequency + * 32KB of SRAM + * 256KB of Flash memory +* 8x Grove Ports (Digital I/O, PWM Output, UART, I2C, Analog Input) +* 4x Servo Ports +* 17x Status indicator LEDs for GPIOs +* 1x Piezo buzzer with mute switch +* 2x Push button +* 2x RGB LEDs (WS2812 Neopixel) +* 1x Maker Ports, compatible with Qwiic, STEMMA QT, Grove (via conversion cable) +* Support Arduino IDE, CircuitPython + + +## Purchase +* [Cytron Technologies](https://www.cytron.io/p-maker-zero-samd21) diff --git a/assets/images/boards/large/cytron_maker_zero_samd21.jpg b/assets/images/boards/large/cytron_maker_zero_samd21.jpg new file mode 100644 index 00000000..b541d3b1 Binary files /dev/null and b/assets/images/boards/large/cytron_maker_zero_samd21.jpg differ diff --git a/assets/images/boards/original/cytron_maker_zero_samd21.jpg b/assets/images/boards/original/cytron_maker_zero_samd21.jpg new file mode 100644 index 00000000..f203747d Binary files /dev/null and b/assets/images/boards/original/cytron_maker_zero_samd21.jpg differ diff --git a/assets/images/boards/small/cytron_maker_zero_samd21.jpg b/assets/images/boards/small/cytron_maker_zero_samd21.jpg new file mode 100644 index 00000000..d365f23a Binary files /dev/null and b/assets/images/boards/small/cytron_maker_zero_samd21.jpg differ