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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Houssan A. Hijazi
September 25, 2018
Programming
0
260
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
380
Jetpack Compose Um novo jeito de construir Views no Android
hussanhijazi
1
320
Encender una cafetera con Micropython, MQTT y Android
hussanhijazi
0
320
MQTT com café ou vice-versa
hussanhijazi
0
300
MVVM com RxJava com Kotlin
hussanhijazi
0
270
Kotlin A nova linguagem oficial do Android
hussanhijazi
0
280
Desenvolvimento ágil
hussanhijazi
0
270
Android: Por onde começar?
hussanhijazi
0
290
Padrões de Projeto e Qualidade de Software
hussanhijazi
0
280
Other Decks in Programming
See All in Programming
AIに仕事を丸投げしたら、本当に楽になれるのか
dip_tech
PRO
0
180
あなたはユーザーではない #PdENight
kajitack
4
300
AIプロダクト時代のQAエンジニアに求められること
imtnd
2
640
Claude Codeセッション現状確認 2026福岡 / fukuoka-aicoding-00-beacon
monochromegane
3
380
Ruby x Terminal
a_matsuda
5
560
メタプログラミングで実現する「コードを仕様にする」仕組み/nikkei-tech-talk43
nikkei_engineer_recruiting
0
150
CSC307 Lecture 10
javiergs
PRO
1
690
ベクトル検索のフィルタを用いた機械学習モデルとの統合 / python-meetup-fukuoka-06-vector-attr
monochromegane
2
230
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
370
浮動小数の比較について
kishikawakatsumi
0
370
AI主導でFastAPIのWebサービスを作るときに 人間が構造化すべき境界線
okajun35
0
490
Rails Girls Tokyo 18th GMO Pepabo Sponsor Talk
yutokyokutyo
0
190
Featured
See All Featured
AI Search: Where Are We & What Can We Do About It?
aleyda
0
7.1k
The Curious Case for Waylosing
cassininazir
0
260
jQuery: Nuts, Bolts and Bling
dougneiner
65
8.4k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
How to Ace a Technical Interview
jacobian
281
24k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.4k
Hiding What from Whom? A Critical Review of the History of Programming languages for Music
tomoyanonymous
2
480
svc-hook: hooking system calls on ARM64 by binary rewriting
retrage
1
140
How GitHub (no longer) Works
holman
316
140k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.7k
Context Engineering - Making Every Token Count
addyosmani
9
730
How to audit for AI Accessibility on your Front & Back End
davetheseo
0
200
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!