Category: Edge

Announcements Azure Azure IoT Edge Speaking Engagements

TechBash 2018

This year I will be presenting Enable IoT with Edge Computing and Machine Learning at TechBash. Here is the outline: Being able to run compute cycles on local hardware is a practice predating silicon circuits. Mobile and Web technology has pushed computation away from local hardware and onto remote servers. As prices in the cloud have decreased, […]

Jared Rhodes 
Azure Azure IoT Cognitive Services Edge Speaking Engagements

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: Virtual Reality and IoT – Interacting with the Changing World Enable IoT with Edge Computing and Machine Learning Alternative Device Interfaces and Machine Learning More than that though […]

Jared Rhodes 
Azure Edge Xamarin

CodeStock

I’m proud to be presenting Alternative Device Interfaces and Machine Learning at CodeStock this year. With AI becoming more and more ubiquitous, it is important to note the effect on a user’s experience. This presentation is meant to show how to create modern applications using machine learning provided by a third party and showcase what some third parties […]

Jared Rhodes 
Edge

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 docker file used to build the container starts with: FROM microsoft/dotnet:2.0.0-runtime or FROM microsoft/dotnet:2.0.0-runtime-nanoserver-1709 then […]

Jared Rhodes