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
69
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
24
MEAN: JavaScript do navegador ao servidor
vitornogueira
3
68
IoT: Arduino e Node.js
vitornogueira
2
190
AngularJS
vitornogueira
3
160
Priceapp
vitornogueira
0
66
Other Decks in Programming
See All in Programming
Agentic Applications with Symfony
el_stoffel
2
310
Building a macOS screen saver with Kotlin (Android Makers 2025)
zsmb
1
150
Defying Front-End Inertia: Inertia.js on Rails
skryukov
0
490
大LLM時代にこの先生きのこるには-ITエンジニア編
fumiyakume
7
3k
アプリを起動せずにアプリを開発して品質と生産性を上げる
ishkawa
0
2.8k
On-the-fly Suggestions of Rewriting Method Deprecations
ohbarye
1
2.6k
Building Scalable Mobile Projects: Fast Builds, High Reusability and Clear Ownership
cyrilmottier
2
290
RubyKaigi Dev Meeting 2025
tenderlove
1
170
リストビュー画面UX改善の振り返り
splcywolf
0
140
Strategic Design (DDD)for the Frontend @DDD Meetup Stuttgart
manfredsteyer
PRO
0
160
メモリウォールを超えて:キャッシュメモリ技術の進歩
kawayu
0
1.9k
複雑なフォームの jotai 設計 / Designing jotai(state) for Complex Forms #layerx_frontend
izumin5210
4
1k
Featured
See All Featured
Code Reviewing Like a Champion
maltzj
522
40k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
What's in a price? How to price your products and services
michaelherold
245
12k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
49k
Building an army of robots
kneath
304
45k
How to Think Like a Performance Engineer
csswizardry
23
1.5k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
The Language of Interfaces
destraynor
157
25k
How GitHub (no longer) Works
holman
314
140k
Fontdeck: Realign not Redesign
paulrobertlloyd
83
5.5k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
13
680
Java REST API Framework Comparison - PWX 2021
mraible
30
8.5k
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