I combined the sound making exercise and the push button exercise. Thank you Jon for helping me!
Category: uncategorized
CIRC-04 Servo
ARDX DC Motor
int transistorPin = 9;
void setup()
{
pinMode(transistorPin, OUTPUT);
Serial.begin(9600);
}
void loop()
{
for(int i =0; i<255;i++)
{
analogWrite(transistorPin, i);
Serial.println(i);
}
for(int j = 255; j>0; j–)
{
analogWrite(transistorPin, j);
Serial.println(j);
}
}
CIRC-05: Using the 74HC595 Shift Register
Learning how to use the shift register was pretty awesome and important for my final project. I’ve included a video here.
ARDX Excericse 12 (Oscar de la Hera Gomez)
Music: Ghost by Ella Henderson (Oliver Nelson Remix)
O.
Final Project Concept by Long
Thoughts
Ideas for Final Project Belen :)
____________________________________________________
The wHOLE.
it’s an interactive information hub in real life. So literally a hole in your wall where you can find random thing from the internet for 1 min a day.
_______________________________________________________
Bike grid,
if always wondered what my bike pattern looks like in the NYC grid. My inspiration is this video:
___________________________________________________________
ALLO : food project
My mission is to educate people about food choices and options through and interactive experience with sound.
_____________________________________________________
How positive or negative your day is?
MIDI controller and sound collector:
a sound collector that can be used as a monome so you can make a music remix of your life.
-knitting machine that works with sound
Final Project Ideas (Oscar de la Hera Gomez)
Evening Ladies and Gents !
This is going to be a hell of a class and for those that are reading in, check out the rest. Some great concepts ! Today’s blog post is a dive into the ideas that were generated for the final project for SVA’s ProductsOfDesign Making Studio Class. Here we go !
I personally found the conception of the ideas for this project rather difficult. I wanted to create something useful, that I would use and want and that would have an impact as well as serve as a good instructable. So after a range of brainstorms into fields, from football to culture to travel, I placed my eyes on my computer and realised the answer was right in front of my eyes… Music.
The following concepts were generated with the idea of creating a system that would register the BPM produced by the music playing and create a light show in reaction to these elements. The way of achieving this was yet not clear and after further research it was decided that I would use an MSGEQ7 chip to separate the music into frequencies and react to these relatively. Below are the three concepts that were generated!
Please note that the components that are believed to be required for each concept are demonstrated in the drawing below.
Concepto Numero Uno : El Brazalete
‘El Brazalete’ was generated with the vision of delivering a neat wearable to the party people around the world. A neat, slim bracelet that would light up in reaction to the music through an LED strip, giving a subtle power to the holder.
Concepto Numero Dos : La Cupula
‘La Cupula’ is a small desk accessory that would sit on your desk and would change colours according to the music that was played. Additionally, ‘La Cupula’ would include a IR sensor that would activate a programmed light effect by maintained your hand on the IR sensor for a period of time.
Concepto Numero Tres : ‘El Obelisko’
‘El Obelisko’ is the third and final concept for the final project and consists of a acrylic pyramid that would be covered by a series of 3D printed elements creating a pattern on the outside of the pyramid. Then, using a series of LED lights and an MSGEQ7 chip in combination with an audio input, the pyramid would light up and react in reaction to the music.
Final Chosen Concept: The Obelisk (The Pyramid in Drawing)
Game on !
O.
Lou’s Three Final Ideas
Invisible table menu
This table is for a restaurant. It is a table that at first looks totally normal, but once we sit and are waiting for the menus, the waitress will just press a button (that would be placed on the side of the table – or under it) and a light inside the table will light up and will show the menu that would also be hidden in the table.
Low “illusion” table
This low “illusion” table will look very simple at first. It will have a cylindrical shape, with a mirror on top of it and inside it. Inside the cylinder there will be LEDs that light up whenever we drop something on the mirror. Then we will have the impression that there’s a hole in the floor (because of the LEDs reflected in the mirror inside of the table).
Welcome sculpture
This sculpture will be a transparent ‘welcome’ panel that lights up every time you/someone enter/s your place. It will be placed on the wall in front of the door. ‘Welcome’ would be written with LEDs and all the ‘electrical stuff’ will be seen, because I like to see how many strings we have used and how everything is connected to each other.

Lou










