Upgrade to Pro — share decks privately, control downloads, hide ads and more …

IoT Hackathon

Tim Perry
October 20, 2018

IoT Hackathon

Tim Perry

October 20, 2018
Tweet

More Decks by Tim Perry

Other Decks in Technology

Transcript

  1. Create an account Create an application Add your device Push

    your code @pimterry Let’s get started! @telphan
  2. Sign up at Resin.io Enter your details Add an SSH

    key (optional) @pimterry Create an account @telphan
  3. @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
  4. @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
  5. @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