B Alert SafeDescription
Read moreThis projects main goal is that it sends push notifications whenever anybody opens a box or a safe door to the user's mobile, So that the user keeps a track of the log to check any unauthorized opens
Components:- Avnet Azure Sphere Board
- IR Proximity Sensor
- Azure IOT HUB
- Azure Functions
- Azure Stream Analytics
- Azure Push Notifications (Firebase Cloud Messaging connection)
- The proxmity sensor detects Flap/Door is open/closed and sends signal to Azure sphere device
- The Azure sphere device sends message to Azure IOT hub
- The Azure IOT hub sends message to Azure stream analytics, Which then filters it and takes the 1st record in descending order
- The azure stream analytics then sends the message to Azure Function
- The Azure function then invokes Azure Push notification hub
- The Azure Push notification hub finally sends the message to all devices registered under it (via FCM)
My Project is targeted at SDG goal 11 in which living with security and no suspicion of one another contributes to Sustainable cities and communities
Key Highlight:- SInce this is using Azure for communication the device OS will be hardened and cannot be hacked into easily
- Currently it only does notification, But one can further use device events to update the device state to do something like for instance lock or unlock safe or sound alarm.
- My Device name is "Test" on Azure sphere contest app and you can find me using any of the below 2 email ids addresses ("qualial@gmail.com" OR "bhairavpardiwala@gmail.com")
- I am using Azure Cloud function to filter the data instead of analytics query
Comments