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
IoT Hackathon
Search
Tim Perry
October 20, 2018
Technology
0
310
IoT Hackathon
Tim Perry
October 20, 2018
Tweet
Share
More Decks by Tim Perry
See All by Tim Perry
Build Your Own TTN Gateway with Resin.io and RAK Wireless
pimterry
0
22k
The Cambrian Explosion of IoT
pimterry
0
22k
Modern Easy IoT with Docker & Resin.io
pimterry
1
340
Provision, Manage & Monitor Gateways in Production with Resin.io
pimterry
0
20k
Optimizing Docker for IoT with Multi-Stage Builds
pimterry
0
26k
Hardware Hacking for JS Developers
pimterry
1
23k
HTTPS is Not Enough
pimterry
0
23k
Promises Are So Passé
pimterry
0
23k
Opening Open Source With DevOps
pimterry
0
26k
Other Decks in Technology
See All in Technology
Road to Single Activity Uncovered
yurihondo
0
100
Oracle GoldenGate 23ai 導入Tips
oracle4engineer
PRO
1
280
Kubernetes Meetup Tokyo #67 - KEP-3619: Fine-grained SupplementalGroups Control / k8sjp67-kep-3619
everpeace
0
140
Amplify Gen 2ではじめる 生成AIアプリ開発入門
tsukuboshi
0
170
Amazon ECS & AWS Fargate 今昔物語 / past and present stories of Amazon ECS and AWS Fargate
iselegant
14
2.3k
O'Reilly Superstream: Building a RAG App to Chat with Your Data
pamelafox
0
120
KubeVirt Networking ONIC 2024
orimanabu
4
630
AWSの初級者向けAI・ML資格『AWS Certified AI Practitioner』の傾向と対策/So You Want To Pass AWS Certified AI Practitioner
quiver
0
500
普通の Web エンジニアのための様相論理入門 #yapcjapan / YAPC Hakodate 2024
ytaka23
6
1.6k
LINEヤフー新卒採用 コーディングテスト解説 アルゴリズム問題編
lycorp_recruit_jp
0
13k
I tried the newly introduced certification "Applied Skills" on Microsoft Learn
mappie_kochi
0
230
エムスリー全チーム紹介資料 / Introduction of M3 All Teams
m3_engineering
1
320
Featured
See All Featured
Web Components: a chance to create the future
zenorocha
310
42k
Building Applications with DynamoDB
mza
90
6k
Why Our Code Smells
bkeepers
PRO
334
57k
Automating Front-end Workflow
addyosmani
1365
200k
Designing on Purpose - Digital PM Summit 2013
jponch
114
6.9k
How To Stay Up To Date on Web Technology
chriscoyier
787
250k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
159
15k
How STYLIGHT went responsive
nonsquared
95
5.1k
4 Signs Your Business is Dying
shpigford
180
21k
The Invisible Side of Design
smashingmag
297
50k
We Have a Design System, Now What?
morganepeng
49
7.2k
Building Flexible Design Systems
yeseniaperezcruz
327
38k
Transcript
IoT Hackathon @pimterry @telphan
Today’s Kit @pimterry Raspberry Pi 3 B+ Sense HAT @telphan
@pimterry @telphan
How do you deploy, monitor and manage IoT applications? @pimterry
@telphan
@pimterry @telphan
@pimterry @telphan
@pimterry @telphan
@pimterry @telphan
Create an account Create an application Add your device Push
your code @pimterry Let’s get started! @telphan
Follow the slides yourself at: bit.ly/balenahack18 @pimterry @telphan
@pimterry Wifi Login SSID: BALENA Password: the spoon jumped over
the moon @telphan
Sign up at Resin.io Enter your details Add an SSH
key (optional) @pimterry Create an account @telphan
@pimterry Create an application @telphan
@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... @telphan
@pimterry Push your code (with an SSH key) git clone
https://github.com/resin-io-playground/sense-snake Add your app as a git remote > git push resin master @telphan
@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> @telphan
IoT Hackathon @pimterry @telphan