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
350
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
310
Build Your Own TTN Gateway with Resin.io and RAK Wireless
pimterry
0
23k
The Cambrian Explosion of IoT
pimterry
0
23k
Provision, Manage & Monitor Gateways in Production with Resin.io
pimterry
0
21k
Optimizing Docker for IoT with Multi-Stage Builds
pimterry
0
27k
Hardware Hacking for JS Developers
pimterry
1
24k
HTTPS is Not Enough
pimterry
0
24k
Promises Are So Passé
pimterry
0
24k
Opening Open Source With DevOps
pimterry
0
27k
Other Decks in Technology
See All in Technology
新しいスケーリング則と学習理論
taiji_suzuki
10
3.8k
Fabric 移行時の躓きポイントと対応策
ohata_ds
1
150
FODにおけるホーム画面編成のレコメンド
watarukudo
PRO
2
250
Kotlin Multiplatformのポテンシャル
recruitengineers
PRO
2
150
AWSサービスアップデート 2024/12 Part3
nrinetcom
PRO
0
140
Godot Engineについて調べてみた
unsoluble_sugar
0
360
ゼロからわかる!!AWSの構成図を書いてみようワークショップ 問題&解答解説 #デッカイギ #羽田デッカイギおつ
_mossann_t
0
1.5k
0→1事業こそPMは営業すべし / pmconf #落選お披露目 / PM should do sales in zero to one
roki_n_
PRO
1
960
Git scrapingで始める継続的なデータ追跡 / Git Scraping
ohbarye
5
470
東京Ruby会議12 Ruby と Rust と私 / Tokyo RubyKaigi 12 Ruby, Rust and me
eagletmt
3
850
WantedlyでのKotlin Multiplatformの導入と課題 / Kotlin Multiplatform Implementation and Challenges at Wantedly
kubode
0
240
自社 200 記事を元に整理した読みやすいテックブログを書くための Tips 集
masakihirose
2
320
Featured
See All Featured
Learning to Love Humans: Emotional Interface Design
aarron
274
40k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
28
4.5k
Agile that works and the tools we love
rasmusluckow
328
21k
Site-Speed That Sticks
csswizardry
2
260
Speed Design
sergeychernyshev
25
730
The Art of Programming - Codeland 2020
erikaheidi
53
13k
Fireside Chat
paigeccino
34
3.1k
Being A Developer After 40
akosma
89
590k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
365
25k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.4k
Done Done
chrislema
182
16k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
30
2.1k
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