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
66
Getting Into Vue.js
wolfeidau
0
190
AWS Automation With Lambda
wolfeidau
1
89
Ansible and Cloudformation
wolfeidau
1
230
Docker Security
wolfeidau
0
190
Building a Proxy in Go
wolfeidau
2
370
Using JWT to Authenticate Microservices
wolfeidau
1
240
Managing Secrets IN AWS
wolfeidau
0
140
ESPlant Workshop Firmware Overview and Demos
wolfeidau
0
120
Other Decks in Programming
See All in Programming
A comprehensive view of refactoring
marabesi
0
970
Kotlin エンジニアへ送る:Swift 案件に参加させられる日に備えて~似てるけど色々違う Swift の仕様 / from Kotlin to Swift
lovee
1
250
AIコーディング道場勉強会#2 君(エンジニア)たちはどう生きるか
misakiotb
1
240
GraphRAGの仕組みまるわかり
tosuri13
7
460
[初登壇@jAZUG]アプリ開発者が気になるGoogleCloud/Azure+wasm/wasi
asaringo
0
130
明示と暗黙 ー PHPとGoの インターフェイスの違いを知る
shimabox
2
180
Create a website using Spatial Web
akkeylab
0
290
iOSアプリ開発で 関数型プログラミングを実現する The Composable Architectureの紹介
yimajo
2
210
データベースコネクションプール(DBCP)の変遷と理解
fujikawa8
1
270
deno-redisの紹介とJSRパッケージの運用について (toranoana.deno #21)
uki00a
0
130
生成AIコーディングとの向き合い方、AIと共創するという考え方 / How to deal with generative AI coding and the concept of co-creating with AI
seike460
PRO
1
320
A2A プロトコルを試してみる
azukiazusa1
2
920
Featured
See All Featured
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.8k
KATA
mclloyd
29
14k
Become a Pro
speakerdeck
PRO
28
5.4k
Stop Working from a Prison Cell
hatefulcrawdad
270
20k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.8k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
How to train your dragon (web standard)
notwaldorf
92
6.1k
The Straight Up "How To Draw Better" Workshop
denniskardys
233
140k
A Tale of Four Properties
chriscoyier
160
23k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
46
9.6k
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.6k
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