-
#Docker 🐳 – Add an external repository to the Source List, and add the key from the external server 🤷♂️
Hi ! Ok, here goes nothing. And this is mostly so I can avoid to learn again how to do this in the future. I needed to install a package in my docker Linux file, and I realized that I needed to add a specific source to the debian source list before. After this, I… — read more
-
#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 Read Twin Properties Let’s read twin properties with a couple of lines… — read more
-
#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… — read more
-
#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… — read more
-
#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 Vision Azure Custom Vision Documentation Azure IoT Tools Deploy your first IoT Edge module to a virtual Linux device — read more
-
#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… — read more
-
#Docker 🐳 – After curl, now it’s time to install git, clone a repo and run some stuff 🤷♂️
Hi ! Ok, here goes nothing. If you ever, and I mean, EVER NEED GIT in a docker container. This may help. This lines are a sample on I know, you can install all and make it all happens in a single line. I’m not a big fan of single lines, so I’ll keep this… — read more
-
#Docker 🐳 – Install and run curl commands
Hi ! Maybe if I write this down, I won’t forget the next time. If I / you need to run curl commands in a docker definition, you only need to have this lines as an example. Last line is where magic happens ! — read more
-
#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 ! — read more
-
#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… — read more
-
#Event – Video on how to create a #AzureIoT Central App in 10 min to display drone 🚁 telemetry
Hi ! Yesterday I had the pleasure to talk about how to create a sdk to control a DJI Tello drone with my friends from Azure AI Latam. And the 2nd part of the session was focused on how to use Azure IoT Central to process and display the drone telemetry information. So you can… — read more
-
#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)… — read more
-
#RaspberryPi – 1st setup no monitor 📺: Wifi 📶 auto connect, SSH, rename, update, docker 🐳 and more! Update 2021-Aug-05
Content Create SD card using Raspberry Pi Imager Configure Wireless connection (if needed) Enable SSH (if needed) Find the IP address in your network Access via SSH Change Password (if needed) Rename the device (if needed) Expand FileSystem Update the device Install Docker Setup SSH password-less access to the Raspberry Pi Setup password-less access to… — read more
-
#GitHub – Tip: how to get a github profile photo 🖼️ , just add .png
Hi ! So, I learned this some time ago, and now is my preferred method to share my photo for events and more. Let’s start. This is my profile in GitHub: https://github.com/elbruno/ And, if I want to access the profile photo, I just need to add a .png on the profile url: https://github.com/elbruno.png Super easy… — read more
-
#RaspberryPi – 1st setup no monitor 📺: Wifi 📶 auto connect, SSH, rename, update, docker 🐳 and more! Update 2021-July-28
Content Create SD card using Raspberry Pi Imager Configure Wireless connection (if needed) Enable SSH (if needed) Find the IP address in your network Access via SSH Change Password (if needed) Rename the device (if needed) Expand FileSystem Update the device Install Docker Setup SSH password-less access to remote work with docker 🐳 Hi! Let’s… — read more
-
#GitHubCoPilot 🤖 – Real Scenario: let’s send a tweet! 🐦
Hi ! Next question on the line: how useful is CoPilot in day to day tasks? So, I decided to use copilot to help me solve a current problem: send a tweet. Usually I’ll perform a couple of search, test some libraries, etc. I’ll do this at full speed with the CoPilot suggestion. This is… — read more
-
#GitHubCoPilot 🤖 – Is CoPilot sharing security credentials ? Let’s take a look. Spoiler: NO
Hi ! One of the most common questions that I see around CoPilot, is related to sensitive information, like keys, database connection strings, etc. So, I decided to make a couple of tests and show that CoPilot is not sharing sensitive information from public data sources. Let’s start with a simple book class, and the… — read more
-
#GitHubCopilot 🤖 – General experience with C#, generating unit tests, security keys and more.
Hi ! I used mostly Copilot with Python, and I have to admit that it generates super accurate Machine Learning and TensorFlow code. I don’t to a lot of C# code in Visual Studio Code, I’m old school I use Visual Studio 2022 for C#. However, I decided to give it a try and here… — read more
-
#GitHub – 1st experiences with 🤖 #GitHubCopilot ⭐⭐⭐⭐⭐
Hi ! I was lucky enough to get access to the preview of GitHub Copilot, and I’ll rate my experience so far ⭐⭐⭐⭐⭐. Let’s start from the beginning, sharing the official definition: GitHub Copilot Your AI pair programmerWith GitHub Copilot, get suggestions for whole lines or entire functions right inside your editor. GitHub Copilot I… — read more
-
#Event – Highlights from Microsoft Build 2021with my friends from @metrotorontoug
Hi ! Next Thursday, July 15 I’ll be joining an amazing group of experts to share our insights and thoughts about the Build 2021 experience and Build 2021 announcements. Here are some of the topics to cover .NET 6 and ASP.NET Core 6 and C#10 Internet of Things DevOps Kubernetes Power Platform Artificial Intelligence Azure… — read more