Posts in category "iot-edge"
-
Using Cognitive Services: Custom Vision Service with Azure IoT Edge
This is a guide on how to use Cognitive Services: Custom Vision Service with Azure IoT Edge without having the Edge module host a web endpoint but instead use the built in Module to Module communication. This post will break...
-
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:
-
Authoring for Pluralsight - Developing Microsoft Azure Intelligent Edge Solutions
Off to start another course for Pluralsight. This time its Developing Microsoft Azure Intelligent Edge Solutions. If you would like to check out any of my other courses, visit my author’s profile. The new course will cover the following topics:...
-
Pluralsight Course Published - Designing an Intelligent Edge in Microsoft Azure
Designing an Intelligent Edge in Microsoft Azure was just published on Pluralsight! Check it out. Here is a synopsis of what’s in it:
-
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 Pluralsight Course - Designing an Intelligent Edge in Microsoft Azure
Off to start another course for Pluralsight. This time its Designing an Intelligent Edge in Microsoft Azure. If you would like to check out any of my other courses, visit my author’s profile. The new course will cover the following...
-
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...
-
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
-
Sponsors Wanted - Atlanta Medical Hackathon
The Atlanta Medical Hackathon is looking for Sponsors. Sponsors can look forward to getting in front of soon to graduate, undergraduate and graduate students interested in a career in technology or medicine.
-
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:
-
TechBash 2018
This year I will be presenting Enable IoT with Edge Computing and Machine Learning at TechBash. Here is the outline:
-
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:
-
Azure IoT Edge - exec user process caused "exec format error??
If running Edge on a Raspberry Pi and an Edge container’s logs show ‘exec user process caused “exec format error”’ as an error then most likely you are running a non Raspberry Pi container on the Raspberry Pi. If the...
-
Azure IoT Edge stuck restarting
NOTE: This is for the private preview version of Azure IoT Edge
-
DevNexus 2018
I’m proud to be presenting Enable IoT with Edge Computing and Machine Learning at DevNexus this year. This is one of my newer talks. After doing a bit of work with Microsoft Azure’s gateway releases I feel that this logic...
-
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.