Microsoft Azure is a cloud computing service by Microsoft which is widely used for building, testing, deploying and managing applications and services
Creating a free Microsoft Azure account to start using Azure services
IoT Hub is a service provided by Microsoft Azure that can be used to connect, provision, and manage millions of IoT devices. Large amounts of data can be transferred to and from the IoT Hub
NodeMCU is connected to the internet through WiFi, and DHT11 sensor data collected by the NodeMCU is sent to the Microsoft Azure IoT Hub using MQTT protocol
Microsoft Azure provides a cloud service that provides storage that is highly available, secure, durable, scalable, and redundant under the name of Microsoft Azure Storage
Power BI is a suite of business analytics tools. It can be used to visualize the data received by an IoT Hub in real-time
Web Apps is an Azure service for hosting web applications, REST APIs, and mobile backends.Using this, we can visualize the data received by IoT Hub in real time
Logic App is an Azure service which provides a way to automate processes as a series of simple steps. It can be used for remote monitoring and notifications by connecting IoT Hub to mail or other services
A simple application for severity detection of vehicle collision and notifying concerned people about the collision through email. Microsoft Azure Web Apps and Logic App services are used for implementing this application. The collision detection system comprises of an MPU6050 interfaced with a NodeMCU
A simple application for monitoring ambient temperature, relative humidity, and soil moisture in a home garden. Microsoft Azure Web Apps service is used for implementing this application. If the soil moisture is below a set value, a pump is turned on to water the garden
A simple application for GPS tracking of a device. Microsoft Azure Stream Analytics service is used along with Microsoft Power BI for implementing this application. Latitude and longitude data sent by the device to an Azure IoT Hub is used to plot the GPS locations on a map in Power BI