-
Windows 10 IoT Core Anniversary update is released for PI2, PI3, Dragonboard, Minnowboard and Intel Joule & Co. On the date of writing this, current version is 10.0.14393.0. New update brings few new interesting features. Windows IoT Remote Client It enables you to remote into your IoT device. It...
-
WHEN? WHERE?
-
If you want to programmatically implement device management in IoTHub, you should use a package . Microsoft.Azure.Devices. This package provides a very simple API for device management. IotHub maintains under the hub a DocumentDB, which you typically cannot see. We say, “it is transparent for developers...
-
For some years now, we are talking about IoT as mega trend. This is good, but not good enough. It is obvious that powerful marketing influence people to think in many different ways, which often leads to misunderstanding about what IoT really stands for. So I decided for me to setup this year on...
-
Sometimes some device (IBM Think Pad or even Surface PRO 4) might get some issues with USB drivers. In that case your board is not recognized in Arduino IDE and you cannot select COM port, where the board is connected. If that happen, please first reboot your machine. Note that reboot is not always required...
-
IoTHub uses in general (with some iot specific improvements) messaging technology behind Azure Service Bus. That means that connection strings of IoTHub are same or similar as in a case of service bus. For example, if you open up azure management portal, you can grab the connection string: However these...
-
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...
-
Raspberry PI does not have built in battery, which would keep board clock running and in sync with world clock. However if running Windows IOT Core, the operative system would sync time by using NTP . For most scenarios time is event not that important, but when it comes to security it is crucial to...
-
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 IoTHub, you might get following exception: An exception of type 'Microsoft.Azure.Devices.Client.Exceptions.DeviceMaximumQueueDepthExceededException' occurred in mscorlib.dll but was not handled in user code Additional information: Total number of messages on IotHub 'daenethub'...
-
At last AzureCon at Sept. 29th 2015, Microsoft announced: · Azure IoT Suite · Azure IoT Hub · Microsoft Azure Certified for IoT program Available for purchase on October 1 st , the Azure IoT Suite offers a number of benefits to customers and partners, such as the ability to start fast and small, easily...
-
Next week I will do a talk at Mobility Day 2015 in Zagreb. This time I will continue the IoT story from last year. Next week on my 10th (anniversary) talk at this conference, I will focus building of IoT applications on top of Universal Windows Platform (UWP) and .NET Core. And all this on Windows IoT...
-
Few months ago Microsoft has announced set of new integration technologies under name LogicApps and API apps . This approach is still in preview, but it is truly promising. To give you a feeling of this approach in a bit bigger context (not only integration) I decided to demonstrate how to get some data...
-
When working with LoicApps, your connectors will most likely sometimes return batch of messages (list of data), which needs to be processed by the next connector. Most samples which are currently available shows how to process output of predecessor connector as a single item. This article describes how...