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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Tim Perry
June 07, 2018
Technology
1
400
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
360
Build Your Own TTN Gateway with Resin.io and RAK Wireless
pimterry
0
26k
The Cambrian Explosion of IoT
pimterry
0
25k
Provision, Manage & Monitor Gateways in Production with Resin.io
pimterry
0
24k
Optimizing Docker for IoT with Multi-Stage Builds
pimterry
0
30k
Hardware Hacking for JS Developers
pimterry
1
26k
HTTPS is Not Enough
pimterry
0
27k
Promises Are So Passé
pimterry
0
27k
Opening Open Source With DevOps
pimterry
0
29k
Other Decks in Technology
See All in Technology
脳が溶けた話 / Melted Brain
keisuke69
1
1.1k
FastMCP OAuth Proxy with Cognito
hironobuiga
3
220
Datadog で実現するセキュリティ対策 ~オブザーバビリティとセキュリティを 一緒にやると何がいいのか~
a2ush
0
160
開発チームとQAエンジニアの新しい協業モデル -年末調整開発チームで実践する【QAリード施策】-
kaomi_wombat
0
260
Physical AI on AWS リファレンスアーキテクチャ / Physical AI on AWS Reference Architecture
aws_shota
1
170
夢の無限スパゲッティ製造機 #phperkaigi
o0h
PRO
0
380
「通るまでRe-run」から卒業!落ちないテストを書く勘所
asumikam
2
800
「活動」は激変する。「ベース」は変わらない ~ 4つの軸で捉える_AI時代ソフトウェア開発マネジメント
sentokun
0
110
「お金で解決」が全てではない!大規模WebアプリのCI高速化 #phperkaigi
stefafafan
5
2.4k
データマネジメント戦略Night - 4社のリアルを語る会
ktatsuya
1
430
FlutterでPiP再生を実装した話
s9a17
0
220
パワポ作るマンをMCP Apps化してみた
iwamot
PRO
0
170
Featured
See All Featured
How to Build an AI Search Optimization Roadmap - Criteria and Steps to Take #SEOIRL
aleyda
1
2k
Hiding What from Whom? A Critical Review of the History of Programming languages for Music
tomoyanonymous
2
600
The Invisible Side of Design
smashingmag
302
51k
Rebuilding a faster, lazier Slack
samanthasiow
85
9.4k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
38
2.8k
<Decoding/> the Language of Devs - We Love SEO 2024
nikkihalliwell
1
160
GraphQLの誤解/rethinking-graphql
sonatard
75
12k
The agentic SEO stack - context over prompts
schlessera
0
720
We Are The Robots
honzajavorek
0
200
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.3k
Leveraging Curiosity to Care for An Aging Population
cassininazir
1
200
Highjacked: Video Game Concept Design
rkendrick25
PRO
1
330
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