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 LondonJS
Search
Andrew Nesbitt
September 16, 2013
Programming
0
110
Nodecopter LondonJS
Andrew Nesbitt
September 16, 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
370
24 Pull Requests
andrew
0
510
Hardware Hacking with JavaScript
andrew
1
310
Robotics 101
andrew
4
740
Learning how to Tinker
andrew
2
870
Nodecopter Pivotal
andrew
1
120
BathRuby on Robots
andrew
0
96
Other Decks in Programming
See All in Programming
非ブラウザランタイムとWeb標準 / Non-Browser Runtimes and Web Standards
petamoriken
0
410
return文におけるstd::moveについて
onihusube
1
1.4k
PSR-15 はあなたのための ものではない? - phpcon2024
myamagishi
0
360
数十万行のプロジェクトを Scala 2から3に完全移行した
xuwei_k
0
550
PHPで学ぶプログラミングの教訓 / Lessons in Programming Learned through PHP
nrslib
4
1k
毎日13時間もかかるバッチ処理をたった3日で60%短縮するためにやったこと
sho_ssk_
1
500
traP の部内 ISUCON とそれを支えるポータル / PISCON Portal
ikura_hamu
0
130
Beyond ORM
77web
11
1.5k
menu基盤チームによるGoogle Cloudの活用事例~Application Integration, Cloud Tasks編~
yoshifumi_ishikura
0
130
Fixstars高速化コンテスト2024準優勝解法
eijirou
0
170
CQRS+ES の力を使って効果を感じる / Feel the effects of using the power of CQRS+ES
seike460
PRO
0
230
ある日突然あなたが管理しているサーバーにDDoSが来たらどうなるでしょう?知ってるようで何も知らなかったDDoS攻撃と対策 #phpcon.2024
akase244
2
7.7k
Featured
See All Featured
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
6.9k
Git: the NoSQL Database
bkeepers
PRO
427
64k
A Modern Web Designer's Workflow
chriscoyier
693
190k
Six Lessons from altMBA
skipperchong
27
3.5k
How to Think Like a Performance Engineer
csswizardry
22
1.3k
Practical Orchestrator
shlominoach
186
10k
Raft: Consensus for Rubyists
vanstee
137
6.7k
Thoughts on Productivity
jonyablonski
68
4.4k
StorybookのUI Testing Handbookを読んだ
zakiyama
28
5.4k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
120k
RailsConf 2023
tenderlove
29
960
Optimising Largest Contentful Paint
csswizardry
33
3k
Transcript
Nodecopter
Andrew Nesbitt @teabass
@BertramRabbit
LNUG.org
Great British Node Conf 8th October 2013 http://greatbritishnodeconf.co.uk
npm install ar-drone
nodecopter.com
Photos
Photos
Photos
AR Drone 2.0
HD Camera Downfacing camera Gyroscope Wifi 1GHz CPU Linux Accelerometer
Magnetometer Ultrasound
ardrone2.parrot.com/developer-zone
var arDrone = require('ar-drone'); var client = arDrone.createClient(); client.takeoff(); client
.after(5000, function() { this.clockwise(0.5); }) .after(3000, function() { this.animate('flipLeft', 15); }) .after(1000, function() { this.stop(); this.land(); });
Qaas
Quadcopter as a Service
Demo Warning!
https://github.com/felixge/node-ar-drone https://github.com/andrew/drone-xbox-controller https://github.com/andrew/trellocopter https://github.com/bkw/node-dronestream http://nodecopter.com/modules
virus-copter github.com/substack/virus-copter
None
matador-copter https://www.youtube.com/watch?v=ymlbNEL5TQQ
Harlem Shake github.com/andrew/harlemshake.js
http://www.youtube.com/watch?v=cNUTpLcfa00
drone-dancemat http://www.youtube.com/watch?v=3oWdOhVAHgM
shama.github.com/voxel-drone
None
None
None
coderdojo.com
None
None
None
Nodecopter Bristol 21st September
Questions?
Questions?