For my final project I decided to do an elephant on a stage that lights up and plays music. You would put the elephant on a button and a sensor would make an Led strip light up and play music. I was inspired to create this by old cartoon shows and circus shows. Materials: Cardboard…
Tag: interactive
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 Art Project Code, Pictures and Parts – Erica Ruleau and Dustin Drenk
Code: #define NOTE_C 262 #define NOTE_CC 277 #define NOTE_D 294 #define NOTE_DD 311 #define NOTE_E 330 #define NOTE_F 349 #define NOTE_FF 370 #define NOTE_G 392 #define NOTE_GG 415 #define NOTE_A 440 #define NOTE_AA 466 #define NOTE_B 494 #define ACTIVATED LOW const int PIEZO = 13; const int BUTTON_C = 12; const int BUTTON_CC = 11;…