#AzureIoT – Read and Write 📝 Twin Properties for an ☁️ Azure IoT Edge Module

Hi ! In my previous post I wrote about the libraries that we will use to access to Twin Properties in an Azure IoT Edge Module. Let’s go for it. Configuration We will use 3 main settings to read and write Twin information # connect using IoTHub connection string and device id with the module…… Continue reading #AzureIoT – Read and Write 📝 Twin Properties for an ☁️ Azure IoT Edge Module

#AzureIoT – Working with devices and Edge Modules to access Digital Twin Settings

Hi ! Once I got my real and 3D virtual device [smart door] working, it’s time to interact with the Digital Twin information from the IoT Edge device and also from the Iot Edge Module device. Current documentation is kind of tricky, there are several demos on how to interact with the Device. However, working…… Continue reading #AzureIoT – Working with devices and Edge Modules to access Digital Twin Settings

#AzureIoT – Working with Digital Twin Settings on an Azure IoT Edge Module

Hi ! In my previous series of posts I wrote about how to create custom modules to work using Custom Vision projects, and also sensors in a Raspberry Pi. Today, I’ll pick my Door demo, and share some insights about how to work work with Twin properties. Define Twin Properties Let’s start defining our twin…… Continue reading #AzureIoT – Working with Digital Twin Settings on an Azure IoT Edge Module

#AzureIoT – Create an Azure IoT Module from a Custom Vision 👀 project – Full Series

Hi ! It’s time to close the the series of posts about how to create an Azure IoT Edge module that run a Custom Vision exported project from https://customvision.ai. And the step-by-step posts: References Azure Custom VisionAzure Custom Vision DocumentationAzure IoT ToolsDeploy your first IoT Edge module to a virtual Linux device

#AzureIoT – Using a Raspberry Pi Grove Sensor 👀 in an ☁ Azure IoT Edge Module – Full Series

Hi ! It’s time to close the the series of posts about how to create an Azure IoT Edge module to be run in Raspberry Pi registered as an Azure IoT Edge Device. This series also covers how to access to specifics sensors connected to the device and send telemetry, and more. I’m missing the…… Continue reading #AzureIoT – Using a Raspberry Pi Grove Sensor 👀 in an ☁ Azure IoT Edge Module – Full Series

#Event – Resources used on the “TinyML and SkySharks 🦈🦈🦈” at CodePalousa 2021

Hi ! Another great time in CodePalousa. I hope I can see my friends IRL on 2022. This time, I shared some insights about Machine Learning on devices, really tiny devices. As usual now it’s time to share the resources Slides Source Code Source Code is available here. Recording Coming soon !

#AzureIoT – Using a Raspberry Pi Grove Sensor in an ☁ Azure IoT Edge Module (6/N)

Hi ! In my previous post I shared some details on how to configure the Azure IoT Module to interact with the sensors / servos / LEDs connected to the Raspberry Pi. I also shared the base code to send telemetry. Let’s add some more details related to the Send Telemetry part. Send Telemetry In…… Continue reading #AzureIoT – Using a Raspberry Pi Grove Sensor in an ☁ Azure IoT Edge Module (6/N)

#AzureIoT – Using a Raspberry Pi Grove Sensor in an ☁ Azure IoT Edge Module (5/N)

Hi ! So, as a final post, here are some notes related to the Container Create option and also how to send telemetry from the device. Container Create Option This is the Container Create Option configuration that I define for the module. This specific configuration allows the access to the i2c components (raspberry pi pins)…… Continue reading #AzureIoT – Using a Raspberry Pi Grove Sensor in an ☁ Azure IoT Edge Module (5/N)

#Event – Resources used on the “Drones 🚁 and Anomaly Detection 📈 with ML.Net with Azure IoT” at The Global AI Virtual on Tour Oslo

Hi ! I was lucky to have some time during the Global AI On Tour conference, for the Oslo session. I shared some insights about Anomaly Detection and using drone telemetry as the data source. I used ML.Net to perform the Anomaly Detection and later integrate all together in Azure IoT. As usual now it’s…… Continue reading #Event – Resources used on the “Drones 🚁 and Anomaly Detection 📈 with ML.Net with Azure IoT” at The Global AI Virtual on Tour Oslo

#AzureIoT – How to create an Azure IoT module from an Azure #CustomVision project 👀. Complete series

Hi ! I finished the series of posts on how to create a Custom Vision project and adapt the project to run as an Azure IoT Module. Here are the series of posts in tutorial mode: Create and export a Custom Vision Project as Docker imageAnalyze the content of the CV Docker imageCreate and analyze…… Continue reading #AzureIoT – How to create an Azure IoT module from an Azure #CustomVision project 👀. Complete series