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
280
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
270
Can my friends come too?
andrew
5
2.3k
Elasticsearch on Rails
andrew
1
430
24 Pull Requests
andrew
0
550
Hardware Hacking with JavaScript
andrew
1
340
Robotics 101
andrew
4
800
Learning how to Tinker
andrew
2
940
Nodecopter Pivotal
andrew
1
160
BathRuby on Robots
andrew
0
140
Other Decks in Technology
See All in Technology
LINEスキマニ/LINEバイトにおけるバックエンド開発
lycorptech_jp
PRO
0
210
Quarkusで作るInteractive Stream Application
joker1007
0
150
AI × クラウドで シイタケの収穫時期を判定してみた
lamaglama39
1
320
AIと自動化がもたらす業務効率化の実例: 反社チェック等の調査・業務プロセス自動化
enpipi
0
620
Kubernetesと共にふりかえる! エンタープライズシステムのインフラ設計・テストの進め方大全
daitak
0
270
Dart and Flutter MCP serverで実現する AI駆動E2Eテスト整備と自動操作
yukisakai1225
0
550
JJUG CCC 2025 Fall バッチ性能!!劇的ビフォーアフター
hayashiyuu1
1
340
個人から巡るAI疲れと組織としてできること - AI疲れをふっとばせ。エンジニアのAI疲れ治療法 ショートセッション -
kikuchikakeru
2
870
AIを前提に、業務を”再構築”せよ IVRyの9ヶ月にわたる挑戦と未来の働き方 (BTCONJP2025)
yueda256
1
750
クレジットカードの不正を防止する技術
yutadayo
17
7.6k
機密情報の漏洩を防げ! Webフロントエンド開発で意識すべき漏洩パターンとその対策
mizdra
PRO
9
3.5k
AIと共に開発する時代の組織、プロセス設計 freeeでの実践から見えてきたこと
freee
4
720
Featured
See All Featured
Statistics for Hackers
jakevdp
799
220k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
31
2.9k
Docker and Python
trallard
46
3.6k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
118
20k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
Fireside Chat
paigeccino
41
3.7k
Being A Developer After 40
akosma
91
590k
Practical Orchestrator
shlominoach
190
11k
Rails Girls Zürich Keynote
gr2m
95
14k
A Tale of Four Properties
chriscoyier
162
23k
Balancing Empowerment & Direction
lara
5
750
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