Joniiz Final Project Documentation

Materials: Instructions: Code: #include <Adafruit_GFX.h> #include <Adafruit_NeoPixel.h> #include <Adafruit_NeoMatrix.h> #include <Adafruit_CircuitPlayground.h> #define LED_PIN A2 #define MATRIX_WIDTH 16 #define MATRIX_HEIGHT 16 #define MATRIX_TYPE   (NEO_MATRIX_BOTTOM + NEO_MATRIX_LEFT + \                        NEO_MATRIX_ROWS + NEO_MATRIX_ZIGZAG) // Text const char* text_to_scroll = “Perez “; int scroll_speed = 25;     // higher = less sensitive #define SOUND_THRESHOLD 85      const unsigned long CLAP_DELAY_WINDOW…

Trump Plushie Final Project- Andrew Wang and Daniel Hernandez

To expand on our original idea for the Trump voodoo doll, we decided to add more context to the scene in which he would be. Swapping out the original touch sensor for a movement sensor, the idea is that he would be in the Oval Office surrounded by caricatures of Trump’s misdeeds. Trump now sits…

Final Project (+ Interactive post) – Snakey Vest

——– Interactive Project ——– For my project I wanted to prototype a game on the Arduino and make something interactive for people to enjoy. At first, I was going to do an installation where two people would play a game, but I wanted to do something a little different than a game on display. After…

Joanna Kim – Final Project: Edelweiss

My final project was a refined version of our last assignment. I created five flowers that light up according to the different notes that are played in the song from The Sound of Music, “Edelweiss.” My target audience would be people who can read music, as I would ideally want to have an instrument and…

Final Project: EL oh EL wired shoes (aka twingle toes)

For my final project I wanted to make use of something that I already own and utilize EL wire since it’s not really a common material. I found some green boots that I thrifted in the past and decided to spice them up with some graphic designs.   Materials: Pink EL wires (amazon) Green boots…

Final Project: Motion controlled drawing arm

My final project is a servo motor drawing arm controlled by an arduino using motion. The idea is for the arm to follow motion from your hand, which then gets drawn out. A secondary part of the project also gives a digital representation of your motion controlled drawing on processing. Materials: Circuit Playground Express 2…

Final Project: Pulsing Heart

Title: Pulsing Heart Materials: Circuit Playground Express HDMI cord alligator clips with female ends pulse sensor with male ends electric tape 3D printed anatomy heart Step 1: download pulsing heart code – you can find various versions online or check out MakeCode Step 2: Go to – https://learn.adafruit.com/3d-printed-heart-capacitive-touch . . . download the 3D print files…

music instrument MIDI keyboard

this final project is a MIDI music instrument Key board. The concept of my project is to use the lowest cost to create a music instrument. this project have a more personal meaning for myself. I want to combine the  technology and the cheap material. This project is to remind me lack of instrument is…

Final Project: Mood Light

Title: Mood Light Purpose: To express emotion using no language. Inspiration: I was inspired by reversible plushies and how the mad and happy expression on the object depicted the emotion of the user by the way the user flips it. In this instance, depending on the face of the cube a specific emotion is expressed….

Final Project – Punch-Counting Boxing Gloves

Punch-Counting Boxing Gloves Mackenzie Carlson What You’ll Need: Gorilla Glue two coin cell batteries 30 pixel neopixel strip Circuit Playground Express (CPX) Pair of boxing gloves Ninja Flex (for 3D printing) https://learn.adafruit.com/case-for-circuit-playground – CPX container .stl files Code: input.onGesture(Gesture.ThreeG, function () { light.setPixelColor(Punch,0xff00ff) strip.setAll(0xff00ff) Punch += 1 if(Punch == reps){ light.showRing( `black black black black black…

LED Music Visualizer

FINAL VIDEO DOCUMENTATION PT 1 FINAL VIDEO DOCUMENTATION PT 2 Music Visualizer Connor Burke May 7, 2020 Materials: LED Strip (Wheel from Amazon) Milti-core wire Soldering Iron Arduino Circuit Playground Arduino Crickit Single Canvas White Gaff Tape White Card stock Board Thumbtacks Step 1: Connect your led strip to the Crickit NeoPixel connector with the…

The commuter ride a.k.a The spinning Machine – Daniel Barrera

LINK TO VIDEO DOCUMENTATION If you’ve ever been to the museum of Science and Industry then most likely you have come across their giant miniature scale model of Chicago that comes with working model trains that go from the city to the countryside. If you travel to the city frequently like myself then most likely you…