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
21
MEAN: JavaScript do navegador ao servidor
vitornogueira
3
66
IoT: Arduino e Node.js
vitornogueira
2
190
AngularJS
vitornogueira
3
160
Priceapp
vitornogueira
0
64
Other Decks in Programming
See All in Programming
Amazon Q Developer Proで効率化するAPI開発入門
seike460
PRO
0
110
dbt Pythonモデルで実現するSnowflake活用術
trsnium
0
160
Rubyで始める関数型ドメインモデリング
shogo_tksk
0
110
『テスト書いた方が開発が早いじゃん』を解き明かす #phpcon_nagoya
o0h
PRO
2
260
Kubernetes History Inspector(KHI)を触ってみた
bells17
0
230
Honoとフロントエンドの 型安全性について
yodaka
7
1.2k
データの整合性を保つ非同期処理アーキテクチャパターン / Async Architecture Patterns
mokuo
47
17k
苦しいTiDBへの移行を乗り越えて快適な運用を目指す
leveragestech
0
600
『GO』アプリ バックエンドサーバのコスト削減
mot_techtalk
0
140
Amazon S3 TablesとAmazon S3 Metadataを触ってみた / 20250201-jawsug-tochigi-s3tables-s3metadata
kasacchiful
0
170
Introduction to kotlinx.rpc
arawn
0
700
PHPのバージョンアップ時にも役立ったAST
matsuo_atsushi
0
110
Featured
See All Featured
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
46
2.3k
Fireside Chat
paigeccino
34
3.2k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
120k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
114
50k
A designer walks into a library…
pauljervisheath
205
24k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.7k
Building Flexible Design Systems
yeseniaperezcruz
328
38k
BBQ
matthewcrist
87
9.5k
Docker and Python
trallard
44
3.3k
We Have a Design System, Now What?
morganepeng
51
7.4k
Code Review Best Practice
trishagee
67
18k
It's Worth the Effort
3n
184
28k
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