feather_m0_express_crickit.md
1 --- 2 layout: download 3 board_id: "feather_m0_express_crickit" 4 title: "Feather M0 Express + Crickit Download" 5 name: "Feather M0 Express + Crickit" 6 manufacturer: "Adafruit" 7 board_url: "" 8 board_image: "feather_m0_express_crickit.jpg" 9 features: 10 - Speaker 11 - Feather-compatible 12 - Battery Charging 13 - Robotics 14 --- 15 16 **Crickit** is Adafruit's **C**reative **R**obotics & **I**nteractive **C**onstruction **Kit**. It's an add-on to popular Feather ecosystem boards that lets you **#MakeRobotFriend **using CircuitPython. 17 18 Plug in _any_ Feather mainboard you want into the center, and you're good to go! **The Crickit is powered by seesaw, an I2C-to-whatever bridge firmware. So you only need to use two I2C data pins to control the huge number of inputs and outputs on the Crickit. All those timers, PWMs, sensors are offloaded to the co-processor.** 19 20 The only thing that is _not_ managed by seesaw is the audio output. Provided is a small jumper you can solder to connect the audio amplifier to the first analog pin. On Feather M0's this is a true analog output (DAC) and you can play audio clips with CircuitPython. Other Feathers _may not have a DAC!_ In that case, you can solder a wire to jumper the audio amp to a PWM pin. 21 22 You get to use all the non-I2C signal pins on your feather and get a boat-load of extra in/out pins, motor controllers, capacitive touch sensors, a NeoPixel driver and amplified speaker output. It complements & extends your Feather so you can still use all the goodies, including stacking FeatherWings on top. But now you have a robotics playground as well. 23 24 Features: 25 * 4 x Analog or Digital Servo control, with precision 16-bit timers 26 * 2 x Bi-directional brushed DC motor control, 1 Amp current limited each, with 8-bit PWM speed control (or one stepper) 27 * 4 x High current "Darlington" 500mA drive outputs with kick-back diode protection. For solenoids, relays, large LEDs, or one uni-polar stepper 28 * 4 x Capacitive touch sensors with alligator-pads 29 * 8 x Signal pins, digital in/out or analog inputs 30 * 1 x NeoPixel driver with 5V level shifter - The NeoPixels are buffered and controlled by the seesaw chip 31 * 1 x Class D, 4-8 ohm speaker, 3W-max audio amplifier - the audio input pin is available as a solder-able pad for your configuration, you can connect it to your Feather's DAC or PWM output as you desire. 32 33 All are powered via 5V DC, so you can use any 5V-powered servos, DC motors, steppers, solenoids, relays etc. To keep things simple and safe, we don't support mixing voltages, so only 5V, not for use with 9V or 12V robotic components. 34 35 ## Purchase 36 37 * [Feather M0 Express - Adafruit](https://www.adafruit.com/product/3403) 38 * [CRICKIT for Feather - Adafruit](https://www.adafruit.com/product/3343) 39 40 ## Contribute 41 42 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).