- FLORA main board
- FLORA RGB NeoPixels (any number you like)
- solid-core hookup wire
-
3xAAA battery holder or LiPoly battery (requires separate charger)
- magnetic pinback
- pliers
-
wire strippers
Make this color-changing LED brooch with FLORA! It's a quick project with no soldering, just free-hand wiring to make the connections. Use our sample code or change it up to display whatever colors or fading effects you like! If you're new to FLORA, check out the Getting Started guide and the FLORA FLORA RGB NeoPixels guide prior to beginning this project.
Gather materials and tools:
Here's a Fritzing diagram for the circuit we will build!
Connect first signal wire
Cut a small piece of hookup wire and use wire strippers to remove about 1/2 inch of the plastic coating at one end.
feed the bare wire end through the hole marked D6 on your FLORA.
Wrap the wire around the edge of the board and around itself to secure the wire. Pinch the D6 pad with your pliers to be sure the wire is making good contact to the metal.
Now it's time to decide where you'd like your first pixel. Hold it up to your FLORA to get an idea of how long the wire should be. This wire will connect to the pad on the pixel next to the inward-pointing arrow. If you're using the newer v2 pixels, they will look slightly different, but the arrow notation is the same!
Strip off the shielding off the wire at the desired length.
Slide the pixel onto this wire, using the hold next to the inward-pointing arrow.
Fold the bare wire around the pixel board.
Like you did earlier, twist the wire around itself and crimp with your pliers to ensure a strong connection. The pixel should not wiggle.
Done! Time to move on to the rest of the wiring...
Connect power and ground wires
Cut a longer piece of wire-- about 6 inches. Remember: you can always make it shorter, but you can't make it longer!
Strip the end of the wire.
Attach this long wire to the FLORA pad marked VBATT in the same wrap-and-twist manner you used earlier.
See where your power wire will meet up with the pixel pad marked +, and strip the casing off of the wire past this point.
Thread the bare power wire through the pad marked +. Wrap it around the pad and crimp it to make a secure connection but DO NOT CUT the excess wire! You'll use it to chain to the next pixel's power pad.
Repeat the above steps for the ground wire, connected to the FLORA pad marked GND. Remember to keep the excess wire to use for the next pixels! With three points of contact, the angle and direction of your pixel design will start to take shape. I chose to arrange my three pixels in a curve following the contour of the edge of the FLORA board, and so made the first power connection longer than ground. You can arrange your pixels in a straight line or however you like.
Add more pixels
Chain another pixel to the first! Use another short wire to connect the pad on the first pixel marked with an outward-pointing arrow to the inward-pointing arrow on the second pixel with the same wire wrapping technique used throughout.
Connect the + and - pads on the second pixel with the power and ground wires trailing off of the first pixel.
Add a third pixel in the same manner as the second. I connected the third pixel's ground (-) to the FLORA's GND pad to anchor the curved design, but it can also be connected to the second pixel's ground (-) pad.
You're done wiring! This is just one way to arrange the pixels. Make the design your own! You can use more or fewer pixels and have them arranged in any linear fashion you like.
Program
Connect the FLORA to your computer with a USB cable.
For version 2 pixels:
Install the NeoPixel library and go to File-->Examples-->Adafruit_NeoPixel-->strandtest.
The example sketch is set for 60 pixels, so you can change "Adafruit_NeoPixel(60...);" to "Adafruit_NeoPixel(3...);" if you like, but it will still work just fine with the defaults. This sketch will animate through all colors and is a good test. Be sure this sketch lights up your pixels before making any modifications to the code.
For version 1 pixels:
In the Adafruit IDE, open up the Smart Pixels sample code-- go to File-->Examples-->Adafruit_FloraPixel-->floratest. Check out our "Getting Started with Flora" tutorial for more info on the software.
The example sketch is set for eight pixels, so you can change "Adafruit_FloraPixel(8);" to "Adafruit_FloraPixel(3);" if you like, but it will still work just fine with the defaults. This sketch will animate through all colors and is a good test. Be sure this sketch lights up your pixels before making any modifications to the code.
Power it up
The easiest and safest way to power your FLORA brooch is with a 3xAAA battery holder.
You can also power your FLORA project with a rechargeable lithium polymer battery which is slimmer and can be taped to the back of the FLORA.
The new bootloader instantly runs your program when battery power is supplies, but earlier versions takes about eight seconds for the FLORA to "boot." You'll see the red onboard LED pulse during this time, then your pixels should light up. Oohh, blinky! If your pixels don't all light up, crimp your wire connections again to ensure they are making good contact.
Wear your Pixel Brooch!
This guide was first published on Dec 05, 2012. It was last updated on Nov 29, 2012.