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
270
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
210
Can my friends come too?
andrew
5
2.2k
Elasticsearch on Rails
andrew
1
380
24 Pull Requests
andrew
0
520
Hardware Hacking with JavaScript
andrew
1
310
Robotics 101
andrew
4
750
Learning how to Tinker
andrew
2
880
Nodecopter Pivotal
andrew
1
130
BathRuby on Robots
andrew
0
100
Other Decks in Technology
See All in Technology
マーケットプレイス版Oracle WebCenter Content For OCI
oracle4engineer
PRO
3
540
IoTシステム開発の複雑さを低減するための統合的アーキテクチャ
kentaro
1
120
プルリクエストレビューを終わらせるためのチーム体制 / The Team for Completing Pull Request Reviews
nekonenene
1
180
日経のデータベース事業とElasticsearch
hinatades
PRO
0
260
1行のコードから社会課題の解決へ: EMの探究、事業・技術・組織を紡ぐ実践知 / EM Conf 2025
9ma3r
12
4.3k
What's new in Go 1.24?
ciarana
1
110
Introduction to OpenSearch Project - Search Engineering Tech Talk 2025 Winter
tkykenmt
2
150
Qiita Organizationを導入したら、アウトプッターが爆増して会社がちょっと有名になった件
minorun365
PRO
0
120
データエンジニアリング領域におけるDuckDBのユースケース
chanyou0311
9
2.5k
IAMポリシーのAllow/Denyについて、改めて理解する
smt7174
2
210
MIMEと文字コードの闇
hirachan
2
1.4k
EDRの検知の仕組みと検知回避について
chayakonanaika
12
5.2k
Featured
See All Featured
Large-scale JavaScript Application Architecture
addyosmani
511
110k
RailsConf 2023
tenderlove
29
1k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.7k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
A Modern Web Designer's Workflow
chriscoyier
693
190k
Docker and Python
trallard
44
3.3k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
49k
Statistics for Hackers
jakevdp
797
220k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Making the Leap to Tech Lead
cromwellryan
133
9.1k
How to Ace a Technical Interview
jacobian
276
23k
Building a Modern Day E-commerce SEO Strategy
aleyda
38
7.1k
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