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
250
Can my friends come too?
andrew
5
2.3k
Elasticsearch on Rails
andrew
1
410
24 Pull Requests
andrew
0
550
Hardware Hacking with JavaScript
andrew
1
330
Robotics 101
andrew
4
790
Learning how to Tinker
andrew
2
930
Nodecopter Pivotal
andrew
1
150
BathRuby on Robots
andrew
0
130
Other Decks in Technology
See All in Technology
ヘブンバーンズレッドにおける、世界観を活かしたミニゲーム企画の作り方
gree_tech
PRO
0
430
【Grafana Meetup Japan #6】Grafanaをリバプロ配下で動かすときにやること ~ Grafana Liveってなんだ ~
yoshitake945
0
220
実践AIガバナンス
asei
3
300
Webブラウザ向け動画配信プレイヤーの 大規模リプレイスから得た知見と学び
yud0uhu
0
170
「魔法少女まどか☆マギカ Magia Exedra」での負荷試験の実践と学び
gree_tech
PRO
0
450
スプリントレトロスペクティブはチーム観察の宝庫? 〜チームの衝突レベルに合わせたアプローチ仮説!〜
electricsatie
1
150
JavaScript 研修
recruitengineers
PRO
6
1.4k
今!ソフトウェアエンジニアがハードウェアに手を出すには
mackee
7
2.7k
【 LLMエンジニアがヒューマノイド開発に挑んでみた 】 - 第104回 Machine Learning 15minutes! Hybrid
soneo1127
0
250
【5分でわかる】セーフィー エンジニア向け会社紹介
safie_recruit
0
30k
Jaws-ug名古屋_LT資料_20250829
azoo2024
3
210
モバイルアプリ研修
recruitengineers
PRO
5
1.7k
Featured
See All Featured
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Designing for Performance
lara
610
69k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
284
13k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3k
A Modern Web Designer's Workflow
chriscoyier
696
190k
It's Worth the Effort
3n
187
28k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.4k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
800
Code Reviewing Like a Champion
maltzj
525
40k
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