May 2020
Intermediate to advanced
262 pages
6h 48m
English
For our temperature sensor, we will simulate it using a Python program. You may use the same Windows computer running Device Explorer or a separate one. You may use your favorite Python development platform or the command line. Please ensure that you are using version 3.7 or higher of Python:
pip install azure-iot-device
from azure.iot.device import IoTHubDeviceClient, Message ...