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
Embedded Programming with Javascript
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Mark Wolfe
May 28, 2013
Programming
1
150
Embedded Programming with Javascript
Brief presentation showing how to get started with embedded programming using javascript and NodeJS
Mark Wolfe
May 28, 2013
Tweet
Share
More Decks by Mark Wolfe
See All by Mark Wolfe
IP Networking in AWS
wolfeidau
0
76
Getting Into Vue.js
wolfeidau
0
200
AWS Automation With Lambda
wolfeidau
1
94
Ansible and Cloudformation
wolfeidau
1
230
Docker Security
wolfeidau
0
200
Building a Proxy in Go
wolfeidau
2
390
Using JWT to Authenticate Microservices
wolfeidau
1
260
Managing Secrets IN AWS
wolfeidau
0
160
ESPlant Workshop Firmware Overview and Demos
wolfeidau
0
140
Other Decks in Programming
See All in Programming
ポーリング処理廃止によるイベント駆動アーキテクチャへの移行
seitarof
3
750
AI時代のソフトウェア開発でも「人が仕様を書く」から始めよう-医療IT現場での実践とこれから
koukimiura
0
140
Railsの気持ちを考えながらコントローラとビューを整頓する/tidying-rails-controllers-and-views-as-rails-think
moro
5
390
エージェント開発初心者の僕がエージェントを作った話と今後やりたいこと
thasu0123
0
240
Vuetify 3 → 4 何が変わった?差分と移行ポイント10分まとめ
koukimiura
0
110
maplibre-gl-layers - 地図に移動体たくさん表示したい
kekyo
PRO
0
240
DevinとClaude Code、SREの現場で使い倒してみた件
karia
1
1k
encoding/json/v2のUnmarshalはこう変わった:内部実装で見る設計改善
kurakura0916
0
390
PostgreSQL を使った快適な go test 環境を求めて
otakakot
0
530
S3ストレージクラスの「見える」「ある」「使える」は全部違う ─ 体験から見た、仕様の深淵を覗く
ya_ma23
0
270
AIコーディングの理想と現実 2026 | AI Coding: Expectations vs. Reality 2026
tomohisa
0
1.2k
AIとペアプロして処理時間を97%削減した話 #pyconshizu
kashewnuts
1
220
Featured
See All Featured
How to Grow Your eCommerce with AI & Automation
katarinadahlin
PRO
1
140
My Coaching Mixtape
mlcsv
0
69
Taking LLMs out of the black box: A practical guide to human-in-the-loop distillation
inesmontani
PRO
3
2.1k
Public Speaking Without Barfing On Your Shoes - THAT 2023
reverentgeek
1
330
Bash Introduction
62gerente
615
210k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
16k
More Than Pixels: Becoming A User Experience Designer
marktimemedia
3
350
Building Flexible Design Systems
yeseniaperezcruz
330
40k
Mozcon NYC 2025: Stop Losing SEO Traffic
samtorres
0
170
The Power of CSS Pseudo Elements
geoffreycrofte
82
6.2k
Rails Girls Zürich Keynote
gr2m
96
14k
Chasing Engaging Ingredients in Design
codingconduct
0
140
Transcript
Embedded Programming with Javascript by Mark Wolfe Tuesday, 28 May
13
Who is this guy? Tuesday, 28 May 13
Why Javascript? • Handy Language to know • Similar syntax
to Java, C, C++ and C# • Simple language Tuesday, 28 May 13
Why NodeJS? • Small Fast Runtime • Powered by v8
• Ported to ARM for use on Android and IOS • Small memory footprint • Simple templates for native modules Tuesday, 28 May 13
Where to start? • Learn some: • Linux • HTML5
and friends • Javascript • TCP/IP Tuesday, 28 May 13
Things to make Tuesday, 28 May 13
Building blocks • Lots of existing npm modules out there
• serialport • gpio • socket io • express • node-levelup Tuesday, 28 May 13
Example Tuesday, 28 May 13
Things Tuesday, 28 May 13
Questions? Tuesday, 28 May 13
Links • http://ninjablocks.com/ • http://expressjs.com/ • http://socket.io/ • https://github.com/rvagg/node-levelup •
https://npmjs.org/package/gpio • https://github.com/voodootikigod/node- Tuesday, 28 May 13
Contact •
[email protected]
• https://github.com/wolfeidau • @wolfeidau on twitter Tuesday,
28 May 13