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
250
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
AIエージェントはこう育てる - GitHub Copilot Agentとチームの共進化サイクル
koboriakira
0
460
Team operations that are not burdened by SRE
kazatohiei
1
270
PHPでWebSocketサーバーを実装しよう2025
kubotak
0
230
なぜ「共通化」を考え、失敗を繰り返すのか
rinchoku
1
590
git worktree × Claude Code × MCP ~生成AI時代の並列開発フロー~
hisuzuya
1
510
iOSアプリ開発で 関数型プログラミングを実現する The Composable Architectureの紹介
yimajo
2
220
すべてのコンテキストを、 ユーザー価値に変える
applism118
2
950
Team topologies and the microservice architecture: a synergistic relationship
cer
PRO
0
1.1k
たった 1 枚の PHP ファイルで実装する MCP サーバ / MCP Server with Vanilla PHP
okashoi
1
210
アンドパッドの Go 勉強会「 gopher 会」とその内容の紹介
andpad
0
270
第9回 情シス転職ミートアップ 株式会社IVRy(アイブリー)の紹介
ivry_presentationmaterials
1
250
Kotlin エンジニアへ送る:Swift 案件に参加させられる日に備えて~似てるけど色々違う Swift の仕様 / from Kotlin to Swift
lovee
1
260
Featured
See All Featured
Side Projects
sachag
455
42k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
138
34k
A Tale of Four Properties
chriscoyier
160
23k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
22k
Thoughts on Productivity
jonyablonski
69
4.7k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
107
19k
Code Review Best Practice
trishagee
68
18k
Scaling GitHub
holman
459
140k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.3k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
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!