-
WHEN? WHERE?
-
Once the data is stored in the IotHub it can remain there for max 7 days. As long the data is in the hub it can be read by various readers. Commonly data is read by using Azure Stream Analytics. However, sometimes it is required to implement a native reader. There are two approaches when reading events...
-
To send telemetry data from device, we will use Microsoft.Azure.Devices.Client or generally one of following two packages: First one is used when programming devices on a full desktop (typically simulators). If your device is running on UWP you will use the PCL package. Before we send telemetry data...
-
This year on Azure on Tour in Frankfurt we organized an IoTLab for all interested attendees. We scheduled 3slots of 2 hours. Unfortunately they all ware booked out in very short time. We prepared for this IoT lab a weather station on Arduino as described here . If you follow provided...
-
You want to learn about Azure Cloud and Data Platform? Then feel invited to out Azure Global Bootcamp at April 16th in Frankfurt am Main. We will have many industry well known experts, professionals and enthusiast. This year we will set more focus and hand on labs then break out session. Attendees will...
Posted to
Damir Dobric Posts
by
Damir Dobric
on
02-04-2016
Filed under:
Filed under: cloud, azure, windows azure, ServiceBus, Microsoft Azure, iot, Devices and Services, Machine Learning, AzureStreamAnalytics, LogicApps, AzureDatalake, Service Fabric
-
Last week we organized IoT hackathone (+ workshop) with Intel. The idea was to show how to build real-life IoT solution on Intel’s Edison Board connected to Azure Event Hub. We created a simple Node.js application running on Edison board, by using Intel’s XDK IoT Edition . The full tutorial, which...
-
Stream Analytics is probably one of consisted parts of a typical IoT solution. When huge number of devices produce telemetry data, some component will have to analyze them. In a typical IoT solution the reference architecture considers almost always ingest of data in some kind of temporary storage. AT...
-
When working with Azure Service Bus and AMQP protocol, you will find in the official documentation that outgoing port 5672 is required. This is true, but missing part in documentation is port 5671. So, if you use AMQP you will have to open outgoing ports 5672 and 5671 on TCP protocol.
-
IoTHub introduce new kind of connection string called Device Connection string. To create device client instance you can do following: var client = DeviceClient .Create(“HUBNAME.azure-devices.net”, new DeviceAuthenticationWithRegistrySymmetricKey ( "DEVNAME" , “uck7p18***pDTIA2”)); However...
-
Windows 10 IoT Core is a kind Windows Operative system, which is some incarnation of Windows 10. It enables us to develop .NET and Windows applications, by using common Visual Studio toolset. Even more interesting is a fact that Windows 10 IoT Core can run on PI2 ( Raspberry ). This enables us to build...
-
Event Hubs Event Hubs Get started with Event Hubs Event Hubs Programming Guide Service Bus Event Hubs Getting Started Event Hubs Authentication and Security Model Overview Service Bus Event Hubs Large Scale Secure Publishing Service Bus Event Hubs Direct Receivers Service Bus Explorer Episode...
-
On Thursday the 9th June me and a collegue were at the Microsoft TechCamp at the University of Applied Sience in Frankfurt and played a bit with the RaspBerry Pi 2 and some sensors. The result was a button connected to the RaspBerry. The setting was a button on an extender board connected to the RaspBerry...
-
Believe me or not, but we had approx. 25kg of things. All we had to do is to try them. We started with Gadgeteers and .NET Microframework to show microcontrollers in action. Then we focused the IoT star board Pi2 with Windows 10. We demoed how to connect all these things in internet of things...
-
private async void doIt( object sender, RoutedEventArgs e) { m_Voltage = !m_Voltage; ...
-
Internet of Things: Getting Started with Event Hubs (article) Microsoft Azure Event Hubs are a managed platform component of Azure IoT services that provides a telemetry data ingestion at cloud scale with low latency and high reliability. Cloud Data Science Process (Video 1h): The Cloud Data Science...