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
Modern Easy IoT with Docker & Resin.io
Search
Tim Perry
June 07, 2018
Technology
1
380
Modern Easy IoT with Docker & Resin.io
Tim Perry
June 07, 2018
Tweet
Share
More Decks by Tim Perry
See All by Tim Perry
IoT Hackathon
pimterry
0
340
Build Your Own TTN Gateway with Resin.io and RAK Wireless
pimterry
0
25k
The Cambrian Explosion of IoT
pimterry
0
24k
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
28k
Other Decks in Technology
See All in Technology
現場で効くClaude Code ─ 最新動向と企業導入
takaakikakei
1
210
人工衛星のファームウェアをRustで書く理由
koba789
11
6.9k
大「個人開発サービス」時代に僕たちはどう生きるか
sotarok
20
9.7k
下手な強制、ダメ!絶対! 「ガードレール」を「檻」にさせない"ガバナンス"の取り方とは?
tsukaman
2
420
エラーとアクセシビリティ
schktjm
1
1.2k
MCPで変わる Amebaデザインシステム「Spindle」の開発
spindle
PRO
3
3.2k
Rustから学ぶ 非同期処理の仕組み
skanehira
1
130
Automating Web Accessibility Testing with AI Agents
maminami373
0
1.2k
機械学習を扱うプラットフォーム開発と運用事例
lycorptech_jp
PRO
0
220
テストを軸にした生き残り術
kworkdev
PRO
0
190
5年目から始める Vue3 サイト改善 #frontendo
tacck
PRO
3
210
なぜスクラムはこうなったのか?歴史が教えてくれたこと/Shall we explore the roots of Scrum
sanogemaru
5
1.5k
Featured
See All Featured
Docker and Python
trallard
45
3.6k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.5k
Faster Mobile Websites
deanohume
309
31k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
30
9.6k
The World Runs on Bad Software
bkeepers
PRO
70
11k
We Have a Design System, Now What?
morganepeng
53
7.8k
How GitHub (no longer) Works
holman
315
140k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Writing Fast Ruby
sferik
628
62k
Transcript
Modern easy IoT with Docker & Resin.io @pimterry
Today’s Kit @pimterry Raspberry Pi 3 B Sense HAT
@pimterry
How do you deploy, monitor and manage IoT applications? @pimterry
@pimterry
@pimterry
@pimterry
@pimterry Wifi Login SSID: ResinWifi Password: resinwifi
Create an account Create an application Add your device Push
your code @pimterry Let’s get started!
Sign up at Resin.io Enter your details Add an SSH
key (optional) @pimterry Create an account
@pimterry Create an application
@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...
@pimterry Push your code git clone https://github.com/resin-io-playground/sense-snake Add your app
as a git remote > git push resin master
@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>
Reconfigure the app remotely See github.com/resin-io-playground/sense-snake Push code fast with
local mode See docs.resin.io/learn/develop/local-mode/ Build something for yourself github.com/resin-io-playground/node-sense-hat github.com/RPi-Distro/python-sense-hat @pimterry Go further
@pimterry Changing the network settings Plug in your SD card
Open the ‘resin-boot’ device Open the ‘system-connections’ folder Edit the settings in resin-wifi-01 Eject, put in the pi, power it up
@pimterry Have questions? forums.resin.io
Modern easy IoT with Docker & Resin.io @pimterry