1 min read
Run an Raspberry Pi Simulator and connect to an Azure IoT Hub Part 3 – Run the simulator
In this tutorial we will run the Raspberry Pi Simulator and connect it to our very own Azure IoT hub. Following this guide.
Go here to launch the simulator.
Next go into the Azure portal and get your Device connection key.

After you’ve launched the page go in and replace the value with your connectionstring and press run.

Voila! Your messages are being sent to your IoT hub.

In the next post we’ll set up Visual Studio Code to read the messages!