Posts tagged "azure-iot"
-
Cameras on Azure IoT Operations, Part 1: The Control Plane and Network Model
This is Part 1 of a three-part series on running a real camera fleet on Azure IoT Operations (AIO):
-
Cameras on Azure IoT Operations, Part 2: Swapping in the AIO MQTT Broker
This is Part 2 of a three-part series on running a real camera fleet on Azure IoT Operations (AIO):
-
Cameras on Azure IoT Operations, Part 3: Data Flows, Connectors, and the Cloud
This is Part 3 of a three-part series on running a real camera fleet on Azure IoT Operations (AIO):
-
Azure IoT Hub - OpenSSL - Generate proof of possession
The Azure IoT documentation has guides on setting up certifications for production use. That documentation showcases how to properly setup using certificate authorities to generate proof of possession. For development purposes, you may want to use self signed certificates.
-
New Pluralsight Courses
I’ve been busy and not able to update that I have new courses available on Pluralsight:
-
iotedge: error while loading shared libraries: libssl.so.1.0.2: cannot open shared object file: No such file or directory - Raspberry Pi
After installing Azure IoT Edge using the guide for Linux ARM32, the following error was presented: “iotedge: error while loading shared libraries: libssl.so.1.0.2: cannot open shared object file: No such file or directory”.
-
Azure IoT Edge - YOLO, Stream Analytics Service, and Blob Storage
As a continuation of the Izon camera hack //TODO: link to previous article, I wanted to detect if my dog was using the doggy door in the main room. The approach was going to be simple at first, detect the...
-
Upcoming interview with The 6 Figure Developer
On May 6th I will be interviewed by The 6 Figure Developer. Topics of discussion are: Azure, Cognitive Services, and IoT. Once the interview is complete I will post a link here or on my other social media sites.
-
Speaking at Orlando Code Camp
I am happy to announce I will speaking at the Orlando Code Camp again this year. I will be presenting AI on the Edge, a look into Microsoft’s Azure IoT Edge.
-
Hacking Izon Cameras and using Azure IoT Edge
After Izon announced that they were closing down their services (leaving the cameras I already owned useless), I decided to turn them into something useful using Azure. First let me list some resources:
-
Using Open CV C++ with Azure IoT Edge
If you are looking for a guide on creating an Open CV module in Python, check out a guide here. This guide will focus on creating an Azure IoT Edge module in C++. To accomplish this we need to take...
-
Using Protocol Buffers with Azure IoT Edge
Google’s Protocol Buffers are a perfect fit with the multilingual approach of Azure IoT Edge. Using ProtoBuf, a message format can be written once and used across multiple frameworks and languages while benefiting from the speed and message size intrinsic...
-
.NET Rocks Podcast is out!
The interview I had with .NET Rocks! is here.
-
.NET Rocks Interview
After my sessions at Update Conference Prague I will be discussing the Azure IoT Edge platform with .NET Rocks!. Hopefully I will have recovered from jet lag and my other presentations to give a coherent and passable interview. One of...
-
South Florida Code Camp - Azure IoT Overview
March 2nd 2019, I will be presenting Azure IoT Overview at the South Florida Code Camp in Davie, FL. You can register here - and its FREE. Here is the synopsis of the presentation:
-
Azure IoT Edge - docker.sock connect: permission denied
The Azure IoT Edge getting started guide currently utilizes VS Code and Docker to create modules. If you receive “docker.sock connect: permission denied” after trying to build, run the following two commands in the terminal:
-
Atlanta Code Camp - Tickets for sale
Register Here
-
Update Conference Prague
I have been selected to speak at Update Conference Prague during 22nd - 23rd November 2018. This year I will be giving two talks:
-
MVP Renewal
Proudly, I will be entering my second year as a Microsoft MVP. This will be under the Microsoft Azure category again. Moving forward, I look forward to doing a large amount of work and training with Azure Edge and Azure...
-
TechBash 2018
This year I will be presenting Enable IoT with Edge Computing and Machine Learning at TechBash. Here is the outline:
-
Music City Code - IoT with Mobile
This year I will be at Music City Code presenting Configure, Control, and Manage IoT with Mobile.
-
Third Annual Internet of Things Startup Showcase
Join the Greater Atlanta Internet of Things at the Third Annual Internet of Things Startup Showcase on May 15th at Atlanta Tech Park.
-
Mixed3d Scans
About four days ago Lamar and I went to Mixed3D to get some scans done for his birthday. They have an interesting booth filled with Raspberry Pis that generate a 3D model. They also offer to print those 3D models...
-
Interview with The Cube
At Devnet Create I was interviewed by The Cube. Heres the resulting interview:
-
IRIS Conference
April 14th is the Integrative Research and Ideas Symposium (IRIS) hosted by the UGA Graduate-Professional Student Association. I will be speaking on three separate topics at the event:
-
Storing Event Data in Elastic Search
There was a CPU and network issue when the hosts uploaded data directly from the client to Elastic Search. To allow for the same data load without the elastic overhead running on the client the following architecture was used:
-
Azure IoT Edge stuck restarting
NOTE: This is for the private preview version of Azure IoT Edge
-
Creating an ASP.NET Core application for Raspberry Pi
As a part of the Wren Hyperion solution, an ASP.NET Core application will run on an ARM based Linux OS (we are building a POC for the Raspberry Pi and Raspian). Here are the steps on how you can get...
-
Unable to load DLL 'e_sqlite3' dotnet core Raspian
If you get the error message “Unable to load DLL ‘e_sqlite3’ dotnet core Raspian”, that means that the libe_sqlite3.so was not loaded to the runtime directory. There is a copy of the libe_sqlite.so library here. Copy the library to the...
-
Create Azure Function to process IoT Hub file upload
On the Wren Solutions project, there was need to sync a large data set from a device and merge data from it into an existing data set in Microsoft Azure. To accomplish this we decided to use the following workflow:...
-
Spoke at Health Hack GT
I recently spoke on Virtual Reality and IoT at the Georgia Tech Health Hackathon. Here is the video, the audio didn’t turn out to great.[youtube https://www.youtube.com/watch?v=QmxPRkh0A58]
-
Big IoT week in Atlanta
This coming week there are a few IoT events in Atlanta:
-
New Blog Site
I decided to move my blog to a hosted provider and actually pay for it. This makes it so much easier. The content will still be focused around Cloud, Mobile, and IoT.