Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Nodecopter - Handheld mini
Search
Andrew Nesbitt
November 27, 2013
Technology
0
260
Nodecopter - Handheld mini
Presented at Handheld mini/Port80 Localhost
Andrew Nesbitt
November 27, 2013
Tweet
Share
More Decks by Andrew Nesbitt
See All by Andrew Nesbitt
Ecosyste.ms Conference talk at EasyBuild User Meeting
andrew
0
170
Can my friends come too?
andrew
5
2.2k
Elasticsearch on Rails
andrew
1
360
24 Pull Requests
andrew
0
500
Hardware Hacking with JavaScript
andrew
1
310
Robotics 101
andrew
4
730
Learning how to Tinker
andrew
2
870
Nodecopter Pivotal
andrew
1
120
BathRuby on Robots
andrew
0
93
Other Decks in Technology
See All in Technology
watsonx.ai Dojo #5 ファインチューニングとInstructLAB
oniak3ibm
PRO
0
160
1等無人航空機操縦士一発試験 合格までの道のり ドローンミートアップ@大阪 2024/12/18
excdinc
0
160
Postman と API セキュリティ / Postman and API Security
yokawasa
0
200
re:Invent 2024 Innovation Talks(NET201)で語られた大切なこと
shotashiratori
0
310
第3回Snowflake女子会_LT登壇資料(合成データ)_Taro_CCCMK
tarotaro0129
0
190
【re:Invent 2024 アプデ】 Prompt Routing の紹介
champ
0
140
DevOps視点でAWS re:invent2024の新サービス・アプデを振り返ってみた
oshanqq
0
180
Turing × atmaCup #18 - 1st Place Solution
hakubishin3
0
480
Opcodeを読んでいたら何故かphp-srcを読んでいた話
murashotaro
0
250
ガバメントクラウドのセキュリティ対策事例について
fujisawaryohei
0
540
Storage Browser for Amazon S3
miu_crescent
1
150
Wantedly での Datadog 活用事例
bgpat
1
460
Featured
See All Featured
GraphQLの誤解/rethinking-graphql
sonatard
67
10k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
232
17k
Build your cross-platform service in a week with App Engine
jlugia
229
18k
Testing 201, or: Great Expectations
jmmastey
40
7.1k
Code Reviewing Like a Champion
maltzj
520
39k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
6.9k
The Invisible Side of Design
smashingmag
298
50k
Six Lessons from altMBA
skipperchong
27
3.5k
The Pragmatic Product Professional
lauravandoore
32
6.3k
Building Adaptive Systems
keathley
38
2.3k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
191
16k
Product Roadmaps are Hard
iamctodd
PRO
49
11k
Transcript
None
andrew
Nodecopter
None
Felix Geisendörfer
AR Drone 2.0
HD Camera Downfacing camera Gyroscope Wifi 1GHz CPU Linux Accelerometer
Magnetometer Ultrasound
ardrone2.parrot.com/developer-zone
None
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.
None
Server-side Javascript Asynchronous Runs on v8 from Chrome Perfect for
network programs
nodejs.org/download v0.10.22 $ node
$ npm install ar-drone
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(); });
Demo Time
WARNING WARNING
None
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
QR CodeR
Dance Mat Drone
Kinect Drone
robot laser pong
matador-copter
virus-copter github.com/substack/virus-copter
None
Facial recognition Motion controllers Lasers Multiple drones Mapping Velcro 3G/GSM
Ideas cats
shama.github.com/voxel-drone
Why?
CoderDojo
None
None
kids + robots =
None
nodecopter.com
Thank You @teabass
Thank You @teabass