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
420
1
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
Modern Easy IoT with Docker & Resin.io
Tim Perry
June 07, 2018
More Decks by Tim Perry
See All by Tim Perry
Unlocking the Apps
pimterry
0
790
IoT Hackathon
pimterry
0
370
Build Your Own TTN Gateway with Resin.io and RAK Wireless
pimterry
0
26k
The Cambrian Explosion of IoT
pimterry
0
26k
Provision, Manage & Monitor Gateways in Production with Resin.io
pimterry
0
25k
Optimizing Docker for IoT with Multi-Stage Builds
pimterry
0
31k
Hardware Hacking for JS Developers
pimterry
1
27k
HTTPS is Not Enough
pimterry
0
28k
Promises Are So Passé
pimterry
0
28k
Other Decks in Technology
See All in Technology
GoでCコンパイラを作った話
repunit
0
160
AI時代のPlaywright活用(システムテストを自動化する ー 実行エンジンにPla ywrightを選んだ理由)
ynisqa1988
2
1k
それでも、技術なブログを書く理由 #kichijojipm / Why I Still Write Tech Blogs Even Now
shinkufencer
0
770
探索・可視化・自動化を一本化 Amazon Quickでデータ活用スピードを上げる方法
koheiyoshikawa
0
190
なぜ、あなたのAPIは使われないのか? AX時代の設計原則、ガードレール、運用体制
yokawasa
1
220
”AIを使う” から ”AIに任せる” へ ─ 開発プロセスを再設計してAIを組織標準にするまで
cyberagentdevelopers
PRO
2
150
発表と総括 / Presentations and Summary
ks91
PRO
0
200
20260720_クラウド女子会×PyLadiesTokyoコラボ Amazon Bedrock ハンズオン用資料
yuuka51
2
120
「顧客の声を聞かなければ何も始まらない」 ── 顧客の声から生まれた『AI返信補助機能』の開発プロセス / AICon2026_shikata_imai
rakus_dev
1
280
Multicaで30個のミニプロジェクトをAIエージェント運用して見えてきたこと
eiei114
1
660
セキュリティ研修【MIXI 26新卒技術研修】
mixi_engineers
PRO
2
190
複数プロダクトで進めるAI機能実装 ── 実践から得たリアルな学びとロードマップ実現への挑戦 / AICon2026_yanari
rakus_dev
1
280
Featured
See All Featured
Scaling GitHub
holman
464
140k
How to Align SEO within the Product Triangle To Get Buy-In & Support - #RIMC
aleyda
2
1.7k
Odyssey Design
rkendrick25
PRO
2
730
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
31
3.3k
Lightning talk: Run Django tests with GitHub Actions
sabderemane
0
220
The Power of CSS Pseudo Elements
geoffreycrofte
82
6.5k
Why Mistakes Are the Best Teachers: Turning Failure into a Pathway for Growth
auna
0
190
Measuring & Analyzing Core Web Vitals
bluesmoon
9
910
<Decoding/> the Language of Devs - We Love SEO 2024
nikkihalliwell
1
280
Are puppies a ranking factor?
jonoalderson
1
3.7k
Paper Plane (Part 1)
katiecoart
PRO
1
9.8k
Stop Working from a Prison Cell
hatefulcrawdad
274
21k
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