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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Vítor Nogueira
October 28, 2017
Programming
0
77
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
32
MEAN: JavaScript do navegador ao servidor
vitornogueira
3
75
IoT: Arduino e Node.js
vitornogueira
2
200
AngularJS
vitornogueira
3
170
Priceapp
vitornogueira
0
73
Other Decks in Programming
See All in Programming
オブザーバビリティ駆動開発って実際どうなの?
yohfee
2
630
Claude Codeセッション現状確認 2026福岡 / fukuoka-aicoding-00-beacon
monochromegane
3
350
CSC307 Lecture 08
javiergs
PRO
0
690
Go Conference mini in Sendai 2026 : Goに新機能を提案し実装されるまでのフロー徹底解説
yamatoya
0
470
CSC307 Lecture 09
javiergs
PRO
1
850
「やめとこ」がなくなった — 1月にZennを始めて22本書いた AI共創開発のリアル
atani14
0
330
株式会社 Sun terras カンパニーデック
sunterras
0
1.9k
20260228_JAWS_Beginner_Kansai
takuyay0ne
5
370
new(1.26) ← これすき / kamakura.go #8
utgwkk
0
1k
朝日新聞のデジタル版を支えるGoバックエンド ー価値ある情報をいち早く確実にお届けするために
junkiishida
1
290
受け入れテスト駆動開発(ATDD)×AI駆動開発 AI時代のATDDの取り組み方を考える
kztakasaki
2
500
Oxlint JS plugins
kazupon
1
1.1k
Featured
See All Featured
Unsuck your backbone
ammeep
671
58k
Testing 201, or: Great Expectations
jmmastey
46
8.1k
Rebuilding a faster, lazier Slack
samanthasiow
85
9.4k
Stop Working from a Prison Cell
hatefulcrawdad
274
21k
The #1 spot is gone: here's how to win anyway
tamaranovitovic
2
970
Navigating Weather and Climate Data
rabernat
0
130
Chasing Engaging Ingredients in Design
codingconduct
0
130
Reality Check: Gamification 10 Years Later
codingconduct
0
2k
From π to Pie charts
rasagy
0
140
Are puppies a ranking factor?
jonoalderson
1
3k
The innovator’s Mindset - Leading Through an Era of Exponential Change - McGill University 2025
jdejongh
PRO
1
110
Building a Scalable Design System with Sketch
lauravandoore
463
34k
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