December 2009
27 posts
A stop action video of my automated chess weaving
Lady Gaga Mp3 Weaving
Historical Jacquard →
An italian artist, who used a takemura digital jacquard to handweave and construe segments of a classical jacquard pattern in a contemporary context
my LED hood
- anne
FashioningTech website →
you’ve probably seen this but it has a lot of e-textile projects.
electret microphone 3 →
FIRESALE →
firesale this friday starting at 5 pm. if you really want something and want to get in line/reserve it then you should come earlier to get a number. click on the link and you can see exactly whats for sale and for how much. also there are four brother bulky knitting machines for sale that might not be on the list yet.
i’ll be working there so i hope to see ya’ll.
-anne
new thermochromic supplier →
apparently sells in small quantities and sells the fabric binder as well
electret microphone connections - 2 →
electret microphone connections →
November 2009
15 posts
arduino code to control the $5 MP3 player
//connect buttons with pull down resistors int buttonPin = 9; //solder wires to the mp3 player’s “play” button and connect to this pin int ledPin = 13; //turns on the onboard led int softPin = 6; //connect your soft switch to this pin int buttonState = 0; //variable for reading the softswitch state void setup (){ pinMode(buttonPin, OUTPUT); //sets buttonPin to be an output ...
24,000 LED Dress →
Check this out
-Josiah
light interactive project by Marie Sester
http://accessproject.net/index.html
Jongock
so awesome!
ed bennet's blog - use for tech help on... →
solar power circuits →
Capacity Sensor (edited for tarah's project)
#include <CapSense.h> /* * CapitiveSense Library Demo Sketch * Paul Badger 2008 * Uses a high value resistor e.g. 10M between send pin and receive pin * Resistor effects sensitivity, experiment with values, 50K - 50M. Larger resistor values yield larger sensor values. * Receive pin is the sensor pin - try different amounts of foil/metal on this pin * Best results are obtained if sensor...
Graffiti artist uses light, rather than spray... →
“British photographer Michael Bosanko doesn’t use spray cans to graffiti British landmarks - he uses light. Bosanko uses long exposure shots and different coloured torches to ‘draw with light’ in the night-time shots.”
Graffiti artist or photographer?
/Anne-Marie
London based artist Conrad Shawcross creates these fantastic kinetic sculptures that draw inspiration from philosophy and scientific theories.
Shown above is ‘Loop System Quintet‘ (2005): “Each of the five oak machines in Loop System Quintet - connected by a single drive-shaft - draws a different ‘knot’ of light in space, predetermined by the ratio of the cogs that drive it. These ratios are...
2 tags
/* Analog Input Demonstrates analog input by reading an analog sensor on analog pin 0 and turning on and off a light emitting diode(LED) connected to digital pin 13. The amount of time the LED will be on and off depends on the value obtained by analogRead(). The circuit: * Potentiometer attached to analog input 0 * center pin of the potentiometer to the analog pin * one side pin (either...
October 2009
37 posts
Oouch!
Watch the video!
-Jung
An Artist Using Light →
whenever i think of light i think of Olafur Eliasson. i’m sure you’ve all seen his stuff but if you havent seen his website or his lecture on Ted.com you should check it out.
here’s the link to the video on TED:
http://www.ted.com/talks/lang/eng/olafur_eliasson_playing_with_space_and_light.html#at
Soft House →
Sheila Kennedy + KVA Matx have designed a structure that can create close to 16,000 watt-hours of electricity by transforming household curtains into flexible, semi-transparent, solar collectors.
~Tanya
People do the oddest things. →
LED project from Burning Man.
TaraH
***revised syllabus*** →
Arduino2max arduino code
/* * Arduino2Max * Send pin values from Arduino to MAX/MSP * * Arduino2Max.pde * —————— * This version: .4, October 2007 * —————— * Copyleft: use as you like * by Daniel Jolliffe * Based on a sketch and patch by Thomas Ouellet Fredericks tof.danslchamp.org * */ int x = 0; ...
capacitive sensor - tin foil
//http://www.arduino.cc/playground/Main/CapSense #include <CapSense.h> /* * CapitiveSense Library Demo Sketch * Paul Badger 2008 * Uses a high value resistor e.g. 10M between send pin and receive pin * Resistor effects sensitivity, experiment with values, 50K - 50M. Larger resistor values yield larger sensor values. * Receive pin is the sensor pin - try different amounts of foil/metal...