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
240
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
350
Jetpack Compose Um novo jeito de construir Views no Android
hussanhijazi
1
280
Encender una cafetera con Micropython, MQTT y Android
hussanhijazi
0
290
MQTT com café ou vice-versa
hussanhijazi
0
280
MVVM com RxJava com Kotlin
hussanhijazi
0
240
Kotlin A nova linguagem oficial do Android
hussanhijazi
0
260
Desenvolvimento ágil
hussanhijazi
0
240
Android: Por onde começar?
hussanhijazi
0
260
Padrões de Projeto e Qualidade de Software
hussanhijazi
0
250
Other Decks in Programming
See All in Programming
JVM の仕組みを理解して PHP で実装してみよう
m3m0r7
PRO
1
260
単体テストの始め方/作り方
toms74209200
0
320
セキュリティマネジャー廃止とクラウドネイティブ型サンドボックス活用
kazumura
1
130
TypeScript LSP の今までとこれから
quramy
1
250
コード書くの好きな人向けAIコーディング活用tips #orestudy
77web
3
200
Feature Flag 自動お掃除のための TypeScript プログラム変換
azrsh
PRO
4
660
OpenNext + Hono on Cloudflare でイマドキWeb開発スタックを実現する
rokuosan
0
110
RubyKaigi Hack Space in Tokyo & 函館最速 "予習" 会 / RubyKaigi Hack Space in Tokyo & The Fastest Briefing of RubyKaigi 2026 in Hakodate
moznion
1
130
人には人それぞれのサービス層がある
shimabox
3
610
型安全なDrag and Dropの設計を考える
yudppp
5
690
Javaに鉄道指向プログラミング (Railway Oriented Pro gramming) のエッセンスを取り入れる/Bringing the Essence of Railway-Oriented Programming to Java
cocet33000
1
420
從零到一:搭建你的第一個 Observability 平台
blueswen
0
280
Featured
See All Featured
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.5k
Embracing the Ebb and Flow
colly
85
4.7k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
1
96
4 Signs Your Business is Dying
shpigford
183
22k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
48
5.4k
Writing Fast Ruby
sferik
628
61k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
228
22k
Thoughts on Productivity
jonyablonski
69
4.7k
Six Lessons from altMBA
skipperchong
28
3.8k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.3k
Transcript
Prototipando com RaspberryPi e Node-RED +
Quem? • André Queiroz - andrequeiroz.com@gmail.com ◦ Analista de suporte
◦ 7 anos experiência com Arduino ◦ 1 ano experiência com RaspberryPi
Quem? • Houssan Ali Hijazi - hussanhijazi@gmail.com ◦ 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!