Wednesday, November 30, 2011

Wave Shield Success!

So now that I got the wave shield kit, I spent my class time soldering and assembling it together. I really took my time because I know all too well from the malfunctioning wave shields I was working with before that you NEED to solder everything perfectly!!!!

I even added a few extra things such as female headers for where the speakers attach so there's no permanent soldering necessary.





So the wave shield looks pretty, and best of all IT WORKS! I downloaded some sample audio files and it plays them beautifully, Now just have to work on adding the proximity sensor and getting my own audio in.

Kelsey process work on final

I'm heavily deciding on two plausible methods of creating this, there are lacks and gains from both ideas. I just have to figure out what I'm will to sacrifice. 



Proof of concept 

Kelsey and Lin video process work of projects from arduino book

Disaster Strikes

After soldering together an ethernet shield, I realized that configuring it would be a problem. The ladyada "Use it!" page was instructing me to download a program only compatible with Windows. Since I myself don't use a PC, nor do many people I know, this became a problem. After trying to configure it with Windows in the lab, it was not working, and MChristo and I decided that it would probably not work on the school network. Too much techno mumbo-jumbo for me. So, I'll have to modify my concept.

On the bright side, I do have three servo motors working and responding to input from the serial monitor. i had individual control of all of them.


My plan is to hook up some other sensor that will effect the movement of the motors. Right now I have a proximity sensor that I'm going to play with. I'm thinking of still using this tug-of-war idea that reacts to people's spatial relationships. I will post a picture of a setup later, but as of now, I will have three equidistant motors with a piece of fabric stretched taught between them. The motors will tug on their corner of the fabric when somebody passes by, and as multiple people move around, they were be engaging in this conflict. The setup is the same as the original concept, but it has to change somewhat. More concept to follow. I know I'm straying from my original media-affects-worldview idea, but without the internet, I don't see how it can be feasible or even credible to still talk about the same thing.

Again, more progress to follow. At least I have motors working!

Tuesday, November 29, 2011

Kelsey and Lin's process photos

The videos aren't for some reason, so here are the photos. Its touchscreens, temp sensors, SD card, gas sensors




Kelsey and Lin's process photos

The videos aren't for some reason, so here are the photos. Its touchscreens, temp sensors, SD card, gas sensors




Monday, November 28, 2011

FInal Project Update


Here is an update on current work.

Gas Thing


And Gas Class

You can't see the numbers too well...but it increased every time Netalia or Dailey breathed on it. I just sat back in a dignified position making sure they breathed well.
 
And...ALCOHOL! And again, you can't see the numbers, but they fluctuate upwards as the alcohol napkin is waved  by the sensor.

Wednesday, November 23, 2011

And the Two Proximity Sensors Work as Does Video

Now, I just need to connect it together somehow.
Working on the Processing and Arduino code.
For now, this is the sensor hookup to make sure its working, then I need to figure out how best to hook up in the black room:



And here are the numbers it was reading. The 62in. is its distance from the wall, and then when I stuck my hand in front of it, it read the 5in.
62 inches 157 cm
62 inches 157 cm
62 inches 157 cm
62 inches 157 cm
62 inches 157 cm
62 inches 157 cm
5 inches 12 cm
5 inches 12 cm
9 inches 22 cm
5 inches 12 cm
5 inches 12 cm
9 inches 22 cm
5 inches 12 cm
5 inches 12 cm
9 inches 22 cm
7 inches 17 cm
5 inches 12 cm
62 inches 157 cm
62 inches 157 cm
62 inches 157 cm
62 inches 157 cm
62 inches 157 cm
62 inches 157 cm
This tutorial may come in handy about serial communication: http://www.youtube.com/watch?v=g0pSfyXOXj8&feature=BFa&list=PLF5361659F62734A8&lf=results_video
And just in case, some more on proximity: http://www.ladyada.net/make/pumpkin/pumpkin.html

Arduino/Processing tutorial:
http://community.pachube.com/?q=node/12
http://www.arduino.cc/en/Tutorial/KnockSensor

And Arduino and Processing Can Talk Together

Got video scrubbing to work in Processing, its just a matter of making the video a size that doesn't close down processing...so far been a rather finicky.
Otherwise...here's a link to other help for arduino and processing to talk together: http://arduino.cc/en/Tutorial/PhysicalPixel and this could also be a good potential use of arrays: http://www.arduino.cc/en/Tutorial/KnightRider
Button on left is in processing and when I scroll over it it controls the LED through Arduino.
So I got them to talk, now it is a matter of making the sensors manipulate the video.

Tuesday, November 22, 2011

Metamorphoses in Squishy Circuits

Squishy Circuits connected to Arduino to laptop currently for power source
Squishy Circuit peacock. Leads of LED stretch across insulating dough (snot colored and consistency) to make contact w/ both sides of conductive dough (blueish). When the red wire connected to the 5V does not touch the dough, the LEDs remain off.
But when the red wire touches the conductive dough, the LEDs light up!

Troubleshooting with the Wave Shield

so after googling the error message I was getting, I found that specifically on a lot of forums and such that the error message usually pertains to a connectivity issue, such as bad soldering. I asked Lu about that and she told me that she also had issues with the wave shield- sometimes it works, sometimes it doesn't. She was kind enough to give me another one that she had lying around. It looked a lot neater so I had higher hopes for it... Unfortunately that one didn't work either :( I got the same error message.
all in all I troubleshooted with different SD cards, different computers, different USB cords, different speakers, different code/example sketches, and different wave shields. I tested Sam's wave shield and it worked fine. So I need a new wave shield.

Unfortunately I won't be able to work on it until after thanksgiving break, as the kits to make new ones had to be ordered.
This break I will work on the concept portion of the piece Until i can get my hands on the kit to solder it. I just hope my soldering skills will be good enough to do this ... :/

Monday, November 21, 2011

And Here's How Class Went


ugh! Just thought to check the Serial Monitor!

I just had the bright idea to check the serial monitor read out to point me in the direction of the specific error thats occurring.
Ugh! I can't believe I was struggling with this ALL weekend and wasn't smart enough to think of checking the serial monitor.
...goes to show how experienced I am with electronics :(

This is the message I get:


W
Wave test!
Free RAM: 688
Error: Card init. failed!
SD I/O error: 1, FF


Going to google this and see if it helps.

Disappointing Progress this Weekend

So I have all the materials I need to learn how the wave shield and proximity sensors work. I have the tutorials available to me via the Lady Ada website

How to make and use the wave shield
http://www.ladyada.net/make/waveshield/

Installing the wave shield libraries and running a practice sketch to play audio
http://www.ladyada.net/make/waveshield/libraryhc.html

and the proximity sensor halloween pumpkin example.
http://www.ladyada.net/make/pumpkin/pumpkin.html


I know other people class have gotten this to work, I have tried for hours and hours and I can't even get the wave shield to play audio. Therefore I couldn't even move on to getting the proximity sensor hooked up.

Initially, I was vey confused as how to get started. I was looking at the tutorial for how to make the wave shield to understand the different parts on it. I was lucky to get one already assembled from Lu and Dan Dan, but because it already had wires coming out of it, and the wave shield in the example did not I wasn't sure how exactly to attach it to the Arduino. I just tried to use common sense and plug the wires coming out of the wave shield into the corresponding pins on the Arduino.

Because it's not setup like it is in the examples I can't help but wonder if thats whats causing me problems???


For some time I was having a problem with the code, to test out the wave shield- the example I was doing was supposed to play all the wav audio files on the SD card in a loop. After a few hours i fixed the problem with the code, turns out I didn't install the necessary libraries properly. THEN the code worked just fine, but still there was no audio playing from the wave shield.

I don't have speakers right now so I was using my headphones plugged into the audio jack. I can hear some static like noise, confirming that the headphones are plugged in- however none of the audio files on the disk are being played back.



I'm just frustrated at this point, hopefully someone in class can help me see something that I'm not, so i can going on this.

Here's an image of what I have setup

And a Little on IR Sensors

Rough idea based on reactive pumpkin sketch:


IR Sensor Practice:

Sunday, November 20, 2011

And A Little More Progress

So, the original idea was stemming off a plan to incorporate a kinect hack that would in turn control a video on a projection screen.
But as time and human capacities allow, I have realized that this IS possible, but not in the three weeks remaining in this semester and incorporating the materials we have learned in this class.

So instead, I have humbled myself and finalized a sensor-fied setup that will accomplish the same goal of intently exploring a space with movement and video.

The simple hookup is this:
Proximity sensors (input)-->Arduino-->Processing-->Video (output)
Basically, the arduino will take the input that the proximity sensors pick up, translate it to processing, and processing will, in turn and in theory, manipulate the video.

Links to code I that'll jump start me with the proximity sensors:
http://allaboutee.com/2011/07/04/arduino-proximity-sensor-circuit-tutorial-and-code/
http://www.arduino.cc/en/Tutorial/UltrasoundSensor

Tweakable code for interfacing Arduino with Processing:
http://www.arduino.cc/playground/Interfacing/Processing

Processing video refresher:
http://www.learningprocessing.com/examples/chapter-16/example-16-2/

Kind of exactly what I'm looking for in a YouTube tutorial:
http://www.youtube.com/watch?v=MMhKAaDBEx8
These are the guys who run it: http://training.oreilly.com/arduino-audio-visual/

For future notice with Max/MSP: http://www.arduino.cc/playground/Interfacing/MaxMSP
Video sidenote: http://nootropicdesign.com/ve/ (not useful yet)

Final Project Progress 1

Here is a video update, I finally figured out how to upload things with my video recording device expect more updates (out of order) soonish.


Below is a screenshot of the set up I found online for recording sound on a wave shield for the Arduino, along with a library to do it that I am in the process of learning more about, from this site: Here

Friday, November 18, 2011

final project, progress 1



I plan to make a plant that lifts its branches towards people when they approach. Each branch will be a piece of wire mounted to a servo motor, with five or six branches total (I just bought some servos online; I expect to receive them right after Thanksgiving at the latest). My sensors are photocells. The first video shows one servo and sensor, with a wire attached. I think the servo can bear more weight, but I was just using scotch tape for the test and that tape isn't very strong. The second video shows two servos, each with their own photocell. I switched to bits of paper for the test, as the wires were getting in the way.

I plan to use a Mega for this, as I will have five or six photocells and motors. I will make small, delicate leaves out of copper sheet, give them a blue/green patina, and solder them to the wire branches. I plan to make some kind of pot or container for the plant to be sticking out of, with the wiring, Mega, and battery hidden inside.

Thursday, November 17, 2011

Wave and GPS Sheilds

Wave shield works and from what I have tested the GPS shield seems to be working as well

Wednesday, November 16, 2011

Random Bubble of Thought!

So this idea just popped into me head (I wasn't in the bathroom this time, I was washing dishes and listening to Britney Spears)

After today's discussion I was thinking a lot about the Andrea Fraser piece, and how I kept saying that I'm not trying to say the same things as she is. BUT... maybe I am to some degree. She's commenting on the museum system. When she describes the "art" on her tour she blows the descriptions up until they sound ridiculous. she's getting this from somewhere...
I think some artwork can have this high and mighty reputation, like only people who are well educated in fine arts can have an appreciation for it. They use fancy art terminology that regular people don't understand. It's one thing to know art vocabulary and use it in context, but It's demeaning when people use it to show off their art knowledge to people who aren't familiar with it.

I can speak from experience, because this has happened to me, it still happens to me today. Sometimes it's nice to have a conversation about art and use the english language. It works, you can have meaningful conversations and exchanges of information about art without going above everyone's heads: I do it all the time with my students. Thats how you learn.

What if i used a Painting thats not well known, perhaps a painting that an art expert would talk about using lots of fancy art terminology, and what if I made it more accessible to people who are not familiar with it. I make it more accessible by eliminating the stuffy-ness and bringing in humor by having it sing this fun upbeat catchy song. NOT what you would expect to go with the work, NOT how you would expect to learn anything about it, BUT it works and as the viewer you DONT feel stupid for not knowing big fancy art words.

Make it sing...?

So I was thinking a lot about working on my concept a bit... I had a crazy thought this morning when i was brushing my teeth (I often come up with my best ideas when in the bathroom, why is that?)

What if I made the painting on the wall sing?

In keeping with the theme of education: I have written songs for kids about art. I might be itching to write a new one. I really want to look into this and work on it a bit.

Some examples of my songs:



And One of Two Options

So.
There are two options I'm working on. Today, the goal is to determine which one is most feasible, and then full surge onwards to making it happen. Three weeks. Let's do this.

Option 1 - use the Wii fit board to walk through video footage of spaces that I have filmed
Option 2 - use the Kinect to explore an image in depth on a projection screen

Plan of action:
Today-determine which option is most possible
End of this week (Nov 13-19)-start programming
End of next week (Nov 20-26)- have footage edited and compiled
End of the week after (Nov 27-Dec 3)-have project working and troubleshoot
Last week (Dec 7)- rock out crit

Monday, November 14, 2011

Kelsey and Lin RFID card reader

here's our video

And Just a Cool Observation Some May Find Intriguing

Julian Oliver
http://ljudmila.org/~julian/levelhead/

Lin and Kelsey sensor updates

light matrices, temp sensors, atmosphere senors and readings ect. 










3 artists

http://vimeo.com/30708058

http://vimeo.com/9218458

http://vimeo.com/17752372

3 artists for final project: realize virtuality

Theory: real virtuality
http://en.wikipedia.org/wiki/Real_Virtuality

Paul Chan
http://whitney.org/Collection/PaulChan

Wafaa Bilal : shoot an iraqi
http://artthreat.net/2007/05/wafaa-bilal-shoot-iraqi/

three (or four) similar artists

Well blow me down! Wind and art!

I found a few of these pieces from Katerie's suggested links on our class site.

This piece involves a piezo breath sensor, projectors and a wireless reader. Basically when you blow on the flower the sensor sends a signal for a program and device to read and project wireless data that is emitted in the room.


  • http://www.grographics.com/risd/DmInfoBreath/1st-install/infoBreath.mov


David Bynoe is a sculptor that uses wind power to create kinetic sculptures. I like his simpler works like his 23' Wind Pole.


  • http://www.youtube.com/watch?v=ZhJ6bCHdb7M&feature=channel_video_title

Joshua Allen Harris creates inflatable creatures that blow up when air comes from the subway vents. I like how his work is inconspicuous until it is activated randomly by the environment.


  • http://www.youtube.com/watch?v=PH6xCT2aTSo
Not a work of art on it's own but utilizing wind to create a new environment and sensations.

  • http://www.inaba.us/Suck___Blow.html 


3 Artists- LED Ovid's Metamorphoses

Eddie Kim's Grand Theft Ovid- Classical Myths narrated through digital puppetry in video games
http://www.goldstar.com/events/brooklyn-ny/eddie-kims-grand-theft-ovid
Watch as classical stories are fleshed out in pixels and given life in worlds usually inhabited by night elves, aliens, and dirty cops.

Katy Perry's LED Peacock outfit conceptualized and created by choreographer Michael Schwandt, stylist Johnny Wujek, light designer iLuminate and J & M Costumers.
http://www.youtube.com/watch?v=3_DEZ7ZzBWg

Airan Kang's LED display with books modeled in transparent resin and lit from within with LEDs
http://cubeme.com/blog/2011/09/08/airan-kangs-led-digital-book-installations/


Internet Path and Art

Still have a block, I'm going about this the wrong way, I just need to assume that things are possible and have an idea first, but this is a bit of my thinking path:
I went from thinking about electrocuting things to doing weird things to other things to arduino street/public art, then to thinking about sensors that sense things you can't see then on to arduino projects feature on nerdapproved then took a weird dive into chip music and somehow ended up with egg art and am now thinking about carbon footprints and the practicalities and impracticalities of gardens, because they don't always make up for carbon emissions [fertilizer, water, greenhouses] and possibilities there .... Relevant technical things I was looking at there were a hypothetical gardenBot, an actual growduino and then another similar setup, the garduino.

3 Artists

First, let me say how extremely difficult it was to find artists who were specifically working with the idea of art history with proximity sensors. But I did find many who added sound to their original pieces with a proximity sensor.

http://www.heddier.com/electronic/d_load/html/kaufmann_en.html?XTCsid=loecwhyls
No an artist, but an example of how something very similar is being used in an actual museum. The museum is located in Germany and specializes in electronics based artwork. The link here is from the Heddier Electonics webpage as an example of how their technology has been used.
I couldn't find any information on the museum's webpage about the piece, or who exactly came up with the idea which is disappointing because it was the closest thing I would find to what I was doing.



http://www.anothersideofin.com/
This is is related project more than a related artist

"ANOTHER SIDE OF IN is an interactive multimedia art installation created by a collaboration of three artists.

Mike Gordon, musician and member of the band Phish, designed customized sounds extracted from his recent album, INSIDE IN. Marjorie Minkin, Mike’s mother and visual artist who has developed a unique process for making sculptural paintings with molded Lexan, created relief works for the looped sounds while listening to them. Jamie Robertson, creative technologist and musician, designed and built the innovative wireless electronics, enabling the viewer to interact with sound and light on each piece through proximity with the works."

http://www.driftingcity.com/main/featured/dreamgrove

" Dreamgrove is an ongoing participatory projects that connects a webpage (and iPhone App) to an interactive garden. It contains dreams. The app and webpage record them in a public, virtual field; the garden narrates them through an interactive soundscape.
There, through an array of motion and proximity sensors, visitors triggered a soundscape: zones of white noise, whispers, augmented sounds, and narrated dreams- connected to the database, spoken through trees. The layout, clusters and memory spaces of the virtual “field of points” mirror the structure and the sound intensities of the Interactive Garden."



UPDATE:
Thinking about the conversation I had with the class on monday about my project I wanted to add an additional artist.
When it was mentioned that I should think about how a museum tour can be "art" I immediately thought of the Andrea Fraser piece "Museum Highlights" in which she pretends to be a docent in a museum and leads unsuspecting museum visitors on a fake tour of the museum. She starts the tour, seemingly normal but eventually turns it into something ridiculous as she talks in detail about restrooms and water fountains. Here she uses the idea od a museum tour to make a commentary about the infrastructure.

http://news.wustl.edu/news/Pages/9446.aspx

I don't necessarily want to comment on the idea of the museum infrastructure myself, but I feel like this is a good idea of taking the idea of a museum tour and converting into art.

And Three Relevant Artists + One

1. Samuel Cox-->does a lot of work with automation and interaction using technologies that we have been looking at in class; his work is making me lean towards either the interactive video idea I had or using RFID tags to control video, either or continue with my concept of space/details of space/negotiating space
(http://www.pcworld.com/article/239627/gigapixel_hack_makes_photos_more_interactive.html)

2. Filippo Vanucci-->interaction designer who does a lot of site specific installations; what I like about his work is the amount of interactivity he combines with moving video..."mechanical and physical elements coming to life" (http://www.filippovanucci.com/work/machinema/) & (http://www.adimarom.com/?p=1160)

3. Camille Utterback-->I enjoy her work because it captures two spaces in time and gives people a way to look into different spaces of the same world; its like a virtual observation dock, a really well thought out idea about exploring the world through spaces and observation (http://camilleutterback.com/projects/liquid-time-series/)

4. Adriaan Stellingwerff-->video work and screen based art (http://www.eternalsunset.net/more.php)

Sunday, November 13, 2011

Final project process

MaxMSP
The blur people image will be several video pieces which will be edited by AE and controlled by MaxMSP





We will use similar method to make the "push" action happen

3 artists

1. Demitrios Kargotis (b. 1982/London) and Dash Macdonald
http://www.dashndem.com/Dr._Whippy.html

Demitrios Kargotis
(b. 1982/London) and Dash Macdonald (b. 1983/Wendover-England), have been working in collaboration since graduating from the Royal College of Art. Through public performance, social experiment and intervention, their practice explores and exposes the effect of existing socio-political systems and institutional mechanisms. They currently teach at Coventry University within the Industrial Design and Visual Art departments and their work is exhibited internationally, most recently in Helsinki, Istanbul, Tokyo, Linz, Zurich, Zagreb, Gijon and London.

2.
Watashi-chan

Watashi-chan sound-activated inflatable clothing lets you simulate a blowfish


3.

Johannes Gees

http://johannesgees.com/?p=236

Johannes Gees action Salat won a Honorary Mention in the Hybrid Art category of the Prix Ars Electonica 2008.

In the summer of 2007, Gees sneaked automated speakers into famous church towers in various Swiss cities and in one mountain village. At the times of Islamic prayer the call of the muezzin could be heard. The context for this action is the heated debate in Switzerland that ensued after right-wing conservative politicians demanded the ban of minarets.

On show at the OK Center are photos, a video showing the reactions of passer-bys, legal letters from city administrations, that followed the action, and one of the speakers, shown in the snapshot, that always on the full hour plays the sound that was used in the action.

http://www.we-make-money-not-art.com/archives/2008/09/ars-snapshot-of-the-day.php




Kelsey's last project influence

http://electroland.net/ The Lumen Project

http://www.marxists.org/reference/subject/philosophy/works/ge/benjamin.htm The writings of Walter Benjamin, particularly "The Work of Art in the Age of Mechanical Reproduction." And more particularly his passage about the aura of art, and how the photograph acts as a half way medium for art.

http://www.jopjapenga.nl/?page=squamata inspired by as a sort of Indian headdress and used to capture the 'aura' or essence of the music played on them.

http://www.getty.edu/art/exhibitions/postwar_japan/ atsuko lightsuit






Artists Listing

Here are some artist that I have been looking at for my final project idea.


This work illustrates and is exploring the use of facial expressions and how this translates or conveys certain meanings to an observer:
-------"My attempt is to capture and manipulate images of faces such that one can see through or past the illusion of totality and down to the granular level of a base emotional language."
--------------------------
http://human-intoface.net/



This is using a combination of text and image to illustrate and point to a purpose or a point of "What you do know can hurt you. Some of the worst secrets are those our friends keep from us. Some of the worst secrets are at work. Some of the worst secrets are at home. Some of the worst secrets are those we keep from ourselves."
-----------------------------------------------------
http://www.art.net/Studios/Visual/Rei/index-spir.html


I just thought this was very interesting:
-----------------------------------------
http://www.visualmusic.it/visualmusic.htm


Computer generated dialogue and the duality of the meanings and interpretations. This is super cool and I really like this work:
---------------------------
http://www.kenfeingold.com/

Sounds controlling the input to show and reveal a different emotion to the viewer:
--------------------------------------------
http://aesthetic-machinery.com/emotions.html

Artist Links

http://blog.makezine.com/archive/2009/08/twittering-interactive-art-where-is.html
Interactive sculptures based on twitter feeds. Every time the word "art" is mentioned, the sculptures move.

http://jonirvine.com/post/241536901/neat-interactive-twitter-art-installation-based-words
Also takes data from twitter and prints them out, creating an archive based on expressive words.

http://www.rahulbotics.com/personal-projects/drums-of-war/

Takes data from news sites about the US-Iraq war and creates a "war-likelihood" index. A drum beats when a sensor is placed over an area with a high instance of war.

http://www.guardian.co.uk/artanddesign/interactive/2011/jan/21/gaza-photography-wiedenhofer-audio-slideshow

Photographs as propaganda involving the Israeli-Palestinian conflict.

three artists related to my final project thoughts

Motivational Sensitive Organ (http://www.youtube.com/watch?v=qMyhhKiYXgk&feature=player_embedded), by Scottie Chih-Cheih Huang, is an interactive sculpture that uses face recognition and motion sensors to detect viewers, and moves accordingly. Its form resembles a cascade-style fern, which perks up when a viewer approaches and reaches toward the viewer. It makes me think of how a plant reaches toward the sun, upon which it is dependent for energy, and how machines are dependent on humans to supply them with energy and purpose. This piece relates to my thoughts on my final project because it deals with machines mimicking living things, which is something I want to do, and it does something based on the viewer's approach. My midterm project with Kelsey also reacted to the viewer's approach, and I very much enjoyed watching people's reactions. It encourages play, and makes the piece seem aware of its surroundings. MSO also has a fragile, delicate aesthetic, which appeals to me.

Theo Jansen (http://www.strandbeest.com/) is designing an artificial animal that moves based on wind power. These creatures are beautiful, and while they look alien, they look and move like living creatures. The scale is particularly impressive; they are the size of elephants. I was particularly taken with the way he talks about them. He always refers to them as animals, or skeletons, and when he is done with a design he declares it extinct and puts it in the bone yard, where the fossils of old designs can be seen. His goal, after he finalizes the design, is to release a herd of them on the beach to live their lives.

Octofungi (http://www.yvesamuklein.com/) is a sculpture that uses light sensors to detect the viewer. It will move differently depending on the viewer's movements. More complex responses can be had from gentler, more dextrous movements, and aggressive movements will make it behave timidly. Its design is visually complex and aesthetically pleasing. I am in love with this piece (well, the website sucks and there's no video of it in action, but I love the photos and description).

New Proposal - Middle East Tug-of-War

Israel has received a lot of media coverage lately regarding the release of Israeli soldier Gilad Shalit and the Palestinian bid for statehood, once again fueling the worldwide conversation between pro-Israel and pro-Palestinian supporters as to each others' right to exist. I feel that Israel is in a very dire position at the moment, with the majority of world supporting creation of a Palestinian state. What the world doesn't realize is that while Israel will recognize a Palestinian state, Palestinians do not acknowledge Israel as a state and ultimately want Israel wiped off the map.

Nestled amidst a sea of Islamic states who generally share an anti-Israel viewpoint, Israel is constantly threatened. The world news media does nothing to help Israel's case. This extends further into the realm of social media. This misrepresentation of Israel in the media has the potential to rip the country apart.

Using an Arduino and several servo motors, I will create a literal representation of social media tearing apart the country. The servo motors will receive input via the Arduino and will receive live data from the social networking site, Twitter. Whenever a certain word is tweeted, the servo motor will turn a certain amount of degrees. The servos will be engaged in a literal tug-of-war, using flags of the different countries as the rope. I have not determined the number of motors to be used yet, but it will be at least two, representing two sides of the conflict.

I have a few different configurations in mind. The initial configuration I had involved two parties tugging between the Israeli flag. However, I feel as if this may oversimplify the conflict. Another configuration I have, and probably my favorite one, is to have motors representing all of the forces against israel equally pulling an Israeli flag, with a motor representing Israel nonexistent, leaving Israel in a helpless position. The third configuration would be israel one one side, with all of the forces against it on the other. It is similar to the first configuration in that it gives Israel a fighting chance, but it is still in a helpless position.

The work I will be doing in the upcoming weeks will be figuring out how twitter and the arduino interact. I found a tutorial for what I think will be helpful, which I will be attempting. If that goes well, the rest of the project should fall into place.

Saturday, November 12, 2011

Final Project Idea

For this final project there are two things that are most important to me

1. Picking something I can actually work with. My knowledge of electronics is limited to what I've learned in this class, since I'm working by myself and I don't have as much time as I did for the mid-term project I need to choose something thats realistic towards my abilities and time frame.

2. I really want to take this opportunity to relate a project back to my major- Art Education. As an Art Ed major I chose Digital Media as my concentration, not only because it interests me, but because I want to learn how I can incorporate technology in the classroom in new and unique ways. With that goal in mind I want this project to become something that can be used in a classroom.

THE IDEA:
I want to use sensors to create some sort of interactive and educational experience for students and anyone else. I want to work with the idea of art history and famous works of art. I'm thinking of how a museum is set up with artworks, and a little blurb on the wall that you have to read. What if you didn't have to read the blurb to get information about the piece?

I want to create a system where proximity sensors track movement in front of a piece of art, signaling that someone is viewing the piece, and then attached speakers will play pre-recorded information about the piece, sort of like "fun-facts" the statements will be brief and interesting.

I can imagine that this system would be much more interesting and fun than just reading the statements, it also relates to ideas about assistive devices for people with vision impairments, and those cannot read well.

As far as the work I'm thinking about using, I'm considering something very well known visually but they may not know details about. I want this to appeal to people from elementary age and up. I'm thinking about the Mona Lisa (which has a very interesting history), or perhaps a Van Gogh or Picasso Piece. I'm really leaning towards the Mona Lisa though because I just learned a lot about it in my Renaissance art history course.

Now I have to figure out the mechanics of this thing.
I need to figure out :
How to use proximity sensors
How to make them activate speakers which will play my sounds
Where/How exactly is the proximity sensor triggered

Friday, November 11, 2011

Projects 31 and 32

Project 31- Pressure Sensor


Project 32- Digital Barograph

LED /Soulder/ Motors / LCD

LED:







Soulder



Motors






LCD



Thursday, November 10, 2011

And More Final Ideation Process

http://www.guillelopez.com/arduino_sensor_ultrasonic_mp3/
What if I picked up the presence of people around different floors of the art building, or even third floor, and depending on where the person's presence was picked up, it would correspondingly play a specific sound or indicator for the specific space.

What's the point? I suppose it's a lot about thinking of presence in space and a weird desire to know what's going on all the time...sort of going with current cultural trends with the smartphones and the tweets and the facebooks, etc...just not sure if this is where I want to stop and focus.

Wireless programming: http://www.coolcircuit.com/gadgets/2008/07/16/programming-arduino-wirelessly/
Handy Website with lots of cool projects: http://www.coolcircuit.com/gadgets/category/arduino/page/9/
Virdual Midi drum, could make a whole wall or floor: http://www.coolcircuit.com/gadgets/2008/02/20/virtual-electronic-drum-midi-interface-for-mac-os-x/

This would be super neat as a way to show data. What sort of data...not sure yet...
http://www.nerdkraft.com/?p=132
http://hackaday.com/2011/07/19/analyzing-tvs-talking-heads-with-processing/
Pure fun: http://hackaday.com/2011/09/27/toilet-paper-printer-made-from-scrap-parts/
Backup sites: 
http://hackaday.com/category/arduino-hacks/page/38/
http://www.instructables.com/tag/type-id/category-technology/channel-arduino/?&offset=18

Ok ok....what if I could control video using kinect. Walk (start video), stop (stop video) and then pan around the image to explore the space.
Yes.
That is what I would like to do. NOW to coordinate myself. Reference back to the guy who used huge, hi-def images and the hand motions read through a kinect responding like they do on most smart phones. Like this guy but interactive videography: http://www.pcworld.com/article/239627/gigapixel_hack_makes_photos_more_interactive.html



Video inputish:
http://homepage.mac.com/dave_chatting/arduinoeyeshield/
http://nootropicdesign.com/ve/
http://www.arduino.cc/playground/Main/InterfacingWithHardware