hardware hacking for software scripters

Post on 18-Jun-2015

4.728 Views

Category:

Technology

6 Downloads

Preview:

Click to see full reader

DESCRIPTION

An introduction to open source hardware, hardware hacking and tinkering. Given at the London Flash Platform User Group in March 2008.

TRANSCRIPT

DOPPLRDOPPLR

DOPPLR

Where next?Where next?

Where next?

Hardware HackingFor Software Scripters

Matt Biddulph

I see no social imperative for free hardware designs like the imperative for free software. Freedom to copy software is an important right because it is easy now–any computer user can do it.

Freedom to copy hardware is not as important, because copying hardware is hard to do.

On "Free Hardware" By Richard Stallman - Linux Today, 1999

Cheap Hardware

Hackable Hardware

3D Printing

“If you can't open it,

you don't own it.”

Arduino

void setup(){ pinMode(ledPin, OUTPUT); }

void loop(){ digitalWrite(ledPin, HIGH); // sets the LED on delay(1000); // waits for a second digitalWrite(ledPin, LOW); // sets the LED off delay(1000); // waits for a second}

http://www.bbc.co.uk/blogs/radiolabs/2008/02/making_the_dabagotchi.shtml

http://schulzeandwebb.com

http://schulzeandwebb.com

HardwareWith APIs

Hardware Geeks In Public

Matt Webb, http://schulzeandwebb.com/2007/hills/slides/?p=47

“It’s getting to the point where it’s as easy to get involved in this

world as it would be for you to go home, open

Notepad, and start writing HTML”

Matt Webb, http://schulzeandwebb.com/2007/hills/slides/?p=47

“It’s getting to the point where it’s as easy to get involved in this

world as it would be for you to go home, open

Notepad, and start writing HTML”

http://tinker.it

Read more at

top related