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
Brasilino: Como uma biblioteca Arduino pode ger...
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Otacilio Saraiva Maia Neto
December 08, 2018
Technology
0
49
Brasilino: Como uma biblioteca Arduino pode gerar inclusão de novas pessoas ao mundo do Arduino.
Apresentação realizada na The Developers Conference Porto Alegre 2018, na trilha Arduino&Makers
Otacilio Saraiva Maia Neto
December 08, 2018
Tweet
Share
More Decks by Otacilio Saraiva Maia Neto
See All by Otacilio Saraiva Maia Neto
Pergunte pro Marty: Usando IA na criação de chatbots para Whatsapp
otacilion
0
59
Primeiros passos com Git e GitHub
otacilion
0
87
Pitch - Como vender uma ideia em poucos minutos
otacilion
0
120
What makes Latam communities different and what you can learn with them
otacilion
0
75
Risoflora - Status Report 2
otacilion
0
160
Dossiê Risoflora - Status Report 2
otacilion
0
120
Como o GraphQL mudou nossa relação cliente-servidor
otacilion
0
110
Workshop Arduino Day 2019
otacilion
0
58
Brasilino Arduino Day Recife 2019
otacilion
0
57
Other Decks in Technology
See All in Technology
Kaggleで鍛えたスキルの実務での活かし方 競技とプロダクト開発のリアル
recruitengineers
PRO
1
140
白金鉱業Meetup_Vol.22_Orbital Senseを支える衛星画像のマルチモーダルエンベディングと地理空間のあいまい検索技術
brainpadpr
2
200
JAWS DAYS 2026 CDP道場 事前説明会 / JAWS DAYS 2026 CDP Dojo briefing document
naospon
0
140
Data Hubグループ 紹介資料
sansan33
PRO
0
2.8k
LY Tableauでの Tableau x AIの実践 (at Tableau Now! - 2026-02-26)
yoshitakaarakawa
0
1.3k
ビズリーチにおける検索・推薦の取り組み / DEIM2026
visional_engineering_and_design
1
100
大規模な組織におけるAI Agent活用の促進と課題
lycorptech_jp
PRO
6
7.7k
大規模サービスにおける レガシーコードからReactへの移行
magicpod
1
130
「ヒットする」+「近い」を同時にかなえるスマートサジェストの作り方.pdf
nakasho
0
110
Introduction to Sansan Meishi Maker Development Engineer
sansan33
PRO
0
360
Agentic Codingの実践とチームで導入するための工夫
lycorptech_jp
PRO
0
400
EMからVPoEを経てCTOへ:マネジメントキャリアパスにおける葛藤と成長
kakehashi
PRO
6
850
Featured
See All Featured
Un-Boring Meetings
codingconduct
0
220
Optimizing for Happiness
mojombo
378
71k
[RailsConf 2023] Rails as a piece of cake
palkan
59
6.3k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
17k
Practical Orchestrator
shlominoach
191
11k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
199
73k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
10k
What does AI have to do with Human Rights?
axbom
PRO
1
2k
Prompt Engineering for Job Search
mfonobong
0
180
Side Projects
sachag
455
43k
The Illustrated Children's Guide to Kubernetes
chrisshort
51
52k
Redefining SEO in the New Era of Traffic Generation
szymonslowik
1
230
Transcript
Globalcode – Open4education Trilha – Arduino & Makers Otacilio Maia
Brasilino: Como uma biblioteca Arduino pode gerar inclusão de novas pessoas ao mundo do Arduino. Student and Intern at Cesar, GitHub Campus Expert & FilipeFlop MakerHero
Globalcode – Open4education Oi, eu sou Otacilio
Globalcode – Open4education Oi, eu sou Otacilio
Globalcode – Open4education Oi, eu sou Otacilio
Globalcode – Open4education O começo
Globalcode – Open4education O começo
Globalcode – Open4education EF EPI 2018
Globalcode – Open4education E se tivesse como programar assim? funcao
configurar() { saida(13); }
Globalcode – Open4education E se tivesse como programar assim? funcao
configurar() { saida(13); } funcao repetir() { ligar(13); esperar(1); desligar(13); esperar(1); }
Globalcode – Open4education Diretivas de pré-processador #define repetir loop
Globalcode – Open4education Diretivas de pré-processador #define repetir loop #define
escreverDigital(pino, valor) digitalWrite(pino, valor)
Globalcode – Open4education Diretivas de pré-processador #define repetir loop #define
escreverDigital(pino, valor) digitalWrite(pino, valor) #define ligar(pino) digitalWrite(pino, HIGH)
Globalcode – Open4education Diretivas de pré-processador #define repetir loop #define
escreverDigital(pino, valor) digitalWrite(pino, valor) #define ligar(pino) digitalWrite(pino, HIGH) #define contarAte(y) for (int x = 0; x < y; x++)
Globalcode – Open4education Sensores class Ultrassom { public: Ultrassom(int tp,
int ep); long Temporizando(); long Medir(); };
Globalcode – Open4education Valores Queremos que Arduino seja para todo
mundo
Globalcode – Open4education Valores Brasilino é uma porta de entrada,
não o seu lar
Globalcode – Open4education Valores Domínio do Inglês é sim importante
para makers, mas não um pré requisito
Globalcode – Open4education Aberta para todo mundo
Globalcode – Open4education O primeiro commit
Globalcode – Open4education Aprovação para o Library Manager
Globalcode – Open4education Estatísticas 65+ estrelas no GitHub 15 Forks
no GitHub 122 Commits 6 Contribuidores
Globalcode – Open4education Participe A Brasilino, é feita pela comunidade,
venha fazer parte deste time!
Globalcode – Open4education Obrigado! bit.ly/brasilino otaciliomaia.com
None