+ All Categories
Home > Technology > My Robot Poops - In JavaScript (with web sockets)

My Robot Poops - In JavaScript (with web sockets)

Date post: 28-Jan-2015
Category:
Upload: matthew-schiffman
View: 102 times
Download: 0 times
Share this document with a friend
Description:
 
Popular Tags:
112
Transcript
Page 1: My Robot Poops - In JavaScript (with web sockets)
Page 2: My Robot Poops - In JavaScript (with web sockets)
Page 3: My Robot Poops - In JavaScript (with web sockets)

brooklyncreativeleague.com

Page 4: My Robot Poops - In JavaScript (with web sockets)
Page 5: My Robot Poops - In JavaScript (with web sockets)
Page 6: My Robot Poops - In JavaScript (with web sockets)
Page 7: My Robot Poops - In JavaScript (with web sockets)
Page 8: My Robot Poops - In JavaScript (with web sockets)
Page 9: My Robot Poops - In JavaScript (with web sockets)

thebardybunch.com

Page 10: My Robot Poops - In JavaScript (with web sockets)
Page 11: My Robot Poops - In JavaScript (with web sockets)
Page 12: My Robot Poops - In JavaScript (with web sockets)
Page 13: My Robot Poops - In JavaScript (with web sockets)

My Robot Poops - in JavaScript (with Web Sockets)

Page 14: My Robot Poops - In JavaScript (with web sockets)

My Robot Poops - in JavaScript (with Web Sockets)

#mybotpoops • bit.ly/mybotpoops • @darrownet

Page 15: My Robot Poops - In JavaScript (with web sockets)
Page 16: My Robot Poops - In JavaScript (with web sockets)
Page 17: My Robot Poops - In JavaScript (with web sockets)
Page 18: My Robot Poops - In JavaScript (with web sockets)
Page 19: My Robot Poops - In JavaScript (with web sockets)
Page 20: My Robot Poops - In JavaScript (with web sockets)
Page 21: My Robot Poops - In JavaScript (with web sockets)
Page 22: My Robot Poops - In JavaScript (with web sockets)
Page 23: My Robot Poops - In JavaScript (with web sockets)
Page 24: My Robot Poops - In JavaScript (with web sockets)
Page 25: My Robot Poops - In JavaScript (with web sockets)
Page 26: My Robot Poops - In JavaScript (with web sockets)
Page 27: My Robot Poops - In JavaScript (with web sockets)
Page 28: My Robot Poops - In JavaScript (with web sockets)

~$30

~$70~$50~$35

~$20~$10

Page 29: My Robot Poops - In JavaScript (with web sockets)
Page 30: My Robot Poops - In JavaScript (with web sockets)

arduino.cc

Page 31: My Robot Poops - In JavaScript (with web sockets)
Page 32: My Robot Poops - In JavaScript (with web sockets)
Page 33: My Robot Poops - In JavaScript (with web sockets)
Page 34: My Robot Poops - In JavaScript (with web sockets)
Page 35: My Robot Poops - In JavaScript (with web sockets)
Page 36: My Robot Poops - In JavaScript (with web sockets)

Arduino Demo

Page 37: My Robot Poops - In JavaScript (with web sockets)
Page 38: My Robot Poops - In JavaScript (with web sockets)
Page 39: My Robot Poops - In JavaScript (with web sockets)
Page 40: My Robot Poops - In JavaScript (with web sockets)
Page 41: My Robot Poops - In JavaScript (with web sockets)
Page 42: My Robot Poops - In JavaScript (with web sockets)
Page 43: My Robot Poops - In JavaScript (with web sockets)
Page 44: My Robot Poops - In JavaScript (with web sockets)

breakoutjs.com

Page 45: My Robot Poops - In JavaScript (with web sockets)
Page 46: My Robot Poops - In JavaScript (with web sockets)

Firmata Library

Page 47: My Robot Poops - In JavaScript (with web sockets)

Firmata Library

Page 48: My Robot Poops - In JavaScript (with web sockets)

Firmata Library

Page 49: My Robot Poops - In JavaScript (with web sockets)

Firmata Library

Page 50: My Robot Poops - In JavaScript (with web sockets)

Breakout Demo

Page 51: My Robot Poops - In JavaScript (with web sockets)

https://github.com/rwaldron/johnny-five

Page 52: My Robot Poops - In JavaScript (with web sockets)
Page 53: My Robot Poops - In JavaScript (with web sockets)
Page 54: My Robot Poops - In JavaScript (with web sockets)
Page 55: My Robot Poops - In JavaScript (with web sockets)

bit.ly/xbeeconfig

Page 56: My Robot Poops - In JavaScript (with web sockets)

XBee Demo

Page 57: My Robot Poops - In JavaScript (with web sockets)
Page 58: My Robot Poops - In JavaScript (with web sockets)

var express = require('express') , app = express() , server = require('http').createServer(app) , io = require('socket.io').listen(server) , path = require('path'); !

app.use(express.static(__dirname)) server.listen(80);

Page 59: My Robot Poops - In JavaScript (with web sockets)

var express = require('express') , app = express() , server = require('http').createServer(app) , io = require('socket.io').listen(server) , path = require('path'); !

app.use(express.static(__dirname)) server.listen(80);

Page 60: My Robot Poops - In JavaScript (with web sockets)

Node/Breakout Demo

Page 61: My Robot Poops - In JavaScript (with web sockets)
Page 62: My Robot Poops - In JavaScript (with web sockets)
Page 63: My Robot Poops - In JavaScript (with web sockets)
Page 64: My Robot Poops - In JavaScript (with web sockets)
Page 65: My Robot Poops - In JavaScript (with web sockets)
Page 66: My Robot Poops - In JavaScript (with web sockets)
Page 67: My Robot Poops - In JavaScript (with web sockets)
Page 68: My Robot Poops - In JavaScript (with web sockets)
Page 69: My Robot Poops - In JavaScript (with web sockets)
Page 70: My Robot Poops - In JavaScript (with web sockets)
Page 71: My Robot Poops - In JavaScript (with web sockets)
Page 72: My Robot Poops - In JavaScript (with web sockets)
Page 73: My Robot Poops - In JavaScript (with web sockets)
Page 74: My Robot Poops - In JavaScript (with web sockets)
Page 75: My Robot Poops - In JavaScript (with web sockets)
Page 76: My Robot Poops - In JavaScript (with web sockets)
Page 77: My Robot Poops - In JavaScript (with web sockets)
Page 78: My Robot Poops - In JavaScript (with web sockets)
Page 79: My Robot Poops - In JavaScript (with web sockets)
Page 80: My Robot Poops - In JavaScript (with web sockets)
Page 81: My Robot Poops - In JavaScript (with web sockets)

ATmega 32U4 (Arduino micro controller)

AR9331 (Linux computer)

Page 82: My Robot Poops - In JavaScript (with web sockets)

AR9331 (Linux computer)

ATmega 32U4 (Arduino micro controller)

Page 83: My Robot Poops - In JavaScript (with web sockets)

Ethernet

WiFi

Page 84: My Robot Poops - In JavaScript (with web sockets)

USB Host

Micro SD

Page 85: My Robot Poops - In JavaScript (with web sockets)

Prog USB

Page 86: My Robot Poops - In JavaScript (with web sockets)

Prog USB

WiFi

Page 87: My Robot Poops - In JavaScript (with web sockets)
Page 88: My Robot Poops - In JavaScript (with web sockets)

YÚN Demo

Page 89: My Robot Poops - In JavaScript (with web sockets)

!

Page 90: My Robot Poops - In JavaScript (with web sockets)

docs.spacebrew.cc

Page 91: My Robot Poops - In JavaScript (with web sockets)
Page 92: My Robot Poops - In JavaScript (with web sockets)
Page 93: My Robot Poops - In JavaScript (with web sockets)
Page 94: My Robot Poops - In JavaScript (with web sockets)
Page 95: My Robot Poops - In JavaScript (with web sockets)

github.com/Spacebrew

Page 96: My Robot Poops - In JavaScript (with web sockets)
Page 97: My Robot Poops - In JavaScript (with web sockets)
Page 98: My Robot Poops - In JavaScript (with web sockets)
Page 99: My Robot Poops - In JavaScript (with web sockets)
Page 100: My Robot Poops - In JavaScript (with web sockets)
Page 101: My Robot Poops - In JavaScript (with web sockets)
Page 102: My Robot Poops - In JavaScript (with web sockets)

X

Page 103: My Robot Poops - In JavaScript (with web sockets)
Page 104: My Robot Poops - In JavaScript (with web sockets)

Jacques de Vaucanson in 1709 - 1782

Page 105: My Robot Poops - In JavaScript (with web sockets)

1739

Page 106: My Robot Poops - In JavaScript (with web sockets)

1739

Page 107: My Robot Poops - In JavaScript (with web sockets)

5

Page 108: My Robot Poops - In JavaScript (with web sockets)

2014

Page 109: My Robot Poops - In JavaScript (with web sockets)

Number 2 Demo

Page 110: My Robot Poops - In JavaScript (with web sockets)
Page 111: My Robot Poops - In JavaScript (with web sockets)

Today we measure what we consume, !

Tomorrow we'll measure what we create.

Page 112: My Robot Poops - In JavaScript (with web sockets)

Matt Schiffman!Creative Technical Generalist

#mybotpoops • bit.ly/mybotpoops • @darrownet


Recommended