Slide 1

Slide 1 text

No content

Slide 2

Slide 2 text

andrew

Slide 3

Slide 3 text

Nodecopter

Slide 4

Slide 4 text

No content

Slide 5

Slide 5 text

Felix Geisendörfer

Slide 6

Slide 6 text

AR Drone 2.0

Slide 7

Slide 7 text

HD Camera Downfacing camera Gyroscope Wifi 1GHz CPU Linux Accelerometer Magnetometer Ultrasound

Slide 8

Slide 8 text

ardrone2.parrot.com/developer-zone

Slide 9

Slide 9 text

No content

Slide 10

Slide 10 text

Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non- blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.

Slide 11

Slide 11 text

No content

Slide 12

Slide 12 text

Server-side Javascript Asynchronous Runs on v8 from Chrome Perfect for network programs

Slide 13

Slide 13 text

nodejs.org/download v0.10.22 $ node

Slide 14

Slide 14 text

$ npm install ar-drone

Slide 15

Slide 15 text

var arDrone = require('ar-drone');
 var client = arDrone.createClient();
 
 client.takeoff();
 
 client
 .after(3000, function() {
 this.up(1);
 })
 .after(2000, function() {
 this.stop()
 this.clockwise(1);
 })
 .after(3000, function() {
 this.stop();
 this.land();
 });

Slide 16

Slide 16 text

Demo Time

Slide 17

Slide 17 text

WARNING WARNING

Slide 18

Slide 18 text

No content

Slide 19

Slide 19 text

github.com/felixge/node-ar-drone github.com/andrew/drone-xbox-controller github.com/eschnou/ardrone-webflight github.com/andrew/ar-drone-dancer nodecopter.com/modules

Slide 20

Slide 20 text

QR CodeR

Slide 21

Slide 21 text

Dance Mat Drone

Slide 22

Slide 22 text

Kinect Drone

Slide 23

Slide 23 text

robot laser pong

Slide 24

Slide 24 text

matador-copter

Slide 25

Slide 25 text

virus-copter github.com/substack/virus-copter

Slide 26

Slide 26 text

No content

Slide 27

Slide 27 text

Facial recognition Motion controllers Lasers Multiple drones Mapping Velcro 3G/GSM Ideas cats

Slide 28

Slide 28 text

shama.github.com/voxel-drone

Slide 29

Slide 29 text

Why?

Slide 30

Slide 30 text

CoderDojo

Slide 31

Slide 31 text

No content

Slide 32

Slide 32 text

No content

Slide 33

Slide 33 text

kids + robots =

Slide 34

Slide 34 text

No content

Slide 35

Slide 35 text

nodecopter.com

Slide 36

Slide 36 text

Thank You @teabass

Slide 37

Slide 37 text

Thank You @teabass