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
Mark Wolfe
May 28, 2013
Programming
1
140
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
59
Getting Into Vue.js
wolfeidau
0
180
AWS Automation With Lambda
wolfeidau
1
86
Ansible and Cloudformation
wolfeidau
1
220
Docker Security
wolfeidau
0
180
Building a Proxy in Go
wolfeidau
2
360
Using JWT to Authenticate Microservices
wolfeidau
1
240
Managing Secrets IN AWS
wolfeidau
0
130
ESPlant Workshop Firmware Overview and Demos
wolfeidau
0
120
Other Decks in Programming
See All in Programming
DevinとCursorから学ぶAIエージェントメモリーの設計とMoatの考え方
itarutomy
1
640
ペアーズでの、Langfuseを中心とした評価ドリブンなリリースサイクルのご紹介
fukubaka0825
2
300
Kanzawa.rbのLT大会を支える技術の裏側を変更する Ruby on Rails + Litestream 編
muryoimpl
0
220
ARA Ansible for the teams
kksat
0
150
“あなた” の開発を支援する AI エージェント Bedrock Engineer / introducing-bedrock-engineer
gawa
11
1.8k
Lottieアニメーションをカスタマイズしてみた
tahia910
0
120
Honoのおもしろいミドルウェアをみてみよう
yusukebe
1
200
データの整合性を保つ非同期処理アーキテクチャパターン / Async Architecture Patterns
mokuo
41
15k
Kubernetes History Inspector(KHI)を触ってみた
bells17
0
200
昭和の職場からアジャイルの世界へ
kumagoro95
1
350
CloudNativePGがCNCF Sandboxプロジェクトになったぞ! 〜CloudNativePGの仕組みの紹介〜
nnaka2992
0
220
知られざるDMMデータエンジニアの生態 〜かつてツチノコと呼ばれし者〜
takaha4k
4
1.3k
Featured
See All Featured
Faster Mobile Websites
deanohume
306
31k
The Power of CSS Pseudo Elements
geoffreycrofte
75
5.5k
Intergalactic Javascript Robots from Outer Space
tanoku
270
27k
Into the Great Unknown - MozCon
thekraken
35
1.6k
Practical Orchestrator
shlominoach
186
10k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.6k
Facilitating Awesome Meetings
lara
51
6.2k
The Cost Of JavaScript in 2023
addyosmani
47
7.3k
Thoughts on Productivity
jonyablonski
69
4.5k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
49k
Optimising Largest Contentful Paint
csswizardry
34
3.1k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
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