What comes to mind when you hear “Raspberry Pi in the cloud”? A freshly baked pie floating away, forever out of reach? this blog post aims to paint a simpler picture, showing how easy it is to build your own IoT in the Cloud setup. As mentioned in the preface, this post is part of our ongoing IoT series, where we’ll elevate our Raspberry Pi devices by streaming data into the Microsoft Azure Cloud. By Stepan GaponiukDr and Heiko Kromer.
Further in the guide:
- Extend the circuit with an LED and a resistor (optional)
- Create and configure Microsoft Azure IoT Hub
- Configure Raspberry Pi to send data into Azure IoT Hub
- Create and configure Microsoft Azure Stream Analytics job
- Create a Real-time dashboard in Power BI Premium to visualize Reed switch signals sent from Raspberry Pi
Azure IoT Hub is a fully managed service that enables secure and reliable communication between your IoT devices and cloud applications. It acts as a central messaging hub, allowing you to send and receive data, manage devices, and implement security features such as per-device authentication. Link to the repository with the code is also included. Good read!
[Read More]