Crickit is a Creative Robotics & Interactive Construction Kit. It’s an add-on for the popular Circuit Playground Express that lets you #MakeRobotFriend using CircuitPython (and more).
Bolt on a Circuit Playground using the included stand-off bolts and start controlling motors, servos, solenoids. With CRICKIT you also get signal pins, capacitive touch sensors, a NeoPixel driver and amplified speaker output. It complements & extends the Circuit Playground so you can still use all the goodies on the CPX, but now you have a robotics playground as well.
The Crickit is powered by seesaw, a I2C-to-whatever bridge firmware. So you only need to use two 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.
Includes:
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, CRIKIT does not support mixing voltages, use only 5V - not for use with 9V or 12V robotic components.
Have some info to add for this board? Edit the source for this page here.
This is the latest stable release of CircuitPython that will work with the Circuit Playground Express + Crickit.
Start here if you are new to CircuitPython.
Built-in modules available: _pixelbuf, analogio, audiobusio, audiocore, audioio, board, busio, countio, digitalio, gamepad, math, microcontroller, neopixel_write, nvm, os, pulseio, pwmio, random, storage, struct, supervisor, time, touchio, usb_hid, usb_midi
This is the latest unstable release of CircuitPython that will work with the Circuit Playground Express + Crickit.
Unstable builds have the latest features but are more likely to have critical bugs.
Release Notes for 6.2.0-beta.3
Built-in modules available: _pixelbuf, analogio, audiobusio, audiocore, audioio, board, busio, countio, digitalio, errno, gamepad, math, microcontroller, neopixel_write, nvm, os, pulseio, pwmio, random, re, storage, struct, supervisor, time, touchio, usb_hid, usb_midi
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. Try them if you want the absolute latest and are feeling daring or want to see if a problem has been fixed.
All previous releases are listed on GitHub, with release notes, and are available for download from Amazon S3. They are handy for testing, but otherwise we recommend using the latest stable release. Some older GitHub release pages include the same binaries for downloading. But we have discontinued including binaries as assets on newer release pages because of the large number of files for each release.
Latest version: v3.13.0
The bootloader allows you to load CircuitPython, Makecode, and Arduino programs. The bootloader is not CircuitPython. You can check the current version of your bootloader by looking in the INFO_UF2.TXT file when the BOOT drive is visible (FEATHERBOOT, CPLAYBOOT, etc.).
To update, first save the contents of CIRCUITPY, just in case. Then double-click the reset button to show the BOOT drive. Drag the update-bootloader .uf2 file to the BOOT drive. Wait a few tens of seconds for the bootloader to update; the BOOT drive will reappear. Check INFO_UF2.TXT to verify that the bootloader version has been updated. Then you will need to reload CircuitPython.