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
Prototipando com RaspberryPi e Node-RED
Search
Houssan A. Hijazi
September 25, 2018
Programming
0
250
Prototipando com RaspberryPi e Node-RED
Houssan A. Hijazi
September 25, 2018
Tweet
Share
More Decks by Houssan A. Hijazi
See All by Houssan A. Hijazi
Ligando uma cafeteira com Micropython, Mqtt e Android
hussanhijazi
0
370
Jetpack Compose Um novo jeito de construir Views no Android
hussanhijazi
1
290
Encender una cafetera con Micropython, MQTT y Android
hussanhijazi
0
310
MQTT com café ou vice-versa
hussanhijazi
0
300
MVVM com RxJava com Kotlin
hussanhijazi
0
260
Kotlin A nova linguagem oficial do Android
hussanhijazi
0
270
Desenvolvimento ágil
hussanhijazi
0
250
Android: Por onde começar?
hussanhijazi
0
280
Padrões de Projeto e Qualidade de Software
hussanhijazi
0
270
Other Decks in Programming
See All in Programming
Kotlinで実装するCPU/GPU 「協調的」パフォーマンス管理
matuyuhi
0
240
SODA - FACT BOOK(JP)
sodainc
1
9.1k
3年ぶりにコードを書いた元CTOが Claude Codeと30分でMVPを作った話
maikokojima
0
730
モテるデスク環境
mozumasu
3
1.4k
実践Claude Code:20の失敗から学ぶAIペアプログラミング
takedatakashi
18
9.4k
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
670
開発組織の戦略的な役割と 設計スキル向上の効果
masuda220
PRO
10
2k
Swift Concurrency 年表クイズ
omochi
3
220
퇴근 후 1억이 거래되는 서비스 만들기 | 내가 AI를 사용하는 방법
maryang
2
320
マイベストのシンプルなデータ基盤の話 - Googleスイートとのつき合い方 / mybest-simple-data-architecture-google-nized
snhryt
0
120
Blazing Fast UI Development with Compose Hot Reload (Bangladesh KUG, October 2025)
zsmb
2
440
社会人になっても趣味開発を続けたい! / traPavilion
mazrean
1
120
Featured
See All Featured
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
Producing Creativity
orderedlist
PRO
348
40k
Facilitating Awesome Meetings
lara
57
6.6k
Docker and Python
trallard
46
3.6k
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
The Pragmatic Product Professional
lauravandoore
36
7k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
We Have a Design System, Now What?
morganepeng
54
7.9k
Building Better People: How to give real-time feedback that sticks.
wjessup
370
20k
A Tale of Four Properties
chriscoyier
161
23k
Transcript
Prototipando com RaspberryPi e Node-RED +
Quem? • André Queiroz -
[email protected]
◦ Analista de suporte
◦ 7 anos experiência com Arduino ◦ 1 ano experiência com RaspberryPi
Quem? • Houssan Ali Hijazi -
[email protected]
◦ Organizador GDG
Foz do Iguaçu ◦ Desenvolvedor Android na Ignus Digital - https://ignusdigital.com/ ◦ http://www.lojasparaguai.com.br/ ◦ http://www.desaparecidosbr.org/
História RaspberryPi • Inglaterra: Universidade de Cambridge • Criador: Pete
Lomas • Início: 2006 • Início das Vendas: 2012
RaspberryPi • Promover o ensino de TI nas escolas •
Prototipação • Inclusão digital • Cloud, Big Data • IOT • Plataforma Oficial de Testes (Android Things)
Versões • 2012: Raspberry Pi • 2014: Raspberry Pi A+
• 2015: Raspberry Pi 2 / Raspberry Pi Zero • 2016: Raspberry Pi 3 B / Raspberry Pi 3 B + • 2017: Raspberry Zero W
None
GPIO
Sistema Operacional • Raspbian • Android Things • Windows 10
IOT CORE • Ubuntu Core • Pidora • OSMC • RetroPie (games)
• Escrever código • Conhecer uma linguagem (Python) • Ambiente
• IDE / Editor E para desenvolver ?
Modo desenvolvedor
Node-RED • Desenvolvido pela IBM • Javascript / Dependência do
Node.Js • Ferramenta de desenvolvimento baseada em fluxo • Conectar dispositivos de hardware • Editor de fluxo baseado em navegador
Instalação Node-RED • Instalar Node.js ($ sudo apt-get install nodejs-legacy)
• Instalar npm ($ sudo apt-get install npm) • Instalar Node-RED ($ sudo npm install -g --unsafe-perm node-red node-red-admin) • Executar Node-RED ($ node-red) http://127.0.0.1:1880/
Prototipando 3V
GPIO
Go Go Go...
Dúvidas…
Links • https://www.raspberrypi.org/ • https://www.raspberrypi.org/downloads/raspbian/ • https://nodered.org/ • https://www.youtube.com/watch?v=nTomhTSao4g
Obrigado!