Emily Rose @nexxylove
Realtime Rave
Because apparently I'm talking about "Realtime Hardware with Node.js"
;
REALTIME HARDWARE?
WHAT DOES THAT
EVEN MEAN?
; I don't even...
O BTW,
ASK QUESTIONS
;
in realtime, no buffering
No Seriously...
Nodes JS
Arduinos
Beagles fog machines?
Sensors
Lasers!
;
No.
But, WHY?
Necessity
(and/or insanity)
;
Arduino UNOs
8 bit AVR processor
32KB Flash Memory
14 Digital IO Pins
6 Analog IO Pins
C/C++
$ 23
;
Beagle / Pi
ARM processor
256-512 MB RAM
SD card storage
GNU/Linux
Low power
HDMI out
$ 35 - 150+
;
Sensors
Ultrasonic
5V power
Trigger
Echo
$7
;
Hook-up
Dramatic lighting
Breadboard
Wires
$5 - 12
;
Nodes JS Modules
serialport
node-firmata
johnny-five
shoe
;
So Easy
var five = require('johnny-five')
, board
, led
;
board = new five.Board();
board.on('ready', function() {
led = new five.Led(13);
led.fadeIn();
});
Natural Progression...
Javascript - Powered
Rave
(my third attempt of many)
;
Don't Worry!
WebSockets
=
REALTIME
This is totally relevant I swear...
;
[ INTERMISSION ]
;
Word.
Emily Rose @nexxylove
Super Thanks: (follow these people)
Chris Williams
Rick Waldron
James Halliday
Max Ogden
Eli Insua
@voodootikigod
@rwaldron
@substack
@maxogden
@tmpvar ;
Also;
#robotjs on freenode
http://nodecopter.com/