20140814-141150-51110811.jpg

20140814-141224-51144256.jpg


Need an idea?

http://whatthefuckismywearablestrategy.com
See http://theglovesproject.com


20140814-154400-56640438.jpg
//
// Becky’s lesson on Thursday
// Read the voltage from the Arduino’s analogue input A0
// and write out the value to the serial window
//
// Voltage divider circuit
//
//
int potPin = A0; // This is the analogue input used to measure
// the voltage from the potentiometer’s wiper

// set up the serial interface
void setup()
{
Serial.begin (9600);
}

// main loop
void loop()
{
int potValue;
potValue = analogRead (potPin); // produces values from 0 (0V) to 1023 (+5V)
Serial.println(potValue); // output to the serial interface
delay(300); // delay in ms
}


20140814-155501-57301474.jpg

 

Becky making

20140814-155905-57545187.jpg

Kim making traditional style

20140814-173106-63066584.jpg

20140814-173659-63419739.jpg

WEAR IT

The wearable electronics festival 11 – 12 October 2014. Web site. Two days of diving into wearable tech at Betahaus Berlin.

Another shop for components, in Wedding


It’s called Sly

They were more helpful than the Conrad people. Erich-Weinert-Str. 139 – 141 – close to S-Bahn station Greifswalderstrasse.

aBe