Feather Weather Lamp. Created by Ruiz Brothers. Last updated on :54:26 PM UTC

Size: px
Start display at page:

Download "Feather Weather Lamp. Created by Ruiz Brothers. Last updated on :54:26 PM UTC"

Transcription

1 Feather Weather Lamp Created by Ruiz Brothers Last updated on :54:26 PM UTC

2 Guide Contents Guide Contents Overview Weather Reactive Pixels Prerequisite Guides Parts Tools & Supplies Circuit Diagram Reference Connections Wired Connections Power On/Off Software Adafruit HUZZAH 8266 Arduino Libraries Arduino Sketch Enter WiFi Creds & City Number of Pixels 3D Printing Materials Slice Settings Customize Design Download STLs But I Don't Have a 3D Printer! Using 3D Hubs App on Thingiverse Assembly Prep Wires Tap Mounting Holes Prep Slide Switch Wire Slide Switch Slide Switch Wire NeoPixel Ring Wire Slide Switch to NeoPixel Ring Wire NeoPixel to Adafruit Feather Test Circuit Install Slide Switch Install HUZZAH Install NeoPixel Ring Install Cover Final Build Adafruit Industries Page 2 of 19

3 Overview Weather Reactive Pixels This project uses an Adafruit Feather HUZZAH with ESP8266 WiFi and NeoPixels to make an IoT weather device. The Arduino sketch pulls weather forecast data from the Yahoo Weather API and displays animations on NeoPixel LEDs. Prerequisite Guides Adafruit Industries Page 3 of 19

4 Walk through the following guides to get familiar with the hardware usd in this project. Adafruit HUZZAH ESP8266 Guide ( Adafruit NeoPixels ( Parts Adafruit Feather HUZZAH ESP8266 WiFi ( 24x NeoPixel Ring ( Slide Switch ( Tools & Supplies 26AWG Silicone Coated Stranded Core Wire ( Wire Cutters ( / Strippers ( Soldering Iron ( & Solder Panavise Jr. ( / Helping Third Hands ( Mounting Tack 2x /8 machine screws microusb Data Cable ( 3D Printer ( / Filament ( Adafruit Industries Page 4 of 19

5 Circuit Diagram Reference Connections Use the circuit diagram to reference for connecting the components together. The diagram does not depict exact wire lengths or size of components. This circuit expects 5V power to the Adafruit Feather HUZZAH ESP8266 via microusb Wired Connections Pin 14 from HUZZAH to Data Input on NeoPixel GND from HUZZAH to GND on NeoPixel 3V from HUZZAH to PWR +5V on NeoPixel EN from HUZZAH to Slide Switch GND from NeoPixel to Slide Switch Power On/Off The slide switch opens/closes a connection to the EN (enable) pin on the Adafruit Feather HUZZAH ESP8266. The EN pin is connected to the 3.3V regulator. It's pulled up, so when it's connect to ground, the 3.3V regulator is disabled. Adafruit Industries Page 5 of 19

6 Software Adafruit HUZZAH 8266 Arduino Libraries Be sure to follow the guide below to install the board and libraries. When you've successfully install the ESP8266 Arduino libraries, come back here and continue the tutorial. Arduino Sketch The arduino sketch will connect your WiFI network and query the current weather conditions using the Yahoo Weather API. The Feather HUZZAH ESP8266 will then animate some NeoPixels to display the weather condition. In the sketch, you'll need to add your WiFi credentials, change the number of pixels you're using and your desired city. Download the sketch from the github repo linked below. Enter WiFi Creds & City In the weatherpixels.ino file, you'll need to input your WiFi credentials and your city. Reference the screenshot above and highlighted text to see which lines to modify. Note that for the city, you'll need to keep the %2C and %20 text between the city and state/region. %2C encodes into a, an the %20 encodes into a space, when we do the API query Adafruit Industries Page 6 of 19

7 Number of Pixels In the animation.cpp, you can enter the number of pixels you'd like to use - in our project we need 24. Adafruit Industries Page 7 of 19

8 3D Printing Materials We suggest using PLA material but your free to use ABS, PET or exotic composites like wood, metals and others. The parts are listed in the tablet below. Slice Settings Depending on your 3D printers hardware, you'll need to use your prefered slice settings. The parts are oriented to print "as-is" and doesn't require any support materials (very minimal overhangs). These are the slice settings we used on our Printrbot Play, sliced using Simplify3D 220C Extruder (on a non-heated bed) 20% Infill 2 shells/parameters 4 top and bottom layers 1.0 Extrusion multiplier 0.48 Extrusion width Customize Design The enclosure parts are available to modify and download. Click below to download the source. Size it to fit the bed of your 3D printer. Download STLs 3D print the files "as-is" if they can fit on the bed of your 3D printer (case is 80mm x 80mm x 20mm) Adafruit Industries Page 8 of 19

9 case.stl 1x enclosure PLA top-dual.stl 1x twist top for dual extruders PLA top.stl 1x twist top for regular single extruders PLA But I Don't Have a 3D Printer! That's totally OK, you can still buy the parts and have them shipped to you! You can use a service like 3D Hubs to 3D print all of the parts for you. Just download all of the STL files from our Thingiverse page and upload them to their website. Using 3D Hubs App on Thingiverse The easiest way to do this is to use the "Print" button on the Thingiverse page. Then, click on the Launch App button to automatically load the STL files into 3D Hubs. From there, you can select colors, materials and enter your shipping address. A total price will let you know how much the parts will cost. A list of local hubs will appear and you can select which ever looks good to you. Hubs have different prices, ratings, reviews, and sample photos so you can narrow down your choice. Adafruit Industries Page 9 of 19

10 Assembly Prep Wires Let's start by making a set of wires for connecting our components. We'll need 5 pieces of wire about 8cm in length. I suggest using 26AWG silicone coated stranded wires. Remove about 3mm of insulation of from the tips of each wire. Apply solder to the tips to tin them - this prevents wires from fraying. Tap Mounting Holes We'll need to create threads in the two mounting holes of teh Adafruit Feather HUZZAH board. You can use a 4-40 tap drill or a 4-40 machine screw. Adafruit Industries Page 10 of 19

11 Prep Slide Switch Trim leads short to about half their size. Remove one of the three leads from the slide - either the far left or right. Apply solder to the two remaining leads to tin them. Adafruit Industries Page 11 of 19

12 Wire Slide Switch Connect one wire to each lead by heating up the tip of the lead and placing the tip of the wire. Adafruit Industries Page 12 of 19

13 Slide Switch You can optionally apply some pieces of heat shrink tubing to insulate the exposed areas. The slide switch is now ready! Wire NeoPixel Ring Apply solder to data in, ground and pwr +5V pins on the NeoPixel ring. Then, connect three wires to these pins on the NeoPixel ring. Wire Slide Switch to NeoPixel Ring Connect one of the wire from slide switch to GND pin on NeoPixel. Adafruit Industries Page 13 of 19

14 Wire NeoPixel to Adafruit Feather Connect the three wires from NeoPixel to Adafruit Feather HUZZAH. Data in from NeoPixel to Pin #14 Adafruit Feather Huzzah Ground from NeoPixel to gnd on Adafruit Feather Huzzah 5V PWR from NeoPixel to USB on Adafruit Feather Huzzah Wire from Slide switch to EN on Adafruit Feather Huzzah Test Circuit The arduino code should already be uploaded to the Adafruit Feather Huzzah. Connect a microusb cable to your computer (or a 5V power supply) and to the HUZZAH board. NeoPixels should power on! Adafruit Industries Page 14 of 19

15 Install Slide Switch Insert Slide Switch into case. Push it through the hole. Adafruit Industries Page 15 of 19

16 Install HUZZAH Lay the board over the standoffs and align up with screw threads with the moutning holes. Fasten screws until board is secured in place. Adafruit Industries Page 16 of 19

17 Install NeoPixel Ring Add pieces of mounting tack to case, press NeoPixel ring into case. Secure in place. Be cautious not to kink any wires! Adafruit Industries Page 17 of 19

18 Install Cover Install the cover by twisting it onto the case like a bottle cap. It has threads, like a twisty top! Adafruit Industries Page 18 of 19

19 Final Build Yahoo! Congrats on building your very own Feather Weather IoT Lamp. Now you can see what the weather is like... In lovely NeoPixel RGB color! Adafruit Industries Last Updated: :54:20 PM UTC Page 19 of 19

Portable Apple Watch Charger

Portable Apple Watch Charger Portable Apple Watch Charger Created by Ruiz Brothers Last updated on 2017-10-22 09:58:04 PM UTC Guide Contents Guide Contents Overview Smart Charging Prerequisite Guides Parts, Tool & Supplies Circuit

More information

Bluetooth Controlled NeoPixel Headphones

Bluetooth Controlled NeoPixel Headphones Bluetooth Controlled NeoPixel Headphones Created by Ruiz Brothers Last updated on 2017-03-09 07:38:05 PM UTC Guide Contents Guide Contents Overview Smart LED HeadPhones Prerequisite Guides Parts Tools

More information

NeoPixel Bike Light. Created by Ruiz Brothers. Last updated on :43:46 PM UTC

NeoPixel Bike Light. Created by Ruiz Brothers. Last updated on :43:46 PM UTC NeoPixel Bike Light Created by Ruiz Brothers Last updated on 2018-11-15 07:43:46 PM UTC Guide Contents Guide Contents Overview 3D Printed Headlight Adafruit's Feather Platform Circuit Python Powered Parts

More information

7 Portable Multitouch Raspberry Pi Tablet

7 Portable Multitouch Raspberry Pi Tablet 7 Portable Multitouch Raspberry Pi Tablet Created by Ruiz Brothers Last updated on 2017-02-27 04:13:53 PM UTC Guide Contents Guide Contents Overview Portable Raspberry Pi Tablet 7" Multitouch Display Parts

More information

3D Printed Case for Adafruit Feather

3D Printed Case for Adafruit Feather 3D Printed Case for Adafruit Feather Created by Ruiz Brothers Last updated on 2018-08-22 03:59:38 PM UTC Guide Contents Guide Contents Overview Adafruit Feather Box New Update! Check out the TFT Feather

More information

FPV Mini Display. Created by Ruiz Brothers. Last updated on :00:18 PM UTC

FPV Mini Display. Created by Ruiz Brothers. Last updated on :00:18 PM UTC FPV Mini Display Created by Ruiz Brothers Last updated on 2017-07-19 01:00:18 PM UTC Guide Contents Guide Contents Overview Mini FPV monitor Adafruit Parts Tools and Supplies Circuit Diagram Electronics

More information

Guardian Shield+ Zelda Breath of the Wild

Guardian Shield+ Zelda Breath of the Wild Guardian Shield+ Zelda Breath of the Wild Created by Ruiz Brothers Last updated on 2018-08-22 04:01:50 PM UTC Guide Contents Guide Contents Overview Articulating Handle Rechargeable Prerequisite Guides

More information

LED Eyes. Created by Ruiz Brothers. Last updated on :50:55 AM UTC

LED Eyes. Created by Ruiz Brothers. Last updated on :50:55 AM UTC LED Eyes Created by Ruiz Brothers Last updated on 2018-01-13 05:50:55 AM UTC Guide Contents Guide Contents Overview Parts, Tools and Supplies Enameled Copper Magnet Wire 11 meters / 0.1mm diameter Adafruit

More information

Mystical LED Halloween Hood

Mystical LED Halloween Hood Mystical LED Halloween Hood Created by Becky Stern Last updated on 2017-09-28 11:13:20 PM UTC Guide Contents Guide Contents Overview NeoPixel GEMMA circuit Arduino Code NeoPixel Überguide: Arduino Library

More information

DIY Bluetooth Gamepad

DIY Bluetooth Gamepad DIY Bluetooth Gamepad Created by Ruiz Brothers Last updated on 2016-09-03 02:23:21 AM UTC Guide Contents Guide Contents Overview Prerequisite Guides Expectations Parts Tools & Supplies Circuit Diagram

More information

Trinket NeoPixel LED Longboard

Trinket NeoPixel LED Longboard Trinket NeoPixel LED Longboard Created by Ruiz Brothers Last updated on 2017-10-02 06:00:32 PM UTC Guide Contents Guide Contents Overview Parts Tools & Supplies Prerequisite Guides 3D Printing PLA Material

More information

7" Portable HDMI Monitor

7 Portable HDMI Monitor 7" Portable HDMI Monitor Created by Ruiz Brothers Last updated on 2017-05-29 05:47:14 PM UTC Guide Contents Guide Contents Overview DIY Monitor Connect to a Raspberry pi Use as a second monitor Camera

More information

Simple LED Unicorn Horn

Simple LED Unicorn Horn Simple LED Unicorn Horn Created by Ruiz Brothers Last updated on 2018-08-22 03:56:14 PM UTC Guide Contents Guide Contents Overview 3D Printed Unicorn Horn Want More Magic/Colors? Great For Beginners Parts

More information

3D Printed Camera LED Ring

3D Printed Camera LED Ring 3D Printed Camera LED Ring Created by Ruiz Brothers Last updated on 2018-08-22 03:39:34 PM UTC Guide Contents Guide Contents Overview DIY LED Ring Light Prerequisite Guide: Parts List: Tools & Supplies

More information

3D Printed 20w Amplifier Box

3D Printed 20w Amplifier Box 3D Printed 20w Amplifier Box Created by Ruiz Brothers Last updated on 2018-02-26 06:48:02 PM UTC Guide Contents Guide Contents Overview Prerequisite Guide Tools & Supplies Parts 3D Printing Print in your

More information

3D Printed LED Knuckle Jewelry

3D Printed LED Knuckle Jewelry 3D Printed LED Knuckle Jewelry Created by Ruiz Brothers Last updated on 2015-02-20 09:31:06 AM EST Guide Contents Guide Contents Overview Prerequisite Guides Parts Tools & Supplies 3D Printing Filament

More information

Lie Ren's Stormflower Gun Blade

Lie Ren's Stormflower Gun Blade Lie Ren's Stormflower Gun Blade Created by Ruiz Brothers Last updated on 2017-04-02 05:39:24 PM UTC Guide Contents Guide Contents Overview Cosplay Props with NeoPixels Triggered Lighting Effects DIY Electronics

More information

Circuit Playground Yoyo

Circuit Playground Yoyo Circuit Playground Yoyo Created by Ruiz Brothers Last updated on 2018-01-13 05:56:02 AM UTC Guide Contents Guide Contents Overview 3D Printed NeoPixel Yoyo History of the Yo-Yo Expectations Parts Tools

More information

Boomy The Boombox. Created by Ruiz Brothers. Last updated on :52:13 PM UTC

Boomy The Boombox. Created by Ruiz Brothers. Last updated on :52:13 PM UTC Boomy The Boombox Created by Ruiz Brothers Last updated on 2017-09-05 08:52:13 PM UTC Guide Contents Guide Contents Overview Boomy The Boombox AdaBox 004 Parts 3D Printing 3D Printed Parts Enclosure Design

More information

Trellis 3D Printed Enclosure

Trellis 3D Printed Enclosure Trellis 3D Printed Enclosure Created by Ruiz Brothers Last updated on 2018-08-22 03:39:07 PM UTC Guide Contents Guide Contents Overview Parts Tools & Supplies Modeling 123D Design Customize Measuring Parts

More information

3D Printed Google AIY Voice Kit

3D Printed Google AIY Voice Kit 3D Printed Google AIY Voice Kit Created by Ruiz Brothers Last updated on 2018-01-09 12:47:26 AM UTC Guide Contents Guide Contents Overview 3D Print a DIY AI enclosure for the Raspberry PI! Parts, Tools

More information

3D Printed 20w Amplifier Box

3D Printed 20w Amplifier Box 3D Printed 20w Amplifier Box Created by Noe & Pedro Ruiz Last updated on 2014-04-22 03:01:38 PM EDT Guide Contents Guide Contents Overview Prerequisite Guide Tools & Supplies Parts 3D Printing Print in

More information

CircuitPython Media Dial

CircuitPython Media Dial CircuitPython Media Dial Created by Ruiz Brothers Last updated on 2018-02-07 05:00:25 AM UTC Guide Contents Guide Contents Overview Prerequisite Guides Adafruit Trinket M0 - for use with CircuitPython

More information

FLORA TV-B-Gone. Created by Becky Stern. Last updated on :32:57 PM UTC

FLORA TV-B-Gone. Created by Becky Stern. Last updated on :32:57 PM UTC FLORA TV-B-Gone Created by Becky Stern Last updated on 2018-08-22 03:32:57 PM UTC Guide Contents Guide Contents Overview Parts Tutorials Transistors Resistors LEDs Pushbutton Program it Power Fabric pinwheel

More information

Mini Mac Pi. Created by Ruiz Brothers. Last updated on :43:27 PM UTC

Mini Mac Pi. Created by Ruiz Brothers. Last updated on :43:27 PM UTC Mini Mac Pi Created by Ruiz Brothers Last updated on 2018-08-22 03:43:27 PM UTC Guide Contents Guide Contents Overview Build Your Own Mac Pi How it Works Project Advisory Challenges and Expectations Prerequisite

More information

Neon LED Signs. Created by John Park. Last updated on :11:09 PM UTC

Neon LED Signs. Created by John Park. Last updated on :11:09 PM UTC Neon LED Signs Created by John Park Last updated on 2018-08-22 04:11:09 PM UTC Guide Contents Guide Contents Overview Parts Materials Tools Build the Sign Driver Preparation Solder the Circuit Solder the

More information

Solder Dispenser Adabot Head

Solder Dispenser Adabot Head Solder Dispenser Adabot Head Created by Ruiz Brothers Last updated on 2017-01-04 02:15:15 PM UTC Guide Contents Guide Contents Overview Solder Dispenser Parts Solder Spool - 1/4 lb SAC305 RoHS lead-free

More information

Solar Boost Bag. Created by Becky Stern. Last updated on :44:55 PM UTC

Solar Boost Bag. Created by Becky Stern. Last updated on :44:55 PM UTC Solar Boost Bag Created by Becky Stern Last updated on 2018-08-22 03:44:55 PM UTC Guide Contents Guide Contents Overview 3D Design Files Customize Design Assemble Circuit Prepare Solar Panel Enclosure

More information

NeoPixel Ring Bangle Bracelet

NeoPixel Ring Bangle Bracelet NeoPixel Ring Bangle Bracelet Created by Becky Stern Last updated on 2017-09-28 11:14:48 PM UTC Guide Contents Guide Contents Overview Circuit Diagram Build it! Arduino Code CircuitPython Code Planning

More information

Webcam Cover-Up Lego brick with Adabot Mini Fig

Webcam Cover-Up Lego brick with Adabot Mini Fig Webcam Cover-Up Lego brick with Adabot Mini Fig Created by Ruiz Brothers Last updated on 2018-08-22 04:06:44 PM UTC Guide Contents Guide Contents Overview 3D Printing What If I Don't Have A 3D Printer?

More information

Bluetooth LE MIDI Controller

Bluetooth LE MIDI Controller Bluetooth LE MIDI Controller Created by Ruiz Brothers Last updated on 2017-03-01 08:40:08 PM UTC Guide Contents Guide Contents Overview A Different Looking MIDI Controller BLE MIDI Drum Machine How Does

More information

BLE Light Switch with Feather nrf52840 and Crickit

BLE Light Switch with Feather nrf52840 and Crickit BLE Light Switch with Feather nrf52840 and Crickit Created by John Park Last updated on 2019-02-15 07:06:19 PM UTC Guide Contents Guide Contents Overview Parts Adafruit Feather nrf52840 Express Adafruit

More information

Sewable NeoPixels. Created by Becky Stern. Last updated on :50:14 PM EDT

Sewable NeoPixels. Created by Becky Stern. Last updated on :50:14 PM EDT Sewable NeoPixels Created by Becky Stern Last updated on 2015-08-25 07:50:14 PM EDT Guide Contents Guide Contents Overview Prerequisite guides Lots of Pixels? Hook up alligator clips Run pixel test code

More information

Clockwork Goggles. Created by John Park. Last updated on :03:10 PM UTC

Clockwork Goggles. Created by John Park. Last updated on :03:10 PM UTC Clockwork Goggles Created by John Park Last updated on 2018-08-22 04:03:10 PM UTC Guide Contents Guide Contents Overview Assemble Circuit and Goggles CircuitPython Setup and Code Rock the Goggles 2 3 6

More information

Fiddy - the FTDI Clip

Fiddy - the FTDI Clip Fiddy - the FTDI Clip Created by Timothy Reese Last updated on 2016-11-22 09:18:04 PM UTC Guide Contents Guide Contents Overview FTDI is Great! Things you'll need: What You'll Learn: 3D Printing Assembly

More information

3D Printed LED Buckle

3D Printed LED Buckle 3D Printed LED Buckle Created by Ruiz Brothers Last updated on 2018-08-22 03:38:02 PM UTC Guide Contents Guide Contents Overview Customize the Buckle Artwork, Design and Text Scale, Adjust and Combine

More information

NeoMatrix 8x8 Word Clock

NeoMatrix 8x8 Word Clock NeoMatrix 8x8 Word Clock Created by Andy Doro Last updated on 2017-10-10 04:10:51 AM UTC Guide Contents Guide Contents Overview Parts List Parts Tools Circuit Assembly Overview Uploading Code Understanding

More information

3D Printed Bone Conduction Transducer Box

3D Printed Bone Conduction Transducer Box 3D Printed Bone Conduction Transducer Box Created by Ruiz Brothers Last updated on 2018-08-22 03:40:25 PM UTC Guide Contents Guide Contents Overview Tools & Supplies Parts 3D Printing Circuit Diagram Stereo

More information

Zelda Thunder Helm. Created by Ruiz Brothers. Last updated on :46:52 PM UTC

Zelda Thunder Helm. Created by Ruiz Brothers. Last updated on :46:52 PM UTC Zelda Thunder Helm Created by Ruiz Brothers Last updated on 2017-08-23 02:46:52 PM UTC Guide Contents Guide Contents Overview Zelda: Breath Of The Wild Parts, Tools and Supplies Proto-Pasta - Aromatic

More information

FLORA Pixel Brooch. Created by Becky Stern. Last updated on :19:07 PM EST

FLORA Pixel Brooch. Created by Becky Stern. Last updated on :19:07 PM EST FLORA Pixel Brooch Created by Becky Stern Last updated on 2015-02-20 01:19:07 PM EST Guide Contents Guide Contents Overview Connect first signal wire Connect power and ground wires Add more pixels Program

More information

Circuit Playground Combadge

Circuit Playground Combadge Circuit Playground Combadge Created by Ruiz Brothers Last updated on 2017-10-22 10:42:02 PM UTC Guide Contents Guide Contents Overview What's a Combadge? DIY Combadge How Does It Work? Make It How You

More information

Adafruit Capacitive Touch Sensor Breakouts

Adafruit Capacitive Touch Sensor Breakouts Adafruit Capacitive Touch Sensor Breakouts Created by Bill Earl Last updated on 2018-08-22 03:36:13 PM UTC Guide Contents Guide Contents Overview Momentary Toggle 5-Pad Momentary Assembly and Wiring Installing

More information

Magnetic shoelaces. Created by Ruiz Brothers. Last updated on :31:02 PM UTC

Magnetic shoelaces. Created by Ruiz Brothers. Last updated on :31:02 PM UTC Magnetic shoelaces Created by Ruiz Brothers Last updated on 2016-12-29 04:31:02 PM UTC Guide Contents Guide Contents Overview Parts, Tools and Supplies 3D Printing Download and 3D Print Slice Settings

More information

Adafruit 1.27" and 1.5" Color OLED Breakout Board

Adafruit 1.27 and 1.5 Color OLED Breakout Board Adafruit 1.27" and 1.5" Color OLED Breakout Board Created by Bill Earl Last updated on 2017-11-17 05:54:22 PM UTC Guide Contents Guide Contents Overview Board Technical Details Assembly Prepare the header

More information

3D Printed Daft Punk Helmet with Bluetooth

3D Printed Daft Punk Helmet with Bluetooth 3D Printed Daft Punk Helmet with Bluetooth Created by Ruiz Brothers Last updated on 2017-10-20 01:47:59 PM UTC Guide Contents Guide Contents Overview Parts List Tools & Supplies Light Painting with Daftpunk

More information

Camera LED Ring Light

Camera LED Ring Light Camera LED Ring Light Created by Ruiz Brothers Last updated on 2017-05-09 06:07:12 PM UTC Guide Contents Guide Contents Overview NeoPixel Ring Light Dedicated white LED Prerequisite Guides Parts Tools

More information

i2c/spi LCD Backpack Created by lady ada Last updated on :11:04 PM UTC

i2c/spi LCD Backpack Created by lady ada Last updated on :11:04 PM UTC i2c/spi LCD Backpack Created by lady ada Last updated on 2017-08-16 05:11:04 PM UTC Guide Contents Guide Contents Overview Which LCD to Use? Wait - the backpack has 16 holes, but my LCD only has 14 pins!

More information

Bike Wheel POV Display

Bike Wheel POV Display Bike Wheel POV Display Created by Becky Stern Last updated on 2017-09-12 03:10:38 PM UTC Guide Contents Guide Contents Overview Parts and Tools Circuit Diagram Prep LEDs & Breadboard Code Solder Circuit

More information

NeoPixel LED Cortana Costume

NeoPixel LED Cortana Costume NeoPixel LED Cortana Costume Created by Ruiz Brothers Last updated on 2018-08-22 03:43:43 PM UTC Guide Contents Guide Contents Overview How it Works Project Advisory Prerequisite Guides Parts & Components

More information

Raspberry Pi Pipboy 3000

Raspberry Pi Pipboy 3000 Raspberry Pi Pipboy 3000 Created by Ruiz Brothers Last updated on 2017-08-09 01:44:21 AM UTC Guide Contents Guide Contents Overview Functional Cosplay Props Electronic Parts & Components Tools & Supplies

More information

Mad Science Test Tube Rack

Mad Science Test Tube Rack Mad Science Test Tube Rack Created by John Park Last updated on 2016-10-17 09:21:01 PM UTC Guide Contents Guide Contents Overview Lighted Test Tube Parts Materials and Tools Optional Test Tube Rack Parts

More information

3D Printed LED Goggles

3D Printed LED Goggles 3D Printed LED Goggles Created by Rick Winscot Last updated on 2016-01-04 12:05:18 PM EST Guide Contents Guide Contents Overview Tools / Materials 3D Printing Bridge Assembly NeoPixel Rings Lenses Wire,

More information

DIY Custom American Girl Doll Prosthetics

DIY Custom American Girl Doll Prosthetics DIY Custom American Girl Doll Prosthetics Created by Ruiz Brothers Last updated on 2017-11-15 08:53:16 PM UTC Guide Contents Guide Contents Overview Parts Tools and Supplies 3D Printing 3D Printed Parts

More information

Fiddy - the FTDI Clip

Fiddy - the FTDI Clip Fiddy - the FTDI Clip Created by Timothy Reese Last updated on 2018-08-22 03:57:42 PM UTC Guide Contents Guide Contents Overview FTDI is Great! Things you'll need: What You'll Learn: 3D Printing Assembly

More information

PyPortal View Master Created by Ruiz Brothers. Last updated on :51:28 AM UTC

PyPortal View Master Created by Ruiz Brothers. Last updated on :51:28 AM UTC PyPortal View Master Created by Ruiz Brothers Last updated on 2019-03-13 11:51:28 AM UTC Overview In this project we re building a view master inspired device using Adafruit s PyPortal. The eyepiece makes

More information

3D Printed Camera Tripod Adapter for Telescope

3D Printed Camera Tripod Adapter for Telescope 3D Printed Camera Tripod Adapter for Telescope Created by Ruiz Brothers Last updated on 2017-11-16 03:29:25 AM UTC Guide Contents Guide Contents Overview Designed for Mobile Phones 3D Printing Support

More information

Circuit Cookie Roller

Circuit Cookie Roller Circuit Cookie Roller Created by Ruiz Brothers Last updated on 2018-01-23 08:50:41 PM UTC Guide Contents Guide Contents Overview Filament for 3D Printers in Various Colors and Types Ultimaker 2+ 3D Printer

More information

Glowing Smokey Skull. Created by Ruiz Brothers. Last updated on :03:40 PM UTC

Glowing Smokey Skull. Created by Ruiz Brothers. Last updated on :03:40 PM UTC Glowing Smokey Skull Created by Ruiz Brothers Last updated on 2018-08-22 04:03:40 PM UTC Guide Contents Guide Contents Overview Easy DIY Halloween Props Electronic Halloween! Circuit Playground NeoPixels

More information

FLORA and GEMMA ICSP. Created by Becky Stern. Last updated on :42:16 PM UTC

FLORA and GEMMA ICSP. Created by Becky Stern. Last updated on :42:16 PM UTC FLORA and GEMMA ICSP Created by Becky Stern Last updated on 2018-08-22 03:42:16 PM UTC Guide Contents Guide Contents Overview Reprogram FLORA over ICSP Reprogram GEMMA over ICSP 2 3 4 9 Adafruit Industries

More information

Tent Lantern. Created by Timothy Reese. Last updated on :17:25 AM UTC

Tent Lantern. Created by Timothy Reese. Last updated on :17:25 AM UTC Tent Lantern Created by Timothy Reese Last updated on 2017-07-14 05:17:25 AM UTC Guide Contents Guide Contents Overview Things you'll need: What You'll Learn: 3D Printing Code Assembly Wiring Diagram Soldering

More information

Cup o' Sound. Created by Becky Stern. Last updated on :30:06 PM EST

Cup o' Sound. Created by Becky Stern. Last updated on :30:06 PM EST Cup o' Sound Created by Becky Stern Last updated on 2015-02-18 01:30:06 PM EST Guide Contents Guide Contents Overview Circuit Diagram Load Sound and Prepare Components Solder Circuit and Assemble Use it!

More information

Ultrasonic Ruler. Created by Ruiz Brothers. Last updated on :08:28 PM UTC

Ultrasonic Ruler. Created by Ruiz Brothers. Last updated on :08:28 PM UTC Ultrasonic Ruler Created by Ruiz Brothers Last updated on 2016-12-22 03:08:28 PM UTC Guide Contents Guide Contents Overview Beast Rabban's Lost Pistol 3D Printing Movie Replicas Prerequisite Guides Parts

More information

Toy Car Speed Timer. Created by Kirby Griese. Last updated on :13:49 PM UTC

Toy Car Speed Timer. Created by Kirby Griese. Last updated on :13:49 PM UTC Toy Car Speed Timer Created by Kirby Griese Last updated on 2017-03-20 09:13:49 PM UTC Guide Contents Guide Contents Overview Parts needed Prerequisites 3D Printing Assembly Wiring Software Use It 2 3

More information

Bandolier of Light. Created by Becky Stern. Last updated on :16:17 PM EST

Bandolier of Light. Created by Becky Stern. Last updated on :16:17 PM EST Bandolier of Light Created by Becky Stern Last updated on 2015-02-19 02:16:17 PM EST Guide Contents Guide Contents Overview 3D Design File Ninjaflex STLs Slicer Settings Clean Up Modify Design Solder Circuit

More information

NeoPixel Manicure. Created by Sophy Wong. Last updated on :50:38 PM UTC

NeoPixel Manicure. Created by Sophy Wong. Last updated on :50:38 PM UTC NeoPixel Manicure Created by Sophy Wong Last updated on 2018-04-11 05:50:38 PM UTC Guide Contents Guide Contents Overview Parts & Supplies Tools Circuit Diagram Build the Circuit Measure Your Circuit Prepare

More information

Adafruit VL53L0X Time of Flight Micro-LIDAR Distance Sensor Breakout

Adafruit VL53L0X Time of Flight Micro-LIDAR Distance Sensor Breakout Adafruit VL53L0X Time of Flight Micro-LIDAR Distance Sensor Breakout Created by lady ada Last updated on 2017-12-28 11:56:14 PM UTC Guide Contents Guide Contents Overview Sensing Capablities Pinouts Power

More information

Desktop Fume Extractor

Desktop Fume Extractor Desktop Fume Extractor Created by Ruiz Brothers Last updated on 2018-06-18 02:20:04 PM UTC Guide Contents Guide Contents Overview Fumey The Fume Extrator Air Clean Friendly 3D Printing What If I Don't

More information

Bunny Ears with MakeCode

Bunny Ears with MakeCode Bunny Ears with MakeCode Created by Erin St Blaine Last updated on 2018-08-22 04:05:47 PM UTC Guide Contents Guide Contents Introduction Tools & Other Materials Programming with MakeCode Set Up the Light

More information

LED Lightbox. Created by Sam Clippinger. Last updated on :50:00 AM UTC

LED Lightbox. Created by Sam Clippinger. Last updated on :50:00 AM UTC LED Lightbox Created by Sam Clippinger Last updated on 2016-09-03 01:50:00 AM UTC Guide Contents Guide Contents Overview TL;DR Skill Level Parts List Yellow sticker reads: "Bad planning on your part does

More information

Adabot Operation Game

Adabot Operation Game Adabot Operation Game Created by John Park Last updated on 2018-08-22 04:11:17 PM UTC Guide Contents Guide Contents Overview Parts Materials & Tools Build the Operating Table Print the Board and Pieces

More information

'Sup Brows. Created by Kate Hartman. Last updated on :52:04 PM UTC

'Sup Brows. Created by Kate Hartman. Last updated on :52:04 PM UTC 'Sup Brows Created by Kate Hartman Last updated on 2018-08-22 03:52:04 PM UTC Guide Contents Guide Contents Overview Circuit Bluetooth Test Upload the Code Place the Sensor View Sensor Values Via Bluetooth

More information

3DPrinted Custom Keycaps

3DPrinted Custom Keycaps 3DPrinted Custom Keycaps Created by Ruiz Brothers Last updated on 2016-09-05 07:20:30 PM UTC Guide Contents Guide Contents Overview Custom Keycaps Easy to install Accessibility Project Expectations Parts

More information

MP3 Feather - Gordon Cole

MP3 Feather - Gordon Cole MP3 Feather - Gordon Cole Created by Ruiz Brothers Last updated on 2017-11-13 11:05:06 PM UTC Guide Contents Guide Contents Overview Parametric Design Wearable Prerequisite Guides Parts, Tool & Supplies

More information

Adafruit APDS9960 breakout

Adafruit APDS9960 breakout Adafruit APDS9960 breakout Created by Dean Miller Last updated on 2018-01-19 11:18:59 PM UTC Guide Contents Guide Contents Overview Pinouts Power Pins: Logic pins: Assembly Prepare the header strip: Add

More information

Sword & Wand Prop Effects with Circuit Playground

Sword & Wand Prop Effects with Circuit Playground Sword & Wand Prop Effects with Circuit Playground Created by John Park Last updated on 2018-01-13 05:32:54 AM UTC Guide Contents Guide Contents Overview Circuit Playground Express with MakeCode Lots of

More information

Adafruit IO Basics: Analog Input

Adafruit IO Basics: Analog Input Adafruit IO Basics: Analog Input Created by Todd Treece Last updated on 2018-08-22 03:47:38 PM UTC Guide Contents Guide Contents Overview Adafruit IO Setup Creating the Analog Feed Adding the Gauge Block

More information

Phone-Activated Talking Dog Collar

Phone-Activated Talking Dog Collar Phone-Activated Talking Dog Collar Created by Phillip Burgess Last updated on 2017-01-24 08:28:00 PM UTC Guide Contents Guide Contents Overview Circuit Diagram & Code Leather Collar & Greebles Assemble

More information

Adafruit MCP9808 Precision I2C Temperature Sensor Guide

Adafruit MCP9808 Precision I2C Temperature Sensor Guide Adafruit MCP9808 Precision I2C Temperature Sensor Guide Created by lady ada Last updated on 2017-11-12 06:09:49 PM UTC Guide Contents Guide Contents Overview Pinouts Power Pins I2C Data Pins Optional Pins

More information

Interior Purse Light. Created by Becky Stern. Last updated on :41:08 PM UTC

Interior Purse Light. Created by Becky Stern. Last updated on :41:08 PM UTC Interior Purse Light Created by Becky Stern Last updated on 2018-08-22 03:41:08 PM UTC Guide Contents Guide Contents Overview Circuit Diagram Stitch Sequins Add Tape Arduino Code CircuitPython Code Use

More information

NeoPixie Dust Bag with Circuit Playground Express

NeoPixie Dust Bag with Circuit Playground Express NeoPixie Dust Bag with Circuit Playground Express Created by John Park Last updated on 2017-12-20 10:00:29 PM UTC Guide Contents Guide Contents Overview Code It Setup Animation Color Touch Variable Color

More information

0.96" mini Color OLED

0.96 mini Color OLED 0.96" mini Color OLED Created by lady ada Last updated on 2016-09-08 03:41:52 PM UTC Guide Contents Guide Contents Overview Power Wiring New Model Older Model Wiring the OLDER design (two rows of pins

More information

Ping Pong Ball Launcher

Ping Pong Ball Launcher Ping Pong Ball Launcher Created by Dano Wall Last updated on 2019-01-25 03:19:13 AM UTC Guide Contents Guide Contents Overview Electronic Parts Circuit Playground Express USB cable - USB A to Micro-B Alkaline

More information

FLORA and GEMMA ICSP. Created by Becky Stern. Last updated on :30:55 PM EST

FLORA and GEMMA ICSP. Created by Becky Stern. Last updated on :30:55 PM EST FLORA and GEMMA ICSP Created by Becky Stern Last updated on 2015-02-19 02:30:55 PM EST Guide Contents Guide Contents Overview Reprogram FLORA over ICSP Reprogram GEMMA over ICSP 2 3 5 10 Adafruit Industries

More information

New Years Eve Ball Drop Created by Ruiz Brothers. Last updated on :22:24 PM UTC

New Years Eve Ball Drop Created by Ruiz Brothers. Last updated on :22:24 PM UTC New Years Eve Ball Drop Created by Ruiz Brothers Last updated on 2019-03-16 07:22:24 PM UTC Overview Since 1907, the Times Square Ball (https://adafru.it/dtu) has been an annual spectacle that signals

More information

Adafruit IO Basics: Digital Output

Adafruit IO Basics: Digital Output Adafruit IO Basics: Digital Output Created by Todd Treece Last updated on 2017-09-12 03:10:33 PM UTC Guide Contents Guide Contents Overview Adafruit IO Setup Creating the Digital Feed Adding the Toggle

More information

Crickit Powered Holiday Diorama

Crickit Powered Holiday Diorama Crickit Powered Holiday Diorama Created by Isaac Wellish Last updated on 2018-12-04 12:49:07 AM UTC Guide Contents Guide Contents Overview Prerequisite Guides Adafruit Parts Tools and Materials Wiring

More information

Adafruit Si7021 Temperature + Humidity Sensor

Adafruit Si7021 Temperature + Humidity Sensor Adafruit Si7021 Temperature + Humidity Sensor Created by lady ada Last updated on 2017-11-12 06:14:07 PM UTC Guide Contents Guide Contents Overview Pinouts Power Pins: I2C Logic pins: Assembly Prepare

More information

Adafruit TPL5110 Power Timer Breakout

Adafruit TPL5110 Power Timer Breakout Adafruit TPL5110 Power Timer Breakout Created by lady ada Last updated on 2017-12-11 06:28:19 AM UTC Guide Contents Guide Contents Overview Pinouts Power Pins Control Pins Assembly Prepare the header strip:

More information

Flora Brake Light Backpack

Flora Brake Light Backpack Flora Brake Light Backpack Created by Becky Stern Last updated on 2018-02-14 02:47:42 PM UTC Guide Contents Guide Contents Overview Tools & Supplies Circuit Diagram Control Circuit LED Pixels The Code

More information

Joy Featherwing. Created by Dean Miller. Last updated on :03:07 PM UTC

Joy Featherwing. Created by Dean Miller. Last updated on :03:07 PM UTC Joy Featherwing Created by Dean Miller Last updated on 2018-08-22 04:03:07 PM UTC Guide Contents Guide Contents Overview Pinouts Power and Reset Pins I2C Data Pins I2C Addressing Optional Interrupt Pin

More information

Adafruit LED Sequins. Created by Becky Stern. Last updated on :02:00 AM UTC

Adafruit LED Sequins. Created by Becky Stern. Last updated on :02:00 AM UTC Adafruit LED Sequins Created by Becky Stern Last updated on 2018-03-02 04:02:00 AM UTC Guide Contents Guide Contents Overview Sewing with conductive thread Circuit Diagram GEMMA sequin hat Arduino Code

More information

Adafruit GPS Hat in Windows IoT Core

Adafruit GPS Hat in Windows IoT Core Adafruit GPS Hat in Windows IoT Core Created by Rick Lesniak Last updated on 2017-01-01 08:17:19 PM UTC Guide Contents Guide Contents Overview Assembly GPSDemoApp Adafruit Class Library 2 3 4 6 13 Adafruit

More information

Jewel Hair Stick. Created by Leslie Birch. Last updated on :47:17 PM UTC

Jewel Hair Stick. Created by Leslie Birch. Last updated on :47:17 PM UTC Jewel Hair Stick Created by Leslie Birch Last updated on 2018-08-22 03:47:17 PM UTC Guide Contents Guide Contents Overview Tools & Supplies Prepare Chopstick Circuit Diagram Solder Circuit Arduino Code

More information

ISS Pin. Created by Leslie Birch. Last updated on :27:30 PM UTC

ISS Pin. Created by Leslie Birch. Last updated on :27:30 PM UTC ISS Pin Created by Leslie Birch Last updated on 2017-04-18 09:27:30 PM UTC Guide Contents Guide Contents Overview Tools & Supplies Solder Circuit Create Cover Code Set Up IFTTT Want a Test? Wear It! 2

More information

Adafruit IO Basics: Digital Input

Adafruit IO Basics: Digital Input Adafruit IO Basics: Digital Input Created by Todd Treece Last updated on 2017-07-14 11:49:29 PM UTC Guide Contents Guide Contents Overview Adafruit IO Setup Creating the Digital Feed Adding the Gauge Block

More information

Adafruit 8x16 LED Matrix FeatherWing

Adafruit 8x16 LED Matrix FeatherWing Adafruit 8x16 LED Matrix FeatherWing Created by lady ada Last updated on 2016-05-20 01:58:38 PM EDT Guide Contents Guide Contents Overview Pinouts Power Pins I2C pins Address Jumpers Changing Addresses

More information

NeoPixel Basketball Hoop

NeoPixel Basketball Hoop NeoPixel Basketball Hoop Created by Justin Cooper Last updated on 2018-08-27 12:19:58 AM UTC Guide Contents Guide Contents Overview Parts Needed Power choices! Parts for Option #1 Parts for Option #2 Tools

More information

Celebration Spectacles

Celebration Spectacles Celebration Spectacles Created by Becky Stern Last updated on 2018-08-22 03:45:59 PM UTC Guide Contents Guide Contents Overview Circuit Diagram Assemble Circuit Test and Glue Wear 'em! 2 3 6 7 10 14 Adafruit

More information

Introducing Adafruit Trellis

Introducing Adafruit Trellis Introducing Adafruit Trellis Created by lady ada Last updated on 2016-09-16 09:12:22 PM UTC Guide Contents Guide Contents Overview Adding LEDs Connecting Library reference Creating the objects Controlling

More information

Con Badge with Circuit Playground Express

Con Badge with Circuit Playground Express Con Badge with Circuit Playground Express Created by Sophy Wong Last updated on 2018-04-11 05:00:16 PM UTC Guide Contents Guide Contents Overview Tools & Materials Laser Cutting Program the Circuit Playground

More information