/iot-course

Exercises and example code for the IoT course

Primary LanguageC#MIT LicenseMIT

IoT Course

Exercises and example code for the IoT course

In this exercise, we are going to create a basic counter app, which will increase a counter on the screen each time the user presses a button.

In this exercise, we are going to learn about IoT Hub, the device SDK and how to send data from the device to the cloud when the device user is pressing a button.

In this exercise, we are going to learn about Azure Functions, SignalR service, Event Hub, IoT Hub custom routing and Azure Storage Table. This will allow us to connect our device to our mobile app and save the data between sessions.

In this exercise, we are going to create a web app, connect it to our IoT Hub and send messages from it to specific devices, which in turn will increase the counter.