- Clone the repository
- Open "WeatherStation\WeatherStation.sln" in Visual Studio 2015
- Navigate to "WeatherShield.cs" in the "Solution Explorer" pane
- Search for “//TODO:” and write the necessary code
- Click the “Debug” menu item, and select “WeatherStation Properties…”
- Under the “Debug” tab, in the “Start options” section
- Select “Remote Device” as “Target device:”
- Enter the IP address of your Windows IoT Core device in the “Remote machine:” field
- Deploy to the Windows IoT Core device
- Set a breakpoint in WeatherStationTask.cs, in the PopulateWeatherData function
- Step through the individual I2C transactions as they occur
- Ping the IP address of your Windows IoT Core device on port 50001 in an internet browser window