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
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Andrew Nesbitt
November 27, 2013
Technology
0
300
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
370
Can my friends come too?
andrew
5
2.4k
Elasticsearch on Rails
andrew
1
480
24 Pull Requests
andrew
0
580
Hardware Hacking with JavaScript
andrew
1
370
Robotics 101
andrew
4
890
Learning how to Tinker
andrew
2
1k
Nodecopter Pivotal
andrew
1
180
BathRuby on Robots
andrew
0
150
Other Decks in Technology
See All in Technology
形式手法特論:SMT ソルバで解く認可ポリシの静的解析 #kernelvm / Kernel VM Study Tsukuba No3
ytaka23
1
510
フロントエンド刷新 4年間の軌跡
yotahada3
0
490
PMとしての意思決定とAI活用状況について
lycorptech_jp
PRO
0
140
OCI技術資料 : コンピュート・サービス 概要
ocise
4
54k
決済サービスを支えるElastic Cloud - Elastic Cloudの導入と推進、決済サービスのObservability
suzukij
2
660
スクリプトの先へ!AIエージェントと組み合わせる モバイルE2Eテスト
error96num
0
180
Lambda Web AdapterでLambdaをWEBフレームワーク利用する
sahou909
0
170
生成AI活用でQAエンジニアにどのような仕事が生まれるか/Support Required of QA Engineers for Generative AI
goyoki
1
260
Agent ServerはWeb Serverではない。ADKで考えるAgentOps
akiratameto
0
120
Claude Code Skills 勉強会 (DevelersIO向けに調整済み) / claude code skills for devio
masahirokawahara
1
22k
Claude Code 2026年 最新アップデート
oikon48
13
11k
Google系サービスで文字起こしから勝手にカレンダーを埋めるエージェントを作った話
risatube
0
190
Featured
See All Featured
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
25
1.8k
So, you think you're a good person
axbom
PRO
2
2k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.5k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.7k
Java REST API Framework Comparison - PWX 2021
mraible
34
9.2k
Building Experiences: Design Systems, User Experience, and Full Site Editing
marktimemedia
0
450
How Software Deployment tools have changed in the past 20 years
geshan
0
33k
Discover your Explorer Soul
emna__ayadi
2
1.1k
How GitHub (no longer) Works
holman
316
150k
A Modern Web Designer's Workflow
chriscoyier
698
190k
Future Trends and Review - Lecture 12 - Web Technologies (1019888BNR)
signer
PRO
0
3.3k
A Guide to Academic Writing Using Generative AI - A Workshop
ks91
PRO
0
240
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