Interactive Cloud Project

For my interactive Project I decided to make a Led Storm Cloud. The cloud would light up and blink based on what code you programmed it to do. In this Project, My cloud lights up rainbow colors and blinks as if an actual storm cloud would using the Delay command. Materials: 2 packs of cotton…

Interactive Assignment – Amelia Lozada

For my interactive project I chose to make an interactive coded song. First, I started off by choosing a snippet of a song I wanted and then converting it from an mp4 file to midi file. Then upload it to a site that converts the song into a code for Arduino. The outcome ended up…

interactive Project by Tamae Douglas

  Call and Response Attached below is my proposal: Interactive Project Proposal, Douglas, Tamae Questions: How can i conceptually express my work better so that you(the audience) have a better understanding of what I am trying to portray? Is there any advice on how to utilize circuit playground/adafruit to mimic sounds? Since my project is…

Interactive Assignment with proposal form :

frontend backend Interactive Painting : I decided to create a project based on my previous creative switch assignment. Interactive painting is project consisting of floral painting.  The main flower keeps on glowing while the other small flowers glow based on humidity and sound level around. Project uses neopixel rings and LED’s that glow based on…

Interactive assignment – Juan Rivera

“Piano Sleeve” CODE: // #include <Wire.h> #include “Adafruit_MPR121.h” #include “pitches.h” #define BUZZER_PIN A0 // The output pin for the piezo buzzer #define NUM_OF_SAMPLES 5 // Higher number whens more delay but more consistent readings // You can have up to 4 on one i2c bus but one is enough for testing! Adafruit_MPR121 cap = Adafruit_MPR121();…

Interactive Project – Cody Colgren and Ivan Martinez

CODE: #include <Wire.h> #include “Adafruit_MPR121.h” #include “pitches.h” #define BUZZER_PIN A0 // The output pin for the piezo buzzer #define NUM_OF_SAMPLES 5 // Higher number whens more delay but more consistent readings // You can have up to 4 on one i2c bus but one is enough for testing! Adafruit_MPR121 cap = Adafruit_MPR121(); // Keeps track…