
Learn how to develop Windows 10 IoT Core applications on Windows 10, verify the OS build with winver, and enable Developer Mode to test and run self-written apps.
Install Visual Studio Community edition, enable Universal Windows Platform development and C++ UWP tools, then install Windows IoT Core templates and verify them by creating a Windows IoT Core project.
Another tool for the development of Windows 10 IoT Core applications is the Windows 10 IoT Core Dashboard. In this lecture you learn how to download and install that tool so that you are ready for setting up an Windows 10 IoT Core target device.
In this lecture you will learn what pieces of hardware you need and how to get these to run and test the applications that we are developing throughout this course.
Insert the SD card, use the IoT dashboard to set up a new Raspberry Pi device and load Windows 10 IoT Core, then prepare the SD card for first boot.
Learn to build Windows 10 IoT Core apps on a Raspberry Pi, from headless to headed graphical interfaces, with hardware access, user input, asynchronous method calls, and deployment options.
Set up a Windows 10 IoT Core background app in Visual Studio to blink an LED on pin 18 via GPIO. Build, deploy to the device and verify the LED blinks.
Explore configuring GPIO pins for user input via a push button on Windows 10 IoT Core, with debouncing and value-changed events to turn an LED on or off.
design a universal Windows UI using xml, grid and stack panels to display a quote of the day and author, updated by a button via a click handler, fetched online.
Fetch quotes from the favqs.com REST API and display them in the user interface of a headed Windows 10 IoT Core app, using asynchronous http requests and JSON parsing.
Package Windows 10 IoT Core apps for sideloading by generating an appxbundle in Visual Studio and installing via Device Portal on a Raspberry Pi, including install and uninstall steps.
Discover Windows 10 IoT Core development from Visual Studio setup to GPIO input on Raspberry Pi. Learn to build foreground and background apps with XML UI and REST API calls.
Discover essential tools for Windows 10 IoT Core development, including the Device Portal for device configuration, SSH access from the command line, and FTP file transfers.
Learn to set up FTP on the target device, connect via SSH using Putty, and transfer files to and from the target PC with WinSCP over FTP.
Finish the course by exploring next steps: use SPI, I2C, and UART with Windows 10 IoT Core, and leverage debugging, testing, and the samples and resources provided.
This course gives an introduction to all needed topics for getting started with the application development for Windows 10 IoT Core devices. It is the course that I would like to have had when I started to get interest in Windows 10 IoT Core application development. Throughout the course you learn
how to set up all needed tools like on your developer PC,
how to set up a target device, which is a Raspberry Pi in this course.
Furthermore, you learn
the basics of programming foreground and background applications in C++,
and how to package your application for distribution.
The final section of the course explains the usage of typical developer tools like SSH or FTP that will be helpful throughout your development activities.
The whole course is organized into individual sections that have a dedicated focus on one of the topics learning topics mentioned above. Each lecture within the section starts with a clear description of the lecture goal and is followed by a compact video presentation and description. All the videos are prepared such that they could be followed with you sitting in front of your developer machine and replicating the presented content. Each lecture closes with a brief summary.
Since Windows 10 IoT Core is targeted to embedded devices, part of the course makes use of some electronic components and circuitry. These are
a Raspberry Pi, SD card, power supply, network access,
a breadboard, an LED, a push button, some jumper wires.
To learn the basics about Windows 10 IoT Core application development it is not absolutely necessary to have these components at hand. However, to get most out of this course I recommend to have these components at hand.
Thanks a lot for your interest in this course. Let me know if you have any questions and hope to see you in the course then!
Florian