Friday, April 29, 2016

IoT on Azure:Global Azure bootcamp 2016 - Chennai

Global Azure boot camp is the one day event Organized by Azure Technical community leaders all over the world every year. This year it happened on 16th April 2016 in my city Chennai and nearly 200 techies participated in this event..  Many corporate companies provided sponsorship for this event and made that event great success. My special Thanks to Ilyas F for organized this entire event.

I took a long session for IoT on Azure, tried to cover an end to end IoT solution with Azure. Starting with Azure IoT  hub features for device to cloud and cloud to device communication with a live Demo followed by stream Analytics that used to process real time data and store it in the storage table as well as publishing data to Power BI dash board with a live Demo.
























Slides:
 http://www.slideshare.net/VinothRajagopalan/iot-on-azure
Source code:
https://github.com/RVinoth/Azure-IoTHubDemo

Monday, March 14, 2016

ePark – Smart Parking System

Managing parking is a challenging problem in multiplex buildings in a growing city. Smart parking system is part of the smart city development. A smart parking system can be developed effectively using the emerging Internet of things technology.
 ePark is a smart parking system demo project to showcase the expertise of e-con Systems IoT devices, services and industrial cameras using Ankaa – an IoT Gateway reference design with Azure IoT services. Visit the below link to know more ...
http://www.e-consystems.com/blog/windowsce/?p=1700

eMed – Smart Patient Monitoring Systems



A Smart patient monitoring system helps to effectively handle the inpatients in the hospital. It indicates the patient health status continuously and sends alerts immediately to nurses and doctors even though they are not present in the premises. It also helps doctors to analyse the patient health status based on the stored data when they are hospitalized.
Please go ahead  with the below link to know more ...
http://www.e-consystems.com/blog/windowsce/?p=1676

eAgri- Smart Agriculture demo

eAgri” is a demonstration project to showcase the capabilities of e-con Systems IoT devices and services using our own Microsoft Azure IoT Certified – Ankaa, an IoT Gateway reference design with Microsoft Azure IoT services. This project demonstrates, a real time Internet of Things scenario focusing the agricultural industry.
please go through the below link to know more.
http://www.e-consystems.com/blog/windowsce/?p=1650

Tuesday, February 2, 2016

Sensor to Cloud Using IoTHub - Webinar ( Slides and Demo Source code)

Recently i handled a webinar session on Azure IoTHub from Azure vidyapeeth webinar series. I showed a live demo with Raspberry Pi 2 connected with TI’s Bluetooth LE Sensor tag which has a set of sensors such as IR Temperature, pressure, Accelerometer, Gyrometer, Magetometer ,etc.. and a servo meter is connected in GPIO pins of RPi 2 simulated as a cooler system. This can be controlled remotely from a PC application through IoThub based on the temperature readings.  Followed by a video demo for IoTHub with a different use case using e-con systems Ankaa (An Azure IoT certified reference gateway device).
I have shared the slides and source code in the below links.
Slides:
Sensor to Cloud using Azure IotHub - Azure Vidyapeeth webinar series
Source code:
https://github.com/RVinoth/Azure-IoTHubDemo

Thursday, January 21, 2016

Accessing Azure IoT Hub Service Endpoint from UWP Applications

One of the interesting part on Azure IoT hub is, the support of two-way communication, receiving telemetry messages from devices as well as sending control messages such as commands and notifications back to devices. Azure IoT hub has device endpoints which is accessible from devices to send telemetry data as well as receiving commands and notification from cloud and service endpoints which is accessible from an another device, PC, azure web apps or smart phones who wants to receive the telemetry message from the device as well as sending commands and notification to the devices.
Please see the below link to know more ...
 http://www.e-consystems.com/blog/windowsce/?p=1630