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
340
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
25k
The Cambrian Explosion of IoT
pimterry
0
24k
Modern Easy IoT with Docker & Resin.io
pimterry
1
380
Provision, Manage & Monitor Gateways in Production with Resin.io
pimterry
0
23k
Optimizing Docker for IoT with Multi-Stage Builds
pimterry
0
29k
Hardware Hacking for JS Developers
pimterry
1
25k
HTTPS is Not Enough
pimterry
0
26k
Promises Are So Passé
pimterry
0
26k
Opening Open Source With DevOps
pimterry
0
29k
Other Decks in Technology
See All in Technology
AIとの協業で実現!レガシーコードをKotlinらしく生まれ変わらせる実践ガイド
zozotech
PRO
2
190
猫でもわかるAmazon Q Developer CLI 解体新書
kentapapa
1
180
プロファイルとAIエージェントによる効率的なデバッグ / Effective debugging with profiler and AI assistant
ymotongpoo
1
600
ラスベガスの歩き方 2025年版(re:Invent 事前勉強会)
junjikoide
0
630
GCASアップデート(202508-202510)
techniczna
0
130
DMMの検索システムをSolrからElasticCloudに移行した話
hmaa_ryo
0
290
書籍『実践 Apache Iceberg』の歩き方
ishikawa_satoru
0
320
Zero Trust DNS でより安全なインターネット アクセス
murachiakira
0
130
頭部ふわふわ浄酔器
uyupun
0
240
オブザーバビリティと育てた ID管理・認証認可基盤の歩み / The Journey of an ID Management, Authentication, and Authorization Platform Nurtured with Observability
kaminashi
2
1.4k
SREのキャリアから経営に近づく - Enterprise Risk Managementを基に -
shonansurvivors
1
490
Observability — Extending Into Incident Response
nari_ex
1
600
Featured
See All Featured
Fireside Chat
paigeccino
41
3.7k
How GitHub (no longer) Works
holman
315
140k
Visualization
eitanlees
150
16k
How to train your dragon (web standard)
notwaldorf
97
6.3k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.5k
GitHub's CSS Performance
jonrohan
1032
470k
What's in a price? How to price your products and services
michaelherold
246
12k
Stop Working from a Prison Cell
hatefulcrawdad
272
21k
BBQ
matthewcrist
89
9.9k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.7k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Music & Morning Musume
bryan
46
6.9k
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