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
71
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
25
MEAN: JavaScript do navegador ao servidor
vitornogueira
3
70
IoT: Arduino e Node.js
vitornogueira
2
190
AngularJS
vitornogueira
3
160
Priceapp
vitornogueira
0
68
Other Decks in Programming
See All in Programming
대규모 트래픽을 처리하는 프론트 개발자의 전략
maryang
0
120
ワープロって実は計算機で
pepepper
2
1.2k
変化を楽しむエンジニアリング ~ いままでとこれから ~
murajun1978
0
680
MCP連携で加速するAI駆動開発/mcp integration accelerates ai-driven-development
bpstudy
0
280
CEDEC2025 長期運営ゲームをあと10年続けるための0から始める自動テスト ~4000項目を50%自動化し、月1→毎日実行にした3年間~
akatsukigames_tech
0
110
Android 15以上でPDFのテキスト検索を爆速開発!
tonionagauzzi
0
190
Claude Code で Astro blog を Pages から Workers へ移行してみた
codehex
0
180
ZeroETLで始めるDynamoDBとS3の連携
afooooil
0
150
新しいモバイルアプリ勉強会(仮)について
uetyo
1
250
オホーツクでコミュニティを立ち上げた理由―地方出身プログラマの挑戦 / TechRAMEN 2025 Conference
lemonade_37
1
450
Google I/O Extended Incheon 2025 ~ What's new in Android development tools
pluu
1
250
MySQL9でベクトルカラム登場!PHP×AWSでのAI/類似検索はこう変わる
suguruooki
1
290
Featured
See All Featured
How to train your dragon (web standard)
notwaldorf
96
6.2k
Speed Design
sergeychernyshev
32
1.1k
Navigating Team Friction
lara
188
15k
Done Done
chrislema
185
16k
The Cost Of JavaScript in 2023
addyosmani
51
8.8k
Gamification - CAS2011
davidbonilla
81
5.4k
Designing for Performance
lara
610
69k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.5k
Being A Developer After 40
akosma
90
590k
Scaling GitHub
holman
461
140k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
750
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