Speakers
-
Jörn Zaefferer 3.35
-
Nikolai Onken 5.0
Description:
Have you ever wondered if we could use JavaScript to do the following?
$("livingroom").bind("motion", function() { $(this).find("lights").brightness("75%").dimAfter("120s"); }); Or did you dream about writing applications in HTML, JavaScript and CSS which could tell you how much you weigh or what the outside temperature is? What if we had a web-based interface to setup and program all our devices at home?
Well, your dreams are heard and finally, today we are able to do all this. In this talk we will walk through the implications of opening up the browsers APIs, explore real life use-cases and will demonstrate working examples which will show that JavaScript, HTML and CSS are the perfect tools to build interfaces controlling and reading hardware.
This presentation will highlight various options (like LinuxMCE, Arduino, Lego Mindstorms NXT) for programming hardware, along with a few pratical experiments like scripting a bluetooth-connected Wiimote, a web-enabled socket outlet and interacting with an Arduino board and sensors directly from an iPhone. Code and instructions for each experiment will be available later
Links: Website
Comments on this Talk
Nikolai Onken,
26 Sep 03:30 PM
The Arduino stuff is here http://github.com/nonken/arduinojs
hblank,
01 Oct 04:19 PM
These two guys are CRAZY ;) Awesome stuff.

Some of the code on http://github.com/jzaefferer/wiihomejs and http://github.com/jzaefferer/node-experiments