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
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
「ヒットする」+「近い」を同時にかなえるスマートサジェストの作り方.pdf
nakasho
0
110
名刺メーカーDevグループ 紹介資料
sansan33
PRO
0
1.1k
Databricksアシスタントが自分で考えて動く時代に! エージェントモード体験もくもく会
taka_aki
0
310
問い合わせ自動化の技術的挑戦
recruitengineers
PRO
2
130
Introduction to Sansan for Engineers / エンジニア向け会社紹介
sansan33
PRO
6
72k
男(監査)はつらいよ - Policy as CodeからAIエージェントへ
ken5scal
5
720
Webアクセシビリティ技術と実装の実際
tomokusaba
0
210
AI Coding Agentの地殻変動 ~ ai-coding.info の定点観測 ~
kotauchisunsun
1
510
Security Diaries of an Open Source IAM
ahus1
0
200
トップマネジメントとコンピテンシーから考えるエンジニアリングマネジメント
zigorou
3
490
LINE Messengerの次世代ストレージ選定
lycorptech_jp
PRO
19
7.2k
大規模サービスにおける レガシーコードからReactへの移行
magicpod
1
120
Featured
See All Featured
Context Engineering - Making Every Token Count
addyosmani
9
730
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.4k
Noah Learner - AI + Me: how we built a GSC Bulk Export data pipeline
techseoconnect
PRO
0
120
Stop Working from a Prison Cell
hatefulcrawdad
274
21k
HDC tutorial
michielstock
1
490
The Straight Up "How To Draw Better" Workshop
denniskardys
239
140k
Ruling the World: When Life Gets Gamed
codingconduct
0
160
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
Stewardship and Sustainability of Urban and Community Forests
pwiseman
0
130
DevOps and Value Stream Thinking: Enabling flow, efficiency and business value
helenjbeal
1
140
A Tale of Four Properties
chriscoyier
162
24k
How to make the Groovebox
asonas
2
2k
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