-
#AzureIoT – How to create an Azure IoT module from an Azure #CustomVision project π 6/N
Hi ! Today’s post will be mostly focused on code. And on the main tasks Add a configuration property to the module to enable / disable the telemetry messages Each time the Azure IoT Module process an image, it will trigger a telemetry with the information of the detected image The sample running show how β read more
-
#AzureIoT – How to create an Azure IoT module from an Azure #CustomVision project π 5/N
Hi ! Today’s post will be mostly focused on code. And on the main tasks I build my docker image using my Raspberry Pi, I explained this in this post [Build docker π³ images from Visual Studio Code remotely using a Raspberry Pi] I updated my module to use the port 8089. This update is β read more
-
#AzureIoT – How to create an Azure IoT module from an Azure #CustomVision project π 4/N
Hi ! Today’s post will be mostly focused on code. And on the main tasks Merge and create a new docker definition file. Merge Azure IoT project files with the exported Azure Custom Vision project Update the main Python app to run as Azure IoT Module and also perform Computer Vision analysis. Azure IoT Module β read more
-
#AzureIoT – How to create an Azure IoT module from an Azure #CustomVision project π 3/N
Hi ! In my previous post I wrote about how to create an Azure Custom Vision project. And, once created how to export the project as a Docker image to be used in different platforms. I also analyzed the content of the exported Linux image. Today IΒ΄ll perform a similar analysis with an empty Azure β read more
-
#AzureIoT – How to create an Azure IoT module from an Azure #CustomVision project π 2/N
Hi ! In my previous post I wrote about how to create an Azure Custom Vision project. And, once created how to export the project as a Docker image to be used in different platforms. So, let’s take a look at the content of the exported Linux image. The main docker content is described in β read more
-
#AzureIoT – How to create an Azure IoT module from an Azure #CustomVision project π 1/N
Hi ! I’m a big fan of Azure Custom Vision, and when I talk about Computer Vision I usually share an example on how to tag images from drawings. I had 3 types of drawings fish flower human I build a model in Custom Vision and then I show my amazing drawing skills with something β read more
-
#AzureIoT – Posts Recap
Hi ! I’m going to start a new series of posts for Azure IoT and Computer Vision, so I think it will be a good idea to have a main post with the series recap. β read more
-
#Event – “Scaling a POC to an Enterprise using Azure Custom Vision” at the Azure Sydney User Group. Session Resources
Hi ! I had a great time early in the day with some friend from Australia. As usual, time for slides and code: Slides Code https://github.com/elbruno/events/tree/main/20210421%20Sydney%20CV My Session – Video Coming soon Resources Kaggle, Distracter Driver challenge Azure Custom Vision Azure IoT Central β read more
-
#Podcast – NTN 81 – Especial NetCoreConf, un poco de β Azure IoT y Digital Twins π€π€
Buenas! El equipo de NetCoreConf nos permitiΓ³ entrar al backstage del evento, y en una esquina del bar (virtual), tuvimos la suerte de hablar de muchos temas interesantes. Por ejemplo, con Manuel SΓ‘nchez RodrΓguez charlamos sobre Azure IoT, Digital Twins y Mixed Reality. Un pack de lo mΓ‘s interesante. Como la grabaciΓ³n ha sido en β read more
-
#AzureIoT β Using a Raspberry Pi Grove Sensor in an β Azure IoT Edge Module (4/N)
Hi ! In my previous post I the steps to create an Azure IoT Module interacting with Grove sensors in a Raspberry Pi. I won’t write about Azure Container Registry, check the references section for more information. At this point I’ll azure we have an ARM32 image is published and ready to use from an β read more
-
#AzureIoT β Using a Raspberry Pi Grove Sensor in an β Azure IoT Edge Module (3/N)
Hi ! In my previous post I shared a Python script that reads value from a Grove sensor and send the values as device telemetry to Azure IoT Hub. In today’s post I’ll share some insights and lessons learned on how to pack this as an Azure IoT Module. In the references section I shared β read more
-
#AzureIoT β Using a Raspberry Pi Grove Sensor in an β Azure IoT Edge Module (2/N)
Hi ! Following on my previous post on reading the sensor values, today’s I’ll share a new code sample, triggering this information as device telemetry in Azure IoT. In the references section, you can find some tutorials on how to create an Azure IoT Hub, and also how to create a Edge Device on the β read more
-
#AzureIoT β Using a Raspberry Pi Grove Sensor in an β Azure IoT Edge Module (1/N)
Hi ! I’m a big fan of SeeedStudio Grove products. When you are prototyping IoT devices, the grove connectors are super fast way to work. You basically avoid all the wiring, and just connect cables betwen a IoT device like a Raspberry Pi, and sensors like a Temperature and Humidity monitor. Again, no wiring, no β read more
-
#AzureIoT β Creating a folder π in the docker definition in an β Azure IoT Edge
Hi ! In my (spanish) podcast I often complain that we always speak about JavaScript and Docker. And, it also applies to my blog. After my yesterday’s post, someone asked How we can create a folder on the creation process of the Azure IoT module? This is not an Azure IoT question, is mostly a β read more
-
#AzureIoT β Mapping a local β Azure IoT Edge folder module with an Edge device folder π
Hi ! Another quick post in [Brain backup mode]. This one for a very simple scenario when working with Azure IoT modules: Mapping a local folder in an Azure IoT Edge module with an Edge device folder There is a full post on Azure IoT Documentation (see references). And I’ll resume the post here. Add β read more
-
#AzureIoT β β Azure IoT Edge 1.1.0 release is now GA, experiences upgrading #Ubuntu
Hi ! There is a new version of the Azure IoT Edge module: 1.1.0 (see references). So, I decided to upgrade my 2 test devices and maybe share some lessons learned in the process. Upgrade on Ubuntu 18.04 on a Raspberry Pi 4 As usual I’ll start with a full update Similar to the Raspberry β read more
-
#AzureIoT β β Azure IoT Edge 1.1.0 release is now GA, experiences upgrading #RaspberryPi OS
Hi ! There is a new version of the Azure IoT Edge module: 1.1.0 (see references). So, I decided to upgrade my 2 test devices and maybe share some lessons learned in the process. Upgrade on Raspberry Pi OS As usual I’ll start with a full update And I found a nice surprise on the β read more
-
#Event – “Letβs code a drone to follow faces syncing everything with Azure IoT” at the Codegen 2021, Verona, Italy. Session Resources
Hi ! I had a great time early in the day with some friend from Italy. As usual, time for slides and code: Slides Code https://github.com/elbruno/events/tree/main/2021%2002%2013%20CodeGen%20Verona%20Italy%20Drone%20Azure%20IoT My Session – Video All Sessions – Videos All +40 sessions here http://codegen2021.azurewebsites.net/videos Resources DJI Tello Drone, https://www.amazon.com/Tello-CP-PT-00000252-01-Quadcopter-Drone/dp/B07BDHJJTH Ryze Tello SDK, https://www.ryzerobotics.com/tello Viola Jones, Object Detection Framework, https://en.wikipedia.org/wiki/Viola%E2%80%93Jones_object_detection_framework Cognitive β read more
-
#AzureIoT β β Azure IoT Explorer, in preview and awesome
Hi ! I found this tool sometime ago, and it was a great moment. The Azure IoT explorer is a graphical tool for interacting with and devices connected to your IoT hub. You can check references for the official installation process. And just in case, here is a small preview of the tool showing the β read more