Showing posts with label Rose Vastola. Show all posts
Showing posts with label Rose Vastola. Show all posts

Saturday, December 20, 2014

Final Process

For this final project I wanted to work with new sensors that interacted with movement, I am interested in asking the question of our involvement in the process of creating the effect of drift wood. I had many trials and errors within the project to come to my final decision to create a pole like shape with a Pomfrom and a piece of driftwood facing each other.  After my critique the idea of current and tides adjusting to the moon was mentioned and I think this is an interesting idea because the range finders and RGB colors interact with the position of the person who is in between both objects. There is something kind of magical and charming about the RGB LED's to me personally. The colors they recreate are never just red, green and blue but mixtures of each so the have a warm feel to them. Because of this I start to go in a direction of celestial colors and blends so it feel almost alien like to have these glowing objects on these very commonly found beach items. However there is this cheesy Florida holiday appeal about these pieces as well which I believe speaks to typical and stereotyped florida. None the less the interaction in-between the objects is what I am most interested in and the color waves being created in between.

The construction of these objects are following the same process for Project 1.  The  parallel construction for the wires and RGB LEDS is the simplest to me for creating this work and the way the lines follow the marks of the drift wood I find really meditative to create but really aesthetically pleasing. I after this project looking at the parts I would like to find really small LEDs and work on the drift wood Idea, I like the idea of doing really meticulous work and extending this idea further once I leave school.









The picture above shows the rang finder collecting data of the location of the person. There are 3 pins accessing  the RGB functions of the LED and there are there are three outputs on the rang finder that are sending those outputs to the pins. ***CODE BELOW




long pulse, inches;
const int pwPin = 7; 
const int redPin = 2;
const int bluePin = 3;
const int greenPin = 4;

int redVal, greenVal, blueVal;


void setup() {

  //This opens up a serial connection to shoot the results back to the PC console
  Serial.begin(9600);
}

void loop() {

  pinMode(pwPin, INPUT);
   
  pulse = pulseIn(pwPin, HIGH);
  //147uS per inch
  inches = pulse/147;
  
  //redVal = map(inches, 5, 60, 0, 255);
  //blueVal = map(inches, 5, 60, 255, 0);
  //greenVal = map(inches, 5, 60, 100, 200);
  
  if(inches < 10){
    redVal = 0;
    greenVal = 0;
    blueVal = 255;
  } else 
    if(inches < 30){
       redVal = 0;
       greenVal = 255;
       blueVal = 0;
    } else if (inches < 50) {
          redVal = 255;
          greenVal = 0;
          blueVal = 0;
    } else {
         redVal = 0;
          greenVal = 0;
          blueVal = 0;
    }
  
  analogWrite(redPin, redVal);
  analogWrite(bluePin, blueVal);
  analogWrite(greenPin, greenVal);
   
  Serial.print(inches);
  Serial.print("in, ");
  Serial.println();
  
  Serial.println(redVal);
  Serial.println(greenVal);
  Serial.println(blueVal);
  delay(500);
}







Monday, December 8, 2014

Thursday, December 4, 2014

Project 1 - Final Process

My project's concept delt with the ideas of nature and drift wood and how the lements affect and created the uqnuie effect on a peice of wood surface. This peice reacts to it's environment through light and temperature sensors that are represented in the changing colors of RGB LED's. (Installed on cedar drift wood)
Below are pictures from the crit

 



  showing the Parrell squence ^

 
The coding for the project was added off of the perviously created code from the folliwng websites
 
The LEDS are in a combination called parrell where you run a string of wire for each leg of the RGB led so there are four including the ground


 
 
The light senors is your standard senor- with the code I set a function for both senors ranging in number and color gradation.
each senors reaction within a sequnces of 0's or 1's or analog variation
Light sensor
 
 
Temperature sensors (I used the middle Ranges are number readings 39 is the hottest and 59 was the coldest)
 
 
The code and the componets are all running within the aurdino and attched to two seperate breadboards the constrcution of the drift wood was personally found and gather by myself in Cedar key, Florida.  The orginal markings and lines on the wood are enhanced by a wood dremel to setthe wireing aperatus, and each LED is individually soldered carefully making sure to not tocuh each other.
Posting code soon!
 
 

Manga pg.36-80

1. Static elecrity
When static electricity happens when there is a imblamnace of electrical charges within the surface of a material.


2. Contrast the speed of an electron with the speed of electrical motion in one sentence.
When an electron moves through a conductive material the process and time it takes to reach a destination is much faster then the speed of electrical motion is much slower since it can be either postive or negative.


3. Briefly explain the relationship between resistance and energy. Use an example from your house.
When there is a resistance applied to a circuit it limits the amount of enegery applied to the different componets. When a Led that is connected to lets say 5 volts that does not have the proper reistance  the enegry of the current will trun into heat and either light the led or burn out the bulb. Since volts is may to much energyfor the led you have to shortne the power supply to properly light the led.


4. What is the difference in AC and DC current? Give and example of each from your daily life. If you get shocked,

AC is alternating current and  DCstands for direct current.
AC current is a current that has either a negative or a postive end like a battery
DC curret is in constant flowing direction which would be like the negery that is used to light house that come from a power plant.

5. Determine the equivalent resistance of a 6.0 Ω and a 8.0 Ω resistor if …
The math to calcuate this question would be to add both equivalents
6.0 + 8.0 = 14.0 ohms

Friday, November 14, 2014

Project process 1.4

http://www.instructables.com/id/ARDUINO-TEMPERATURE-SENSOR-LM35/
http://sjackm.wordpress.com/2012/03/26/visualizing-temperature-as-color-using-an-rgb-led-a-lm35-sensor-and-arduino/#comment-2404
http://www.instructables.com/id/How-to-make-a-string-of-LEDs-in-parallel-for-ardu/
Websites I founds useful

Sunday, November 9, 2014

manga 90-116

What is the relationship between heat and electricity. Please provide a metaphor.


elelectricity genrates heat bc the atoms that make up a substance are always vibrating. Temperature correspond to how fast atoms vibrate. Thus electrical wire is used to flow electrons bc it has little resistance making its temperature near a state of rest.


Why is it warm near an incandescent light bulb?


light emission due to thermal emission mostly ends up becoming heat


What is a superconductor? What are they used for in real life? You may have to look this up. How could one make a metal a superconductor?


superconductor is a material that has zero electrical resistance due to being below a critical temp (close to absolute zero) 
They can be used in MRIs or particle accelerators. lower temperature.


What is Ampere's Law?

magnetic fields create a circular pattern around wire if you point your right thumb in direction of current your fingers curl in direction of magnetic field is generated


If current of the same size flows in the same direction in two electric wires placed side by side, what happens?

2 magnetic fields are combined to one big magnetic field, s force of attraction causes the the two wires to attract each other


What happens if current of the same size flows in opposite directions in two electric wires placed side by side?

force of repulsion causes two magnetic waves to negate each other

Monday, November 3, 2014

BA Chapter 3 project 5, 6


BA Chapter 4 project 11, 12 ,13





Website visit

http://we-make-money-not-art.com/
A international website that showcases digital artist around the world a vast amount of information about new and established artist.

http://bongbongsquare.com/
The design of this website is really nice I like the artist that they are showcasing

Fritzing


Stepper Motor / Motor Libraries





Ada Fruit Hbridge reversing motor Lesson 15






RFID


3 DIY potentiometers

A youtube video describing how to hook up old potentiometers  to your DIY foot pedal
https://www.youtube.com/watch?v=7rVt2EMk_GM

How to install
http://www.instructables.com/id/Unique-homemade-volumepotentiometer-knobs/

Different kinds of potentiometers
http://www.hifivision.com/diy/52402-diy-potentiometer-knob-build.html

Ada Fruit lessons 0, 1, 2, 3





Mystery Resistors



Wave shield


Soldered the shield and made the wave shield work 

Wednesday, October 29, 2014

Friday, October 17, 2014

Affordances

We understand this description of affordance as the "common sense" of the object. You see something and inherently know how to use it and what it will do. Including any possibility with that object, not necessarily its proper use, but any way to use said object. There might be infinite or too many possibilities with an object.

Depending on what an object is, your notion of its use can evolve. Because of affordance, technology has evolved to include a variety of ways to use something. Improve design of an object because of the affordances and peoples' experiences with it over time.

A niche is a specific environmental condition, whereas a habitat is your overall environment. For instance, our niche is Art + Tech, whereas UF is our habitat.

1. The lab monitor desk - implied that it's for teachers or lab monitors only, or rather not for everyone, because of the structure and layout of it. i.e.: the wall in front of it
2. A computer mouse - the shape of it fits in your hand, on a table at the height where your hands rest when sitting on a chair, slides easily when touch it
3. Pulley for blinds - dangling within reach, clear that it's connected to blinds, shiny, can get immediate results if you pull it

Utility is manufactured and standardized intended use, and usefulness comes with practice and from testing it to see how many uses you can get out of it.

A false affordance might be being drawn in to want to eat fake fruit. It has the qualities of looking edible, appealing, it's situated in a kitchen that begets the idea of eating said food, but if you would actually go to eat it, your perception would be falsified, as it isn't of an edible material.

We may not be consciously aware of all of the affordances of an object or condition, but certainly there are affordances that we inherently understand or know about. Affordances could also vary with culture. Some affordances could be universal, but different cultures also have different uses for objects, or different contextual meanings associated with states or conditions. For people with disabilities, there could be limited or altered affordances associated with certain objects. For instance, a blind person cannot see if a stoplight is red or green, but there are the crosswalk signal sounds and markers on the street to notify them of where the crosswalk is and what state the traffic is in. Therefore, it isn't a visual situation, but more reliant on auditory and tactile affordances.

Affordances associate with the making of art, because you can guide the experience of the viewer, in relation to certain intentional affordances, in how you create your piece. The different affordances a piece has can certainly relate conceptually as well, through allowing different physical affordances stand in as metaphors for a greater conceptual idea.