3D print of Navy Pier’s ferris wheel with interactive lights and rotation. Music box that lights up when it opens. 3D printed model of a Pokéball (It lights up when it opens) A clear/transparent umbrella that lights up with change in temperature on rainy days.
Author: Sabrina
Interactive Painting
Materials: PIR motion sensor Arduino Uno board 6 jumper wires Soldering iron Welding wire 9V battery Directions: Solder 3 jumper wires onto your LED strip where it has the ground, power, and data. Make sure to solder them in the directions where the arrows are directing to. Take your PIR sensor and connect three wires…
Ideas for Final Project
Although making the wearable was a little challenging, I think I want to expand on my idea a little more. I want to make another wearable still using sewable neopixels (I want to use more) but also using the adafruit LED sequins. They are also sewable and will be much easier to work with than…
Interactive Project – George Cepeda
The Frequency Light Glove The adafruit flora takes in a frequency value from the headphone jack connected to it and uses that value to change the color of the neopixels that have been sewn into the glove. Materials: spool of 2 ply conductive thread 60″ fabric cloth 8 sewable neopixels Neopixel ring (12) AAA battery…
code
// Because conditional #includes don’t work w/Arduino sketches… #include <SPI.h> // COMMENT OUT THIS LINE FOR GEMMA OR TRINKET //#include <avr/power.h> // ENABLE THIS LINE FOR GEMMA OR TRINKET #define N_PIXELS 9 // Number of pixels you are using #define MIC_PIN A0 // Pressure sensor here #define DATAPIN 6…
lighting loop
Material: circuit diagram wires Gemma NeoPixel Ring tiny lipoly battery solder wires rope loop wire crystal First, I soldered 3 the Neopixel and circuit diagram together. Then I used USB to do the coding in adrino. There is something wired happened this time. I tried everything l can by switching different computers and get help…
Interactive Project – Darryl M
Materials: – Neopixel ring -GEMMA V2 electronic platform – Electret Mic Amp – SPDT slide switch – 3-volt battery – Connector wires – Soldering tools Code: #include <Adafruit_NeoPixel.h> #define N_PIXELS 12 // Number of pixels you are using #define MIC_PIN A1 // Microphone is attached to Trinket GPIO #2/Gemma D2 (A1) #define LED_PIN 0…
Interactive Project – Skirt with Neopixels+Tilt Sensor
The neopixels and LEDs will turn on with the motion of the person because of the tilt sensor. The LEDs are red and there is no variation in color, they just turn on and off. The neopixels turn on and off and have colorful and patterns that change over time. My idea was that as…
Interactive Assignment
Materials, 9 volt Battery, Neo Pixels, 9, with plastic cover PIR sensor Arduino board Wires Breadboard Teapot Step 1. Get out all your materials. Hook up your senors and Neopixel to the Arduino and breadboard using schematics from adafruit. Step 2. Upload code to Arduino. And paint Plastic cover for Neopixels #include <Adafruit_NeoPixel.h> #define…
Interactive Project- Motion Hat
Motion Hat Materials: (All material provided) Hat female/male wires accelerometer solder/ wire llittle wire hot glue ardunio board 9 volt battery Neopixel strip tape Code: [code] // these constants describe the pins. They won’t…
Interactive Assignment
Electronic Die Step 1.) Gather supplies -1 BreadBoard -1 Arduino Uno -1 USB cable (for Arduino) -1 7-segment display -1 tilt-sensor…
Interactive Art Project
Light Up Glove The art project I created is a series of lights that respond to two pressure sensors within the glove. These two sensors control lights on the thump and lights on the top of the fist. If triggered sensor one will change neopixles on the thumb from a rainbow pattern to flash blue…