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
IoT Hackathon
Search
Tim Perry
October 20, 2018
Technology
0
310
IoT Hackathon
Tim Perry
October 20, 2018
Tweet
Share
More Decks by Tim Perry
See All by Tim Perry
Build Your Own TTN Gateway with Resin.io and RAK Wireless
pimterry
0
23k
The Cambrian Explosion of IoT
pimterry
0
23k
Modern Easy IoT with Docker & Resin.io
pimterry
1
350
Provision, Manage & Monitor Gateways in Production with Resin.io
pimterry
0
21k
Optimizing Docker for IoT with Multi-Stage Builds
pimterry
0
27k
Hardware Hacking for JS Developers
pimterry
1
24k
HTTPS is Not Enough
pimterry
0
24k
Promises Are So Passé
pimterry
0
24k
Opening Open Source With DevOps
pimterry
0
27k
Other Decks in Technology
See All in Technology
わたしのOSS活動
kazupon
2
320
CDKのコードを書く環境を作りました with Amazon Q
nobuhitomorioka
1
120
依存パッケージの更新はコツコツが勝つコツ! / phpcon_nagoya2025
blue_goheimochi
3
190
Cloud Spanner 導入で実現した快適な開発と運用について
colopl
1
970
表現を育てる
kiyou77
1
230
Windows の新しい管理者保護モード
murachiakira
0
190
プロダクトエンジニア構想を立ち上げ、プロダクト志向な組織への成長を続けている話 / grow into a product-oriented organization
hiro_torii
1
310
エンジニアが加速させるプロダクトディスカバリー 〜最速で価値ある機能を見つける方法〜 / product discovery accelerated by engineers
rince
4
510
わたしがEMとして入社した「最初の100日」の過ごし方 / EMConfJp2025
daiksy
9
2.4k
Tech Blogを書きやすい環境づくり
lycorptech_jp
PRO
1
270
オブザーバビリティの観点でみるAWS / AWS from observability perspective
ymotongpoo
9
1.7k
ユーザーストーリーマッピングから始めるアジャイルチームと並走するQA / Starting QA with User Story Mapping
katawara
0
280
Featured
See All Featured
Done Done
chrislema
182
16k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
4
360
Why Our Code Smells
bkeepers
PRO
336
57k
GraphQLとの向き合い方2022年版
quramy
44
13k
How to Ace a Technical Interview
jacobian
276
23k
Bootstrapping a Software Product
garrettdimon
PRO
306
110k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
21
2.5k
Intergalactic Javascript Robots from Outer Space
tanoku
270
27k
BBQ
matthewcrist
87
9.5k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
129
19k
Building Adaptive Systems
keathley
40
2.4k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Transcript
IoT Hackathon @pimterry @telphan
Today’s Kit @pimterry Raspberry Pi 3 B+ Sense HAT @telphan
@pimterry @telphan
How do you deploy, monitor and manage IoT applications? @pimterry
@telphan
@pimterry @telphan
@pimterry @telphan
@pimterry @telphan
@pimterry @telphan
Create an account Create an application Add your device Push
your code @pimterry Let’s get started! @telphan
Follow the slides yourself at: bit.ly/balenahack18 @pimterry @telphan
@pimterry Wifi Login SSID: BALENA Password: the spoon jumped over
the moon @telphan
Sign up at Resin.io Enter your details Add an SSH
key (optional) @pimterry Create an account @telphan
@pimterry Create an application @telphan
@pimterry Add your device Click ‘Add Device’ Pick Development edition
Enter the network details Follow the guide to flash your SD card Setup your hardware Wait for it to boot... @telphan
@pimterry Push your code (with an SSH key) git clone
https://github.com/resin-io-playground/sense-snake Add your app as a git remote > git push resin master @telphan
@pimterry Push your code (with no SSH key) git clone
https://github.com/resin-io-playground/sense-snake Install the CLI: docs.resin.io/reference/cli/ (‘Standalone install’) In the sense-snake folder: > resin login > resin push <AppName> @telphan
IoT Hackathon @pimterry @telphan