Maker Pro
Maker Pro

How to do SMS Messaging from Azure IOT Hub

adam1

Jul 8, 2019
1
Joined
Jul 8, 2019
Messages
1
I am currently working on a project using an Arduino Uno to collect weather data such as wireless temperature and humidity sensor, this data is then passed onto the Azure IOT hub, the messages are then processed and stored to an SQL database again in Azure. Finally, the data is then displayed on a website which users can sign up to and view the weather data I have collected.

I am trying to implement SMS notifications into the system so that if the temperature is to hit a certain threshold say 0 degrees Celsius, users on the system will receive SMS messages notifying them of the cold temperature.

My question is can the triggering and sending of the SMS messages be contained within Stream Analytics or the Event Hub. Or would I need to create an Event Hub that can trigger an action on the website which will send the SMS messages?
 
Top