We will create a web application that will be our weather station, we will configure a Rasperry PI simulator device (not a real simulator, you can buy some for the fun too) which sends the temperature and humidity inside the house into real time to our API in the cloud. It is based on Rasberry PI simulator which will give us 'Fake' information on temperature and humidity as if it were a real plugged-in device. And we will display the curve on a graphical interface (web page): The project takes place in 3 stages:
1st part: Data from HOME is sent to Azure IoT Hub when it packages a data stream
2 nd part: Once the event is received by the Azure Iot Hub, it is processed and sent to the Azure function. Then the event is processed and saved in an Azure Sql Database.
3 rd part: Grafana can later read and display data from the database
useful links:
https://docs.microsoft.com/en-us/azur...
https://docs.microsoft.com/en-us/azur...
https://docs.microsoft.com/en-us/azur...
https://www.mssqltips.com/sqlserverti...