-
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?
-
In a time of transition form .NET framework to .NET core, you might run into issues, which you never ha before. This is the price for open source. For example, look at following error: error APPX1706: The .winmd file 'Windows.Foundation.UniversalApiContract.winmd' contains type 'Windows.Networking...
-
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'...
-
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.
-
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...
-
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...