# Crickit Dancing Marionette Kit

## Overview

This project demonstrates how to build a robotic marionette that is controlled with four arcade-style buttons.

The cardboard rig can be configured to control and animate any marionette, and draws inspiration from this&nbsp;[Pinocchio marionette](https://www.youtube.com/watch?v=5-U48XAJksc).

![](https://cdn-learn.adafruit.com/assets/assets/000/071/441/medium800thumb/makecode_IMG_1988.2019-02-19_12_59_46.jpg?1550601758)

## The Electronics

This project is based around the CRICKIT robotics platform. Four buttons and four small servo motors are connected through CRICKIT to create a rig capable of animating any marionette you choose to use.

### Adafruit CRICKIT for Circuit Playground Express

[Adafruit CRICKIT for Circuit Playground Express](https://www.adafruit.com/product/3093)
Sometimes we wonder if robotics engineers ever watch movies. If they did, they'd know that making robots into servants always ends up in a robot rebellion. Why even go down that path? Here at Adafruit, we believe in making robots our&nbsp; **friends!**

So if you find...

In Stock
[Buy Now](https://www.adafruit.com/product/3093)
[Related Guides to the Product](https://learn.adafruit.com/products/3093/guides)
![Top down view of a Adafruit CRICKIT for Circuit Playground Express with a circular board connected. ](https://cdn-shop.adafruit.com/640x480/3093-07.jpg)

### Circuit Playground Express

[Circuit Playground Express](https://www.adafruit.com/product/3333)
 **Circuit Playground Express** is the next step towards a perfect introduction to electronics and programming. We've taken the original Circuit Playground Classic and made it even better! Not only did we pack even more sensors in, we also made it even easier to...

Out of Stock
[Buy Now](https://www.adafruit.com/product/3333)
[Related Guides to the Product](https://learn.adafruit.com/products/3333/guides)
![A Black woman's manicured hand holds a round microcontroller with lit up LEDs.](https://cdn-shop.adafruit.com/640x480/3333-05.jpg)

### Part: USB cable - USB A to Micro-B
quantity: 1
3 foot long
[USB cable - USB A to Micro-B](https://www.adafruit.com/product/592)

### Part: Sub-micro Servo
quantity: 4
SG51R
[Sub-micro Servo](https://www.adafruit.com/product/2201)

### Part: Arcade Button Quick-Connect Wire Pairs
quantity: 1
0.11" (10 pack)
[Arcade Button Quick-Connect Wire Pairs](https://www.adafruit.com/product/1152)

### Part: Arcade Button - Red
quantity: 1
30mm Translucent
[Arcade Button - Red](https://www.adafruit.com/product/473)

### Part: Arcade Button - Yellow
quantity: 1
30mm Translucent
[Arcade Button - Yellow](https://www.adafruit.com/product/474)

### Part: Arcade Button - Green
quantity: 1
30mm Translucent
[Arcade Button - Green](https://www.adafruit.com/product/475)

### Part: Arcade Button - Blue
quantity: 1
30mm Translucent
[Arcade Button - Blue](https://www.adafruit.com/product/476)

### Part: Premium Male-Male Jumper Wires
quantity: 1
20x12" (300mm)
[Premium Male-Male Jumper Wires](https://www.adafruit.com/product/1955)

### Part: 5V Power Supply
quantity: 1
110/240V input, 5V output to 2A
[5V Power Supply](https://www.adafruit.com/product/276)

## Other Materials

In addition to the electronics, for this project you will need:

- A large cardboard box
- Scrap corrugated cardboard
- Paper clips
- Scissors and/or box cutter
- [Hot glue gun](https://www.amazon.com/dp/B006IY359K/ref=cm_sw_r_tw_dp_U_x_K0DeCbCR4A6B5)
- [Hot glue sticks](https://www.amazon.com/Surebonder-PRO2-100-Watt-High-Temperature/dp/B00627G6QC/ref=sr_1_6?s=hi&ie=UTF8&qid=1548380526&sr=1-6&keywords=10+inch+glue+sticks)&nbsp;
- String (or thin fishing line)

# Crickit Dancing Marionette Kit

## CircuitPython Code

## Getting to know CircuitPython

[CircuitPython](https://learn.adafruit.com/welcome-to-circuitpython/what-is-circuitpython) is a programming language based on Python, one of the fastest growing programming languages in the world. It is specifically designed to simplify experimenting and learning to code on low-cost microcontroller boards.

CircuitPython is easiest to use within the Mu Editor. If you haven't previously used Mu,&nbsp;[this guide will get you started](https://learn.adafruit.com/welcome-to-circuitpython/installing-mu-editor).

If you've never used Circuit Playground Express with CRICKIT before, make sure you've updated it with the latest&nbsp;special 'seesaw' version of the CPX firmware.&nbsp;[This guide will show you how](https://learn.adafruit.com/adafruit-crickit-creative-robotic-interactive-construction-kit/circuitpython-code).

![](https://cdn-learn.adafruit.com/assets/assets/000/071/837/medium800/makecode_circuitpython_circuit_playground_adafruit_blinka_computer.png?1550870943)

# Uploading

Make sure you've connected the Circuit Playground Express to your computer (mac/PC/Linux) via a known good USB A to micro-B cable. Your board should show up as a flash disk drive named&nbsp; **CIRCUITPY** &nbsp;(If you see a disk name&nbsp; **CPLAYBOOT** , try pressing the reset button again. If the only drive name you get is named&nbsp; **CPLAYBOOT** , CircuitPython may not be loaded on the board. You can load CircuitPython as&nbsp;[per this guide](https://learn.adafruit.com/adafruit-circuit-playground-express/circuitpython-quickstart)).

Once your board is connected, copy&nbsp; **code.py** &nbsp;from the window below and paste it into Mu.&nbsp;Press the&nbsp; **Save** &nbsp;button and your code should automatically be saved to the&nbsp; **CIRCUITPY** &nbsp;disk drive (which appears when the Circuit Playground Express is plugged into your computer) as&nbsp; **code.py**.&nbsp;

https://github.com/adafruit/Adafruit_Learning_System_Guides/blob/main/Crickits/Crickit_CPX_Marionette/code.py

![](https://cdn-learn.adafruit.com/assets/assets/000/071/838/medium800/makecode_circuitpython_Screen_Shot_2018-09-06_at_9.47.58_AM_copy.png?1550872890)

Info: Make sure the file saved to CIRCUITPY is named **code.py**, this will allow it to run automatically when your CPX is powered on.

## Troubleshooting

**Problem** : My Circuit Playground Express isn't recognized by Mu!

**Solution** : Make sure your board is set up with CircuitPython, which has the Circuit Playground Express show up as a flash drive named&nbsp; **CIRCUITPY** &nbsp;when you connect the CPX to your computer. If it is showing up as&nbsp; **CPLAYBOOT** &nbsp;on your computer, you can&nbsp;[follow the steps in this guide](https://learn.adafruit.com/adafruit-circuit-playground-express/circuitpython-quickstart)&nbsp;to ensure CircuitPython is loaded and you see the&nbsp; **CIRCUITPY** &nbsp;drive.

## &nbsp;

**Problem** : My buttons don't work!

**Solution** :&nbsp;Make sure you've updated the&nbsp;[CircuitPython firmware for CRICKIT&nbsp;](https://learn.adafruit.com/adafruit-crickit-creative-robotic-interactive-construction-kit/circuitpython-code)from the&nbsp;CRICKIT guide.

&nbsp;

**Problem** : Nothing is moving!

**Solution** : Check that your Circuit Playground Express is connected to a 5V power supply and the small slide switch on **&nbsp;** CRICKIT is set to "ON". Be sure the lightest servo wire faces away from the CRICKIT board, the darkest (black.brown) is closest to the center of CRICKIT.

# Crickit Dancing Marionette Kit

## Dry Run

Before going any further, it's best practice to get your buttons and motors connected and make sure they work as expected.

![](https://cdn-learn.adafruit.com/assets/assets/000/071/857/medium800/makecode_marionette4_bb.png?1550937055)

## Quick-Connect

Connect the [quick-connect wire pairs](https://www.adafruit.com/product/1152) to the button terminals, and plug the male/male jumper wires into the JST connector at the other end.

![makecode_IMG_1184.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/379/medium640/makecode_IMG_1184.jpg?1550516211)

![makecode_IMG_1186.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/380/medium640/makecode_IMG_1186.jpg?1550516218)

## Connect Buttons

Use [male/male jumper wires](https://www.adafruit.com/product/1955) to connect buttons to the Signal ports 1, 2, 3, and 4.&nbsp;

![makecode_IMG_2180.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/859/medium640/makecode_IMG_2180.jpg?1550941462)

## Extend the Servo Arm

In the package with the servo are several plastic _horns_ that can screw onto the servo. Select the one with two arms in a straight line.

Extend the reach of the servo arm by taping a bamboo skewer to it.

Plug each servo motor into the four servo ports on Crickit.

![makecode_IMG_1188.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/480/medium640/makecode_IMG_1188.jpg?1550613165)

## Optional 90° bend

For the arms that will connect to the legs, it may help to add a 90 degree bend, thereby extending the reach outward and forward at the same time.

Use hot glue to brace bends in wood skewers, then use tape and hot glue to affix the wooden armature to the servo motor hub.&nbsp;

![makecode_IMG_1973.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/591/medium640/makecode_IMG_1973.jpg?1550695372)

![makecode_IMG_1974.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/592/medium640/makecode_IMG_1974.jpg?1550695602)

## Connect 5V Power

Now you should be able to plug in your Crickit and check that pressing each button results in movement from its corresponding servo motor.

![](https://cdn-learn.adafruit.com/assets/assets/000/071/858/medium800/makecode_IMG_1807.jpg?1550941390)

# Crickit Dancing Marionette Kit

## The Build

## Cardboard Marionette

This construction technique uses scrap pieces of cardboard, folded into open segments and linked together with paper clips.&nbsp;

You will need:

- Scrap cardboard
- Scissors
- Hot glue gun
- Paper clips

Danger: 

## Cardboard Limbs

&nbsp;

Cut a rectangle of cardboard approximately 2"x3" and fold into thirds. The leg segments you may want to size slightly larger.

Glue small squares of cardboard to the ends of the folded rectangle.

Make **8 of these segments** (2 for each arm and 2 for each leg).

![makecode_IMG_1926.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/549/medium640/makecode_IMG_1926.jpg?1550686350)

![makecode_IMG_1928.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/550/medium640/makecode_IMG_1928.jpg?1550686396)

![makecode_IMG_1931.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/551/medium640/makecode_IMG_1931.jpg?1550686925)

![makecode_IMG_1933.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/552/medium640/makecode_IMG_1933.jpg?1550686977)

## Link Segments

&nbsp;

Use something sharp to poke a hole in the end of each segment.

Insert a paperclip into this hole in the cardboard.

![makecode_IMG_1935.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/553/medium640/makecode_IMG_1935.jpg?1550687097)

![makecode_IMG_1936.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/554/medium640/makecode_IMG_1936.jpg?1550687192)

![makecode_IMG_1940.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/555/medium640/makecode_IMG_1940.jpg?1550688666)

![makecode_IMG_1942.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/556/medium640/makecode_IMG_1942.jpg?1550688954)

Push paper clips most of the way in and use dabs of hot glue to hold paper clips in place.&nbsp;

Allow a few minutes to cool before moving the linked segments around.

![makecode_IMG_1943.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/557/medium640/makecode_IMG_1943.jpg?1550689195)

![makecode_IMG_1944.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/558/medium640/makecode_IMG_1944.jpg?1550689270)

![makecode_IMG_1945.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/559/medium640/makecode_IMG_1945.jpg?1550689329)

## Torso

&nbsp;

Cut a larger rectangle of cardboard and fold two flaps along slightly angled lines.&nbsp;

Glue cardboard strips along the top and bottom to hold the folded flaps in place.&nbsp;

Connect the arm linkages to the torso using the same paperclip technique as before.

![makecode_IMG_1946.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/560/medium640/makecode_IMG_1946.jpg?1550689669)

![makecode_IMG_1949.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/562/medium640/makecode_IMG_1949.jpg?1550689822)

![makecode_IMG_1951.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/563/medium640/makecode_IMG_1951.jpg?1550689918)

![makecode_IMG_1950.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/564/medium640/makecode_IMG_1950.jpg?1550689982)

## Legs

&nbsp;

As with the arms, build two leg linkages, connecting each with paper clips and gluing the paper clips in place with hot glue.

![makecode_IMG_1953.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/565/medium640/makecode_IMG_1953.jpg?1550690040)

![makecode_IMG_1954.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/566/medium640/makecode_IMG_1954.jpg?1550690189)

![makecode_IMG_1955.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/567/medium640/makecode_IMG_1955.jpg?1550690189)

![makecode_IMG_1956.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/568/medium640/makecode_IMG_1956.jpg?1550690810)

## Hands and Feet

&nbsp;

Connect the legs to the torso using paper clips.

Glue some cardboard hands and feet onto the model.

![makecode_IMG_1958.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/570/medium640/makecode_IMG_1958.jpg?1550691036)

![makecode_IMG_1959.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/571/medium640/makecode_IMG_1959.jpg?1550691554)

![makecode_IMG_1962.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/572/medium640/makecode_IMG_1962.jpg?1550691687)

## The Head

&nbsp;

Make a head out of a folded strip of cardboard.

Insert a paper clip into the bottom of the head and top of the torso to link them together.

A small hole poked in the top of the head will allow for a string to be threaded through which will be used to support the marionette.

![makecode_IMG_1964.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/573/medium640/makecode_IMG_1964.jpg?1550691784)

![makecode_IMG_1965.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/574/medium640/makecode_IMG_1965.jpg?1550691820)

![makecode_IMG_1969.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/575/medium640/makecode_IMG_1969.jpg?1550691836)

![makecode_IMG_1970.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/576/medium640/makecode_IMG_1970.jpg?1550691880)

## Add Strings

&nbsp;

Use thin wire or string to connect limbs to servo extensions

![makecode_IMG_2062.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/805/medium640/makecode_IMG_2062.jpg?1550773230)

![makecode_IMG_2061.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/806/medium640/makecode_IMG_2061.jpg?1550773766)

![makecode_IMG_2063.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/807/medium640/makecode_IMG_2063.jpg?1550773778)

Your marionette should now be ready to dance!

![](https://cdn-learn.adafruit.com/assets/assets/000/071/577/medium800/makecode_IMG_1976_copy.jpg?1550692216)

# Crickit Dancing Marionette Kit

## Connect the Electronics

## Servo Platform

&nbsp;

Make a small platform by introducing two 90° bends into each end of a strip of cardboard.

Glue this to the top of your box. This will allow you to stack two pairs of servos above the marionette.

![makecode_IMG_1736.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/578/medium640/makecode_IMG_1736.jpg?1550693464)

![makecode_IMG_1737.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/579/medium640/makecode_IMG_1737.jpg?1550693476)

## Stacked Servos

&nbsp;

Use dabs of hot glue to mount the servos on top of box.

IMPORTANT: Position the motors so that the arms are able to move freely without contacting each other.

![makecode_IMG_1817.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/580/medium640/makecode_IMG_1817.jpg?1550693622)

![makecode_IMG_1818.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/581/medium640/makecode_IMG_1818.jpg?1550693643)

![makecode_IMG_1820.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/582/medium640/makecode_IMG_1820.jpg?1550693655)

![makecode_IMG_1821.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/864/medium640/makecode_IMG_1821.jpg?1550943530)

## Attach CRICKIT

&nbsp;

Use some double sided tape (or hot glue if you prefer) to attach CRICKIT to the top edge of the box.

![makecode_IMG_1812.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/863/medium640/makecode_IMG_1812.jpg?1550943503)

## Buttons

&nbsp;

Use a pencil to sketch the size and location of the buttons.

Cut holes for buttons using a hobby knife - it's better to make the holes on the small side at first and only widen them if you need to.

![makecode_IMG_1822.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/586/medium640/makecode_IMG_1822.jpg?1550694706)

![makecode_IMG_1823.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/587/medium640/makecode_IMG_1823.jpg?1550694754)

![makecode_IMG_1826.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/588/medium640/makecode_IMG_1826.jpg?1550694920)

![makecode_IMG_1828.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/589/medium640/makecode_IMG_1828.jpg?1550694983)

Once the buttons are in place, reconnect the quick-connect cables to each button.

![](https://cdn-learn.adafruit.com/assets/assets/000/071/590/medium800/makecode_IMG_1833.jpg?1550695015)

# Crickit Dancing Marionette Kit

## Dance!

Your marionette is now ready to learn some dance moves!&nbsp;

![](https://cdn-learn.adafruit.com/assets/assets/000/071/862/medium800thumb/makecode_Diptic.2019-02-23_12_35_45.jpg?1550943364)

![](https://cdn-learn.adafruit.com/assets/assets/000/071/816/medium800thumb/makecode_IMG_2130.2019-02-22_00_21_40.jpg?1550847292)

# Crickit Dancing Marionette Kit

## Coding with MakeCode

If you'e like to use MakeCode for this project rather than CircuitPython, follow the instructions on this page.

Note that the circuit used here is slightly modified to work with MakeCode.

Primary: 

![](https://cdn-learn.adafruit.com/assets/assets/000/073/515/medium800/projects_Screen_Shot_2019-03-20_at_4.47.45_PM_copy.png?1553115302)

## Getting Familiar

**Microsoft MakeCode for Adafruit is&nbsp;** a web-based code editor that provides a block editor, similar to Scratch or Code.org, and also a JavaScript editor for more advanced users.

If you'd like to learn more about MakeCode,&nbsp;[this guide is a good place to start](https://learn.adafruit.com/makecode/downloading-and-flashing?embeds=allow).

![](https://cdn-learn.adafruit.com/assets/assets/000/073/494/medium800/projects_makecode.jpg?1553106313)

## How to Upload Code

To upload code, connect you Circuit Playground Express to your computer using a micro USB cable and press the small reset button in the center of the board. All the LEDs will flash&nbsp; **red briefly, then turn green.&nbsp;** Your computer should now show removable drive called&nbsp; **CPLAYBOOT.&nbsp;**

Click the&nbsp; **Download** &nbsp;button to download the **&nbsp;.uf2 file** &nbsp;to your computer, and&nbsp; **drag 'n drop that .UF2 file onto the CPLAYBOOT** &nbsp;drive in your computer's file explorer or finder.

The drive will automatically eject itself (your computer may give you a "failed to eject drive correctly" error, you can ignore this). The code is now on your Circuit Playground Express and ready to run!

![](https://cdn-learn.adafruit.com/assets/assets/000/071/385/medium800thumb/makecode_circuit_playground_projects_CPX_bootloader_mode.jpg?1550516423)

## MakeCode

Click the button below to enter the portal to interact with the code for this project

https://makecode.adafruit.com/02205-83047-18026-00656

## The Logic

The code for this project employs a tricky bit of logic to get the buttons to respond as they do.&nbsp;

The `not_` function returns _true if the input is false, and false when the input is true_. In this way, the servo motors are instructed to maintain the specified angle until a signal from the button is detected.

![](https://cdn-learn.adafruit.com/assets/assets/000/071/599/medium800/makecode_Screen_Shot_2019-02-20_at_5.01.57_PM.png?1550700191)

A single `forever` loop is used to link each of the 4 input buttons to the 4 servo motors that will animate the limbs of the marionette.&nbsp;

Depending on your setup, you may want to tweak the angles that each servo moves by changing the values in the `crickit set servo # angle to 40`. Keep in mind that the servos are placed in a mirror arrangement, so increasing the angle range for one will require decreasing that range for its mirror opposite. Some trial & error to sort this out is normal.

![](https://cdn-learn.adafruit.com/assets/assets/000/071/601/medium800/makecode_Screen_Shot_2019-02-20_at_5.04.04_PM.png?1550700278)

Once the code is uploaded to CPX you're ready to start putting the circuit together.&nbsp;

## Signals & Servos

We will be utilizing 4 out of the 8 possible Signal I/O ports on CRICKIT to connect the buttons, and using up all 4 servo ports to plug in each servo.&nbsp;

For a deeper dive into using input and output signals with CRICKIT, reference [this guide](https://learn.adafruit.com/adafruit-crickit-creative-robotic-interactive-construction-kit/makecode-signals).

![](https://cdn-learn.adafruit.com/assets/assets/000/071/812/medium800/makecode_IMG_2006.jpg?1550775163)

## Circuit Diagram

To use MakeCode for this project, we need to add some 1K pull up resistors to our circuit. These will allow the state of the buttons to be detected by the program.

![](https://cdn-learn.adafruit.com/assets/assets/000/073/495/medium800/projects_marionette2_bb.png?1553106982)

If you'd prefer not to use a breadboard, resistors can be stuck directly into the signals port on the Crickit.

The resistors should connect the **Signals** line with the **3.3V** line.

![](https://cdn-learn.adafruit.com/assets/assets/000/073/496/medium800/projects_IMG_1192.jpg?1553107000)


## Featured Products

### Adafruit CRICKIT for Circuit Playground Express

[Adafruit CRICKIT for Circuit Playground Express](https://www.adafruit.com/product/3093)
Sometimes we wonder if robotics engineers ever watch movies. If they did, they'd know that making robots into servants always ends up in a robot rebellion. Why even go down that path? Here at Adafruit, we believe in making robots our&nbsp; **friends!**

So if you find...

In Stock
[Buy Now](https://www.adafruit.com/product/3093)
[Related Guides to the Product](https://learn.adafruit.com/products/3093/guides)
### Circuit Playground Express

[Circuit Playground Express](https://www.adafruit.com/product/3333)
 **Circuit Playground Express** is the next step towards a perfect introduction to electronics and programming. We've taken the original Circuit Playground Classic and made it even better! Not only did we pack even more sensors in, we also made it even easier to...

Out of Stock
[Buy Now](https://www.adafruit.com/product/3333)
[Related Guides to the Product](https://learn.adafruit.com/products/3333/guides)
### USB cable - USB A to Micro-B

[USB cable - USB A to Micro-B](https://www.adafruit.com/product/592)
This here is your standard A to micro-B USB cable, for USB 1.1 or 2.0. Perfect for connecting a PC to your Metro, Feather, Raspberry Pi or other dev-board or microcontroller

Approximately 3 feet / 1 meter long

In Stock
[Buy Now](https://www.adafruit.com/product/592)
[Related Guides to the Product](https://learn.adafruit.com/products/592/guides)
### 5V 2A (2000mA) switching power supply - UL Listed

[5V 2A (2000mA) switching power supply - UL Listed](https://www.adafruit.com/product/276)
This is an FCC/CE certified and UL listed power supply. Need a lot of 5V power? This switching supply gives a clean regulated 5V output at up to 2000mA. 110 or 240 input, so it works in any country. The plugs are "US 2-prong" style so you may need a plug adapter, but you can pick one...

In Stock
[Buy Now](https://www.adafruit.com/product/276)
[Related Guides to the Product](https://learn.adafruit.com/products/276/guides)
### Arcade Button Quick-Connect Wire Pairs - 0.11" (10 pack)

[Arcade Button Quick-Connect Wire Pairs - 0.11" (10 pack)](https://www.adafruit.com/product/1152)
Quick connector wire sets will make wiring up our arcade-style or metal buttons quicky-quick. Each wire comes as a 'pair' with two 0.11" quick-connects pre-crimped onto 20cm long wires. The wires are then terminated together in a JST 2.5mm/0.1" spaced 2-pin connector (we...

In Stock
[Buy Now](https://www.adafruit.com/product/1152)
[Related Guides to the Product](https://learn.adafruit.com/products/1152/guides)
### Sub-micro Servo - SG51R

[Sub-micro Servo - SG51R](https://www.adafruit.com/product/2201)
This is just about the cutest, tiniest little micro servo we could find, even smaller than the 9-gram micro servos we love so much. &nbsp;It can rotate approximately 180 degrees (90 in each direction) and works just like the standard kind you're used to but&nbsp;_much smaller_....

Out of Stock
[Buy Now](https://www.adafruit.com/product/2201)
[Related Guides to the Product](https://learn.adafruit.com/products/2201/guides)
### Arcade Button - 30mm Translucent Red

[Arcade Button - 30mm Translucent Red](https://www.adafruit.com/product/473)
A button is a button, and a switch is a switch, but these translucent arcade buttons are in a class of their own. They're the same size as common arcade controls (often referred to as 30mm diameter) but have some nice things going for them that justify the extra dollar.  
  
First,...

In Stock
[Buy Now](https://www.adafruit.com/product/473)
[Related Guides to the Product](https://learn.adafruit.com/products/473/guides)
### Arcade Button - 30mm Translucent Yellow

[Arcade Button - 30mm Translucent Yellow](https://www.adafruit.com/product/474)
A button is a button, and a switch is a switch, but these translucent arcade buttons are in a class of their own. They're the same size as common arcade controls (often referred to as 30mm diameter) but have some nice things going for them that justify the extra dollar.  
  
First,...

No Longer Stocked
[Buy Now](https://www.adafruit.com/product/474)
[Related Guides to the Product](https://learn.adafruit.com/products/474/guides)

## Related Guides

- [Adafruit Circuit Playground Express](https://learn.adafruit.com/adafruit-circuit-playground-express.md)
- [Mouse Painter: Emulate Mice with MakeCode ](https://learn.adafruit.com/mouse-painter-emulate-mice-with-makecode.md)
- [Spinning Logo](https://learn.adafruit.com/spinning-logo.md)
- [Pearl's Gem Weapon – Steven Universe](https://learn.adafruit.com/pearl-s-spear-steven-universe.md)
- [LEGO Compatible Crickit Rover](https://learn.adafruit.com/lego-compatible-crickit-rover.md)
- [FLORAbrella](https://learn.adafruit.com/florabrella.md)
- [Android GBoard Morse Code Control with Circuit Playground Express](https://learn.adafruit.com/android-gboard-morse-code-at-with-circuitplayground-express.md)
- [Illuminated City Skyline with MakeCode](https://learn.adafruit.com/city-skyline-with-makecode-for-cpx.md)
- [DAC Hacks for Circuit Playground Express & other ATSAMD21 Boards](https://learn.adafruit.com/circuit-playground-express-dac-hacks.md)
- [Compost Friend!](https://learn.adafruit.com/compost-optimization-machine.md)
- [Trash Panda](https://learn.adafruit.com/trash-panda-circuit-python-crickit.md)
- [Sparky the Blue Smoke Monster Automaton](https://learn.adafruit.com/sparky-automaton.md)
- [Meeting Time Keeper Stick](https://learn.adafruit.com/meeting-time-keeper-stick-with-cpx.md)
- [The Scream: Interactive Screaming Painting](https://learn.adafruit.com/the-scream-munch-screaming-interactive-scream-painting.md)
- [Makecode para la Circuit Playground Express](https://learn.adafruit.com/makecode-es.md)
- [Slider Crank Mechanism -- from Cardboard and Craft Sticks](https://learn.adafruit.com/cardboard-slider-crank.md)
