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
230
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
340
Jetpack Compose Um novo jeito de construir Views no Android
hussanhijazi
1
270
Encender una cafetera con Micropython, MQTT y Android
hussanhijazi
0
280
MQTT com café ou vice-versa
hussanhijazi
0
280
MVVM com RxJava com Kotlin
hussanhijazi
0
230
Kotlin A nova linguagem oficial do Android
hussanhijazi
0
260
Desenvolvimento ágil
hussanhijazi
0
240
Android: Por onde começar?
hussanhijazi
0
250
Padrões de Projeto e Qualidade de Software
hussanhijazi
0
250
Other Decks in Programming
See All in Programming
Dissecting and Reconstructing Ruby Syntactic Structures
ydah
3
2.1k
設計の本質:コード、システム、そして組織へ / The Essence of Design: To Code, Systems, and Organizations
nrslib
10
3.7k
generative-ai-use-cases(GenU)の推しポイント ~2025年4月版~
hideg
1
380
RuboCop: Modularity and AST Insights
koic
2
2.5k
Flutterでllama.cppをつかってローカルLLMを試してみた
sakuraidayo
0
130
Cursor/Devin全社導入の理想と現実
saitoryc
28
21k
Enterprise Web App. Development (1): Build Tool Training Ver. 5
knakagawa
1
120
AIコーディングの理想と現実
tomohisa
35
37k
UMAPをざっくりと理解 / Overview of UMAP
kaityo256
PRO
3
1.5k
Orleans + Sekiban + SignalR でリアルタイムWeb作ってみた
tomohisa
0
240
プロダクト横断分析に役立つ、事前集計しないサマリーテーブル設計
hanon52_
3
540
Bedrock × Confluenceで簡単(?)社内RAG
iharuoru
1
110
Featured
See All Featured
Writing Fast Ruby
sferik
628
61k
Raft: Consensus for Rubyists
vanstee
137
6.9k
Being A Developer After 40
akosma
91
590k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Product Roadmaps are Hard
iamctodd
PRO
53
11k
Adopting Sorbet at Scale
ufuk
76
9.3k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
227
22k
Documentation Writing (for coders)
carmenintech
71
4.8k
We Have a Design System, Now What?
morganepeng
52
7.6k
Build your cross-platform service in a week with App Engine
jlugia
230
18k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
19
1.2k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
13
830
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!