# Space Face LED Galaxy Makeup

## Overview

https://www.youtube.com/watch?v=5Edya0ppWco

Wear some space on your face and be a constellation for Halloween! This galaxy makeup is inspired by the [Cassiopeia constellation](http://en.wikipedia.org/wiki/Cassiopeia_(constellation) "Link: http://en.wikipedia.org/wiki/Cassiopeia\_(constellation)") and uses five FLORA NeoPixels to light up the night sky across your forehead, affixed with liquid latex. [GEMMA M0](https://www.adafruit.com/product/3501) or [GEMMA v2](https://www.adafruit.com/product/1222) and a coincell battery back reside on a hair clip and run the pixels in any color you choose.  
  
This guide will show you how to create the circuit and apply a colorful galaxy makeup effect that will be a sure hit at your party or costume parade.

Info: 

Prerequisite guides:

- [Gemma M0](../../../../adafruit-gemma-m0/circuitpython-digital-in-out?view=all) [guide](../../../../adafruit-gemma-m0/circuitpython-digital-in-out?view=all) or the [Classic&nbsp;Introducing GEMMA](http://learn.adafruit.com/introducing-gemma) [guide](../../../../introducing-gemma/introduction)
- [NeoPixel Überguide](http://learn.adafruit.com/adafruit-neopixel-uberguide)

You will need:

- The&nbsp;[GEMMA M0&nbsp;](https://www.adafruit.com/products/1222)is recommended over the&nbsp;[GEMMA v2](https://www.adafruit.com/product/1222). Either will work.
- [Five FLORA NeoPixels](http://www.adafruit.com/products/1260)
- [Coincell battery holder](http://www.adafruit.com/products/783)&nbsp;and two&nbsp;[CR2032 batteries](http://www.adafruit.com/products/654)
- [Thin wire](http://www.adafruit.com/products/1446)
- [Wire strippers](http://www.adafruit.com/products/527),&nbsp;[flush snips,](http://www.adafruit.com/products/1368 "Link: http://www.adafruit.com/products/1368")&nbsp;and&nbsp;[tweezers](http://www.adafruit.com/products/421)
- [Soldering iron](http://www.adafruit.com/products/180)&nbsp;and&nbsp;[solder](http://www.adafruit.com/products/145)
- E6000 craft glue
- [Liquid latex](http://www.amazon.com/Ammonia-Free-Liquid-Latex-Paint/dp/B006GDB518/ref=sr_1_1?s=beauty&ie=UTF8&qid=1381197598&sr=1-1&keywords=liquid+latex)&nbsp;and&nbsp;[sponge applicators](http://www.rickysnyc.com/beauty-makeup-products/makeup-applicators-tools/lips/rickycare-lip-wand-applicators-20-ct.html)
- Various colorful purple, pink, and blue eyeshadows and brushes
- Loose makeup glitter
- Black eyeliner
- False eyelashes and mascara

Special thanks to Risa Rose for the makeup look and modeling!

![](https://cdn-learn.adafruit.com/assets/assets/000/011/497/medium800/flora_GEMMA_SPACE_FACE_galaxy-makeup-Becky_Stern_and_Risa_Rose.jpg?1381274777)

# Space Face LED Galaxy Makeup

## Circuit Diagram

![](https://cdn-learn.adafruit.com/assets/assets/000/046/984/medium800/adafruit_gemma_Space_Face_LED_Galaxy_Makeup.png?1507432308)

[Click to Download Space_Face_LED_Galaxy_Makeup Fritzing File](https://github.com/adafruit/Adafruit_Learning_System_Guides/blob/master/Space_Face_LED_Galaxy_Makeup/Space_Face_LED_Galaxy_Makeup.fzz)
Info: 

GEMMA is powered through its JST port by a 2xCR2032 battery holder with on/off switch.  
  
Five FLORA NeoPixels are chained in the constellation of Cassiopeia to GEMMAs Vout, D1~, and GND pads with thin wire as shown above.

# Space Face LED Galaxy Makeup

## Build Circuit

![](https://cdn-learn.adafruit.com/assets/assets/000/011/459/medium800/flora_space-face-LED-galaxy-makeup-00.jpg?1381158781)

Solder three six-inch wires to Vout, D1~, and GND pads on GEMMA, and plug in the battery pack. Glue GEMMA to the battery pack, then glue the battery pack to a hair clip.

![](https://cdn-learn.adafruit.com/assets/assets/000/011/460/medium800/flora_space-face-LED-galaxy-makeup-01.jpg?1381159095)

Arrange five NeoPixels on a heat-resistant work surface and secure with tape. Make sure the scale of your layout matches your face.

![](https://cdn-learn.adafruit.com/assets/assets/000/011/462/medium800/flora_space-face-LED-galaxy-makeup-02.jpg?1381159278)

Solder thin wires in a chain, connecting the data output of one pixel to the data input of the next, according to the circuit diagram. Also solder the wire coming from GEMMA's D1~ to the first pixel's input.

![](https://cdn-learn.adafruit.com/assets/assets/000/011/463/medium800/flora_space-face-LED-galaxy-makeup-03.jpg?1381160373)

Solder both power and ground busses with thin wires connecting GND to all pixels' - and Vout to all pixels' +. It's easiest to strip two wires and solder them to each hole, since the solder fills up the hole which makes it tricky to solder another wire to.

Warning: 

![](https://cdn-learn.adafruit.com/assets/assets/000/011/500/medium800/flora_space-face-adafruit-35.jpg?1381335414)

![](https://cdn-learn.adafruit.com/assets/assets/000/011/501/medium800/flora_space-face-adafruit-37.jpg?1381335522)

![](https://cdn-learn.adafruit.com/assets/assets/000/011/502/medium800/flora_space-face-adafruit-36.jpg?1381336025)

Danger: 

![](https://cdn-learn.adafruit.com/assets/assets/000/011/503/medium800/flora_space-face-adafruit-34.jpg?1381336270)

Seal the back of each pixel with E6000 glue. Your skin is slightly conductive, especially if you sweat in your makeup, so you want to insulate each pixel's + and - from each other across the surface that will touch your skin. Liquid latex alone is not enough insulation to keep the voltage off your skin.

# Space Face LED Galaxy Makeup

## Arduino Code

Plug your GEMMA into your computer with a USB cable. Make sure you've followed the Introducing GEMMA guide and have the NeoPixel library installed. Load the following sketch onto GEMMA with the Arduino IDE:

Info: 

https://github.com/adafruit/Adafruit_Learning_System_Guides/blob/main/Space_Face_LED_Galaxy_Makeup/Space_Face_LED_Galaxy_Makeup.ino

Installing Arduino libraries is a frequent stumbling block. If this is your first time, or simply needing a refresher, please read the&nbsp;[All About Arduino Libraries](http://learn.adafruit.com/adafruit-all-about-arduino-libraries-install-use)&nbsp;tutorial.[![](../../../../assets/divider_icon-45a76f14a0234c47f43488c60c9d77a1701a0ff9f3a09498809a26305ce3df23.gif)](../../../../neopixel-punk-collar/3634)If the library is correctly installed (and the Arduino IDE is restarted), you should be able to navigate through the “File” rollover menus as follows:  
  
**File→Sketchbook→Libraries→Adafruit\_NeoPixel→strandtest**  
  
Connect up your NeoPixels in a solderless breadboard and use alligator clips to attach to GEMMA, referring to the circuit diagram if necessary.  
  
You’ll need to change a few lines in the code regarding the data pin (1), type of pixels (RGB vs GRB), and number of pixels (5). The resulting (and slightly simplified) code is below:

From the&nbsp; **Tools→Board** &nbsp;menu, select&nbsp;the&nbsp;device you are using: **&nbsp;**

- **Adafruit Gemma M0**
- **Adafruit Gemma 8 MHz** &nbsp;
- Connect the USB cable between the computer and your device. The original Gemma (8 MHz) need the reset button pressed on the board, then click the upload button (right arrow icon) in the Arduino IDE. You do not need to press the reset on the newer Gemma M0 or Trinket M0.

Disconnect the USB cable and load your battery pack with two CR2032 batteries. Flip on the power switch to test your pixels! If they're not all on or anything's getting hot, turn the power off and inspect your circuit with a multimeter for shorts or poor connections.

# Space Face LED Galaxy Makeup

## CircuitPython Code

![](https://cdn-learn.adafruit.com/assets/assets/000/046/985/medium800/adafruit_gemma_gemma-cp.jpg?1507433236)

 **GEMMA&nbsp;M0** &nbsp;boards can&nbsp;run&nbsp; **CircuitPython** &nbsp;— a different approach to programming compared to Arduino sketches. In fact,&nbsp; **CircuitPython comes&nbsp;factory pre-loaded on GEMMA&nbsp;M0**. If you’ve overwritten it with an Arduino sketch, or just want to learn the basics of setting up and using CircuitPython, this is explained in the&nbsp;[**Adafruit GEMMA&nbsp;M0 guide**](../../../../adafruit-gemma-m0/circuitpython-setup-1).

Info: 

Below is CircuitPython code that works&nbsp;similarly (though not exactly the same) as the Arduino sketch shown on a prior page. To use this, plug the GEMMA M0 into USB…it should show up on your computer as a small&nbsp; **flash drive** …then edit the file “ **main.py** ” with your text editor of choice. Select and copy the code below and paste it into that file,&nbsp; **entirely replacing its contents** &nbsp;(don’t mix it in with lingering bits of old code). When you save the file, the code should&nbsp; **start running almost immediately** &nbsp;(if not, see notes at the bottom of this page).

**If GEMMA M0 doesn’t show up as a&nbsp;drive, follow the GEMMA M0 guide link above to prepare the board for CircuitPython.**

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

This code requires the&nbsp; **neopixel.py** &nbsp;library. A factory-fresh board will have this already installed. If you’ve just reloaded the board with CircuitPython, create the “lib” directory and then&nbsp;[download neopixel.py from Github](https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel).

[Download neopixel.py from Github](https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel)
# Space Face LED Galaxy Makeup

## Apply Makeup

Moisturize your skin and apply foundation as usual, first using a makeup primer if you're going out for a long time.  
  
Apply liquid latex to the back of each pixel, and gently stick the circuit to your face. Clip the GEMMA hairclip into your hair. Apply a little more liquid latex to any areas that need more help to stick. Hold in place for ~30 seconds.

![flora_space-face-LED-galaxy-makeup-04.jpg](https://cdn-learn.adafruit.com/assets/assets/000/011/461/medium640/flora_space-face-LED-galaxy-makeup-04.jpg?1381159121)

![flora_space-face-LED-galaxy-makeup-05.jpg](https://cdn-learn.adafruit.com/assets/assets/000/011/464/medium640/flora_space-face-LED-galaxy-makeup-05.jpg?1381160392)

![flora_space-face-LED-galaxy-makeup-06.jpg](https://cdn-learn.adafruit.com/assets/assets/000/011/465/medium640/flora_space-face-LED-galaxy-makeup-06.jpg?1381160653)

Allow the liquid latex to dry for 10 minutes, then flip on the circuit's power switch. Is it comfortable? You shouldn't feel any prickling at the sites of the pixels. If you do, you didn't insulate the back of your pixels well enough, and you should take the circuit off and apply more glue.

![flora_space-face-LED-galaxy-makeup-07.jpg](https://cdn-learn.adafruit.com/assets/assets/000/011/466/medium640/flora_space-face-LED-galaxy-makeup-07.jpg?1381160952)

![flora_space-face-LED-galaxy-makeup-08.jpg](https://cdn-learn.adafruit.com/assets/assets/000/011/467/medium640/flora_space-face-LED-galaxy-makeup-08.jpg?1381162657)

Danger: 

Let's get started with the shading! Choose a highly pigmented dark black or deep purple shadow, and it brush all along the hairline to halfway down the forehead.  
  
Using a bright purple, apply across the browbone and down the temples. Create a purple contour below the cheekbone, sweeping at an upward angle into the hairline.  
  
This black is from the [Urban Decay Naked Basics palette](http://www.sephora.com/naked-basics-palette-P376213?SKUID=1458157&ci_src=17588969&ci_sku=1458157&om_mmc=Google%7badtype%7d&_requestid=42976&cm_mmc=us_search-_-GG-_-%7badtype%7d-_-%7bkeyword%7d), and the purple is an unknown tri-color palette. Use a bigger blush brush for sweeps of color, and a smaller fluffy eyeshadow brush for packing color around the pixels and into the hairline.

![flora_space-face-LED-galaxy-makeup-09.jpg](https://cdn-learn.adafruit.com/assets/assets/000/011/468/medium640/flora_space-face-LED-galaxy-makeup-09.jpg?1381162951)

![flora_space-face-LED-galaxy-makeup-10.jpg](https://cdn-learn.adafruit.com/assets/assets/000/011/469/medium640/flora_space-face-LED-galaxy-makeup-10.jpg?1381163299)

![flora_space-face-LED-galaxy-makeup-11.jpg](https://cdn-learn.adafruit.com/assets/assets/000/011/470/medium640/flora_space-face-LED-galaxy-makeup-11.jpg?1381163603)

If you have a darker skin tone, add some blues to mix in with the black and purple. If you have a fair skin tone, avoid blues but instead mix in some pinks and more purples.  
  
We used an unknown rainbow palette [similar to this one](http://www.amazon.com/gp/product/B003VSBY94/ref=s9_hps_ft_g194_ir04?pf_rd_m=ATVPDKIKX0DER&pf_rd_s=center-3&pf_rd_r=15W0QMD7MPQZ4156S5QE&pf_rd_t=1401&pf_rd_p=1623846502&pf_rd_i=1001003521) and [Bare Minerals September Issue Ready eyeshadow palette](http://www.temptalia.com/bareminerals-the-september-issue-eyeshadow-palette-review-photos-swatches "Link: http://www.temptalia.com/bareminerals-the-september-issue-eyeshadow-palette-review-photos-swatches").

![flora_space-face-LED-galaxy-makeup-12.jpg](https://cdn-learn.adafruit.com/assets/assets/000/011/472/medium640/flora_space-face-LED-galaxy-makeup-12.jpg?1381164158)

![flora_space-face-LED-galaxy-makeup-13.jpg](https://cdn-learn.adafruit.com/assets/assets/000/011/473/medium640/flora_space-face-LED-galaxy-makeup-13.jpg?1381164436)

![flora_space-face-LED-galaxy-makeup-26.jpg](https://cdn-learn.adafruit.com/assets/assets/000/011/477/medium640/flora_space-face-LED-galaxy-makeup-26.jpg?1381166186)

Highlight the highest part of the cheekbones with an iridescent nude like the ones in this [Physician's Formula Nude palette](http://www.makeupalley.com/product/showreview.asp?ItemID=149176 "Link: http://www.makeupalley.com/product/showreview.asp?ItemID=149176").

![flora_space-face-LED-galaxy-makeup-15.jpg](https://cdn-learn.adafruit.com/assets/assets/000/011/474/medium640/flora_space-face-LED-galaxy-makeup-15.jpg?1381164941)

![flora_space-face-LED-galaxy-makeup-25.jpg](https://cdn-learn.adafruit.com/assets/assets/000/011/475/medium640/flora_space-face-LED-galaxy-makeup-25.jpg?1381165216)

Onto the eyes! Apply an eyeshadow primer first if you plan to wear your makeup for a long time!  
  
We used a [Sephora Eternally Purple eyeshadow palette](http://www.sephora.com/colorful-palette-P267401?SKUID=1238468&ci_src=17588969&ci_sku=1238468&om_mmc=Google%7badtype%7d&_requestid=42976&cm_mmc=us_search-_-GG-_-%7badtype%7d-_-%7bkeyword%7d "Link: http://www.sephora.com/colorful-palette-P267401?SKUID=1238468&ci\_src=17588969&ci\_sku=1238468&om\_mmc=Google%7badtype%7d&\_requestid=42976&cm\_mmc=us\_search-\_-GG-\_-%7badtype%7d-\_-%7bkeyword%7d") to create a purple smokey eye.  
  
Apply a pale purple to the entire lid and just under the brow, as well as the inner corner of the eyes.  
  
Use a darker purple in the socket line and blend up and out towards the browbone and with the lighter shadow on the lid.

![flora_space-face-LED-galaxy-makeup-16.jpg](https://cdn-learn.adafruit.com/assets/assets/000/011/479/medium640/flora_space-face-LED-galaxy-makeup-16.jpg?1381166850)

![flora_space-face-LED-galaxy-makeup-19.jpg](https://cdn-learn.adafruit.com/assets/assets/000/011/480/medium640/flora_space-face-LED-galaxy-makeup-19.jpg?1381167373)

![flora_space-face-LED-galaxy-makeup-18.jpg](https://cdn-learn.adafruit.com/assets/assets/000/011/490/medium640/flora_space-face-LED-galaxy-makeup-18.jpg?1381248095)

![flora_space-face-LED-galaxy-makeup-19a.jpg](https://cdn-learn.adafruit.com/assets/assets/000/011/491/medium640/flora_space-face-LED-galaxy-makeup-19a.jpg?1381248288)

Line your eyes with a black gel liner or whatever black liner you like.  
  
Use a big fluffy brush to splash on a little bit of [loose silver glitter](http://www.rickysnyc.com/beauty-makeup-products/face/shimmer-glitter/mehron-paradise-glitter.html).  
  
Apply false lashes! First curl your natural lashes.  
  
We cut each false lash in half to emphasize just the outer portion of the eye. Dab some [lash glue](http://www.rickysnyc.com/beauty-makeup-products/false-eye-lashes/duo-eyelash-adhesive.html "Link: http://www.rickysnyc.com/beauty-makeup-products/false-eye-lashes/duo-eyelash-adhesive.html") on the plastic packaging and run the base of the lash set through the glue to apply the perfect amount. Stick the lash to the outer section of your natural lash line and allow to dry.  
  
Apply mascara to both your natural lashes and the falsies.  
  
For maximum staying power, apply a [setting spray](http://www.sephora.com/chill-makeup-setting-spray-P277221?skuId=1458199) to your makeup.

![flora_space-face-LED-galaxy-makeup-21.jpg](https://cdn-learn.adafruit.com/assets/assets/000/011/482/medium640/flora_space-face-LED-galaxy-makeup-21.jpg?1381168025)

![flora_space-face-LED-galaxy-makeup-22.jpg](https://cdn-learn.adafruit.com/assets/assets/000/011/484/medium640/flora_space-face-LED-galaxy-makeup-22.jpg?1381176789)

![flora_space-face-LED-galaxy-makeup-23.jpg](https://cdn-learn.adafruit.com/assets/assets/000/011/485/medium640/flora_space-face-LED-galaxy-makeup-23.jpg?1381180493)

![flora_space-face-LED-galaxy-makeup-24.jpg](https://cdn-learn.adafruit.com/assets/assets/000/011/486/medium640/flora_space-face-LED-galaxy-makeup-24.jpg?1381181703)

![flora_space-face-LED-galaxy-makeup-20.jpg](https://cdn-learn.adafruit.com/assets/assets/000/011/489/medium640/flora_space-face-LED-galaxy-makeup-20.jpg?1381247809)

# Space Face LED Galaxy Makeup

## Wear it!

![](https://cdn-learn.adafruit.com/assets/assets/000/011/492/medium800/flora_risa_rose_GEMMA_space_face_makeup_close_up.jpg?1381248341)

![](https://cdn-learn.adafruit.com/assets/assets/000/011/494/medium800/flora_GEMMA_SPACEFACE_bekcy_2_rbr.jpg?1381251410)

Have fun and enjoy your SPACE FACE, and to make sure your lights last as long as your makeup, bring a spare set of batteries!  
  
To remove, simply peel the circuit off and save for use another time. Liquid latex peels right off of both your face and the circuit (use mineral spirits to clean it off brushes or get it out of your hair), and an [oil based makeup remover](http://www.sephora.com/instant-eye-makeup-remover-P276318?skuId=1258268 "Link: http://www.sephora.com/instant-eye-makeup-remover-P276318?skuId=1258268") will take everything else off in a cinch.

![](https://cdn-learn.adafruit.com/assets/assets/000/011/487/medium800/flora_DSC_3643.jpg?1381198867)

Pair this look with nails like the night sky-- silver glitter over deep black.


## Featured Products

### Adafruit GEMMA M0 - Miniature wearable electronic platform

[Adafruit GEMMA M0 - Miniature wearable electronic platform](https://www.adafruit.com/product/3501)
The **Adafruit Gemma M0** is a super small microcontroller board, with just enough built-in to create many simple projects. It may look small and cute: round, about the size of a quarter, with friendly alligator-clip sew pads. But do not be fooled! The Gemma M0 is incredibly...

In Stock
[Buy Now](https://www.adafruit.com/product/3501)
[Related Guides to the Product](https://learn.adafruit.com/products/3501/guides)
### Adafruit GEMMA v2 - Miniature wearable electronic platform

[Adafruit GEMMA v2 - Miniature wearable electronic platform](https://www.adafruit.com/product/1222)
 **Deprecation Warning: The Gemma bit-bang USB technique it uses doesn't work as well as it did in 2014, many modern computers won't work well. So while we still carry the Gemma so that people can maintain some older projects, we no longer recommend it.** <a...></a...>

No Longer Stocked
[Buy Now](https://www.adafruit.com/product/1222)
[Related Guides to the Product](https://learn.adafruit.com/products/1222/guides)
### Arduino GEMMA - Miniature wearable electronic platform

[Arduino GEMMA - Miniature wearable electronic platform](https://www.adafruit.com/product/2470)
What do you get when you combine&nbsp;an Adafruit classic with geniuses at Arduino? The Arduino GEMMA!&nbsp;It's a tiny wearable platform board with a lot of might in a 1" diameter package. Powered by a Attiny85 and programmable with an Arduino IDE over USB, you'll be able to...

No Longer Stocked
[Buy Now](https://www.adafruit.com/product/2470)
[Related Guides to the Product](https://learn.adafruit.com/products/2470/guides)
### Flora RGB Smart NeoPixel version 3 - Pack of 4

[Flora RGB Smart NeoPixel version 3 - Pack of 4](https://www.adafruit.com/product/1260)
What's a wearable project without LEDs? Our favorite part of the Flora platform is these tiny smart pixels. Designed specifically for wearables, these updated Flora NeoPixels have ultra-cool technology: these ultra-bright LEDs have a constant-current driver cooked right into the LED...

Out of Stock
[Buy Now](https://www.adafruit.com/product/1260)
[Related Guides to the Product](https://learn.adafruit.com/products/1260/guides)
### 2 x CR2032 Coin Cell Battery Holder - 6V output - On/Off switch

[2 x CR2032 Coin Cell Battery Holder - 6V output - On/Off switch](https://www.adafruit.com/product/783)
This tiny coin cell battery holder is ideal for small portable or wearable projects. It holds two 20mm coin cells (2032 or CR2032 are the most popular size) in series to generate 6V nominal. (If you want only 3V, we suggest sticking a crumpled piece of tin foil in one of the slots.) 20mm coin...

In Stock
[Buy Now](https://www.adafruit.com/product/783)
[Related Guides to the Product](https://learn.adafruit.com/products/783/guides)
### "Wire Wrap" Thin Prototyping & Repair Wire - 200m 30AWG Blue

["Wire Wrap" Thin Prototyping & Repair Wire - 200m 30AWG Blue](https://www.adafruit.com/product/1446)
This stuff is called "wire-wrap wire" because it used to be used for wire-wrapping high-speed digital circuits on a special kind of contact board. It's pretty rare to see wire-wrapping in these days of low-cost PCB fabrication but the wire is still really handy for prototyping work. It's...

In Stock
[Buy Now](https://www.adafruit.com/product/1446)
[Related Guides to the Product](https://learn.adafruit.com/products/1446/guides)
### CR2032 Lithium Coin Cell Battery

[CR2032 Lithium Coin Cell Battery](https://www.adafruit.com/product/654)
A perfect match for our [sew-able coin cell holder](http://www.adafruit.com/products/653). This non-rechargeable coin cell is CR2032 sized: 20mm diameter, 3.2mm thick. It has a nominal voltage output of 3V (although it starts a little high at 3.2V and slowly drifts down to 2.5V as...

In Stock
[Buy Now](https://www.adafruit.com/product/654)
[Related Guides to the Product](https://learn.adafruit.com/products/654/guides)
### Gemma M0 Starter Pack

[Gemma M0 Starter Pack](https://www.adafruit.com/product/1657)
Get started with Adafruit GEMMA with this lovely starter kit! Included is everything you need to make a basic project.&nbsp;There's a GEMMA M0, four sewable bright RGB pixels, a battery holder (coin cell batteries not included), 2-ply conductive thread, alligator clips to help you test...

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

## Related Guides

- [Creating and sharing a CircuitPython library](https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library.md)
- [Twinkly Earwarmer Headband](https://learn.adafruit.com/twinkly-ear-warmer.md)
- [Textile Potentiometer Hoodie](https://learn.adafruit.com/textile-potentiometer-hoodie.md)
- [CircuitPython I2C and SPI Under the Hood](https://learn.adafruit.com/circuitpython-basics-i2c-and-spi.md)
- [CircuitPython Hardware: LED Backpacks & FeatherWings](https://learn.adafruit.com/micropython-hardware-led-backpacks-and-featherwings.md)
- [NeoPixel Tiara](https://learn.adafruit.com/neopixel-tiara.md)
- [Sound Reactive NeoPixel Peace Pendant](https://learn.adafruit.com/sound-reactive-neopixel-peace-pendant.md)
- [Starduino: 8-Bit Super Mario Tree Topper](https://learn.adafruit.com/starduino-neopixel-8-bit-mario-star-tree-topper.md)
- [Close Encounters Hat](https://learn.adafruit.com/close-encounters-hat.md)
- [Gemma LightTouch](https://learn.adafruit.com/gemma-lighttouch.md)
- [Light-Activated Pixel Heart](https://learn.adafruit.com/light-activated-pixel-heart.md)
- [Esenciales para CircuitPython](https://learn.adafruit.com/esenciales-para-circuitpython.md)
- [Introducing Gemma](https://learn.adafruit.com/introducing-gemma.md)
- [Interactive Gift Box](https://learn.adafruit.com/interactive-custom-gift-box.md)
- [Annoy-O-Matic Sound Prank Device](https://learn.adafruit.com/annoy-o-matic-sound-prank-device.md)
