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
IoT: Node.js e Arduino
Search
Vítor Nogueira
October 28, 2017
Programming
0
65
IoT: Node.js e Arduino
Vítor Nogueira
October 28, 2017
Tweet
Share
More Decks by Vítor Nogueira
See All by Vítor Nogueira
Continuous Delivery
vitornogueira
0
19
MEAN: JavaScript do navegador ao servidor
vitornogueira
3
64
IoT: Arduino e Node.js
vitornogueira
2
180
AngularJS
vitornogueira
3
160
Priceapp
vitornogueira
0
62
Other Decks in Programming
See All in Programming
テストコード書いてみませんか?
onopon
2
120
アクターシステムに頼らずEvent Sourcingする方法について
j5ik2o
4
280
わたしの星のままで一番星になる ~ 出産を機にSIerからEC事業会社に転職した話 ~
kimura_m_29
0
180
return文におけるstd::moveについて
onihusube
1
1.1k
ゆるやかにgolangci-lintのルールを強くする / Kyoto.go #56
utgwkk
2
390
テストコード文化を0から作り、変化し続けた組織
kazatohiei
2
1.5k
useSyncExternalStoreを使いまくる
ssssota
6
1.1k
【re:Growth 2024】 Aurora DSQL をちゃんと話します!
maroon1st
0
780
Monixと常駐プログラムの勘どころ / Scalaわいわい勉強会 #4
stoneream
0
280
PSR-15 はあなたのための ものではない? - phpcon2024
myamagishi
0
130
Refactor your code - refactor yourself
xosofox
1
260
見えないメモリを観測する: PHP 8.4 `pg_result_memory_size()` とSQL結果のメモリ管理
kentaroutakeda
0
360
Featured
See All Featured
StorybookのUI Testing Handbookを読んだ
zakiyama
27
5.3k
Typedesign – Prime Four
hannesfritz
40
2.4k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Imperfection Machines: The Place of Print at Facebook
scottboms
266
13k
Why You Should Never Use an ORM
jnunemaker
PRO
54
9.1k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
28
2.1k
How STYLIGHT went responsive
nonsquared
95
5.2k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
95
17k
Keith and Marios Guide to Fast Websites
keithpitt
410
22k
Building Flexible Design Systems
yeseniaperezcruz
327
38k
What's in a price? How to price your products and services
michaelherold
243
12k
Fantastic passwords and where to find them - at NoRuKo
philnash
50
2.9k
Transcript
IoT: Node.js e Arduino
Vitor Nogueira github.com/vitornogueira
[email protected]
Internet of Things
Internet of Things Conectar os objetos utilizados em nosso dia
a dia na web para que possam conversar entre si. https://www.youtube.com/watch?v=jlkvzcG1UMk
Arduino
Plataforma de prototipagem eletrônica de hardware livre com suporte a
I/O digital e analógica. Arduino
Possui uma interface serial na qual podemos programá-la e interagi-la
quando interligada ao computador . http://pt.wikipedia.org/wiki/Arduino Arduino
Node.js
Plataforma criada para desenvolver aplicações de rede rápidas e escaláveis
utilizando JavaScript. Node.js
Utiliza um modelo de I/O direcionado a evento não bloqueante
que o torna leve e eficiente, ideal para aplicações em tempo real com troca intensa de dados através de dispositivos distribuídos. Node.js
Johnny-Five Tessel Node.js
The NodeCopter - Programming flying robots with node.js http://www.nodecopter.com/ JavaScript
que voa - Daniel Filho http://imasters.com.br/front-end/javascript/video-javascript-que-voa/ Node.js
https://github.com/ignicaodigitalbr/node-arduino
- http://en.wikipedia.org/wiki/Internet_of_Things - http://g1.globo.com/jornal-da-globo/noticia/2014/11/internet-das-coisas-permite-que-tudo- ao-nosso-redor-esteja-conectado.html - http://www.techtudo.com.br/noticias/noticia/2014/08/internet-das-coisas-entenda-o-conc eito-e-o-que-muda-com-tecnologia.html - http://www.arduino.cc/
- http://pt.wikipedia.org/wiki/Arduino - https://developer.mozilla.org/en-US/docs/Web/JavaScript - http://vitorleal.com/ - https://speakerdeck.com/vitorleal/conhecendo-o-mundo-da-internet-das-coisas - http://iot.telefonicabeta.com - http://nodejs.org/ - http://www.nodecopter.com/ - https://github.com/rwaldron/johnny-five Links e Referências
- https://speakerdeck.com/vitorleal/desenvolvendo-wearables-com-js - http://tableless.com.br/o-que-nodejs-primeiros-passos-com-node-js/ - https://strongloop.com/node-js/why-node/ - http://www.slideshare.net/joemccann/the-business-case-for-node - http://imasters.com.br/artigo/22016/javascript/o-que-exatamente-e-o-nodejs/
Links e Referências