Skip to content

Files

Latest commit

author
Vincent
Mar 10, 2017
fa8e6e6 · Mar 10, 2017

History

History
This branch is 111 commits behind khilscher/IoTHubPiHackathon:master.

1

Folders and files

NameName
Last commit message
Last commit date
Mar 10, 2017

Hands on Lab - Initial Setup

  1. Turn on your Raspberry Pi and connect to Wifi.
  2. Connect your Raspberry Pi to a monitor.
  3. Click on the wifi icon in the top right.

  4. Enter the correct wifi credentials
  5. Retrieve the ip address.
  6. Click on the command prompt

  7. Retrieve the ip address with the following command: ifconfig
    Take note of the ip address. Feel free to download and use a template created to track these configuration details.
  8. If you didn't enable SSH on your Raspberry Pi previously, follow the steps in the Advance Steps instructions.
  9. Connect to your Raspberry Pi using your laptop to verify the connection.
  10. Open PuTTY.
  11. Enter the IP address of your Raspberry Pi into the Host Name (or IP address) field.

  12. If you get prompted to accept a security certificate, click "Yes".
  13. Disconnect from the monitor.

Back to Main HOL Instructions