#Lab - Setting up your Raspberry Pi 3
If you haven't already done so, please follow the instructions in the 'Getting Started' section.
In this prep guide, you will install Windows 10 IoT Core on your Raspberry Pi 3.
Windows 10 IoT Core is a version of Windows 10 designed to run on small devices, like the Raspberry Pi 3. You can download and install the Windows IoT Core image onto the micro SD card.
- In a browser, navigate to the Microsoft Windows IoT Downloads & Tools page.
- Click on the Get IoT Core Dashboard button to download the dashboard utility.
- Once the setup.exe has downloaded, open it to install the dashboard utility.
Once the Windows IoT Core Dashboard is installed, use it to flash the microSD card with the latest Windows IoT Core OS image.
- Insert the micro SD card into your SD card writer.
- In the IoT Dashboard, select Set up a new device.
- Use the dropdown list to make Device Type = Raspberry Pi 2 & 3.
- Select Windows 10 IoT Core.
- Select the microSD card in the Drive dropdown list.
- If you're using a wireless connection, make sure your development computer is alread in the wireless network. If so you shoud have it listed in the Wi-Fi Network connections. Select the one you want.*
- Check the box for I accept the software license terms (of course you have already read them).
- Click the Download and install button.
*If no wi-fi connection shows up, don't worry: we'll configure the wi-fi with a wired connection, afterwards.
- When prompted, select Continue indicating that you have backed up any files from the microSD card before it gets erased.
The download and install could take some time depending on your bandwidth and the size of the microSD card. When it is complete you will see the You SD card is ready screen.
You are now ready to connect and power on your Raspberry Pi 3.
- Insert the micro SD card with the Windows 10 IoT Core image on it into your Raspberry Pi 3. (The slot is on the underside, on the opposite edge from the side with the USB ports.)
- Connect a network cable from your local network to the Ethernet port on the Raspberry Pi 3.
- Instead, if you are provided with a wireless network, it should be configured, already
- Your development device must be on the same network.
- Connect an HDMI monitor to the HDMI port on the board.
- Connect the power supply to the micro USB port on the board. You must power this from the 5V 2A adapter - USB power from your computer may be insufficient.
Windows 10 IoT Core will boot on power-up. The first boot may take a few minutes.
Once the Raspberry Pi 3 has booted up, it will appear in the My devices tab of the IoT Dashboard - by default it will have the name Administrator and an Administrator password of q1w2e3.. It is recommend that you change both of these to avoid confusion with other devices on your network.
- Click on the stylus icon to edit the Raspberry Pi 3.
- Change the password if you would like.
- Change the name to something unique (remember, you are naming a Windows device - all normal naming rules and practices apply).
Tip: use your team name!
- Click Accept to accept the changes and reboot the RPi3
Your Raspberry Pi 3 will reboot and when it is back up and running it will have the new name you gave it, and the Administrator account will use the password you created.
In this section you prepared your Raspberry Pi 3 for the subsequent labs. Next you will do the IoT equivalent of a 'Hello, World!' program: you will make an LED blink.
We leave you additional documentation, that may become handly:
Back to IoT Labs homepage