-
#Event – Resources used on the “TinyML and SkySharks 🦈🦈🦈” at @netcoreconf 2021
Hi ! Another great time with my friends from NetCoreConf. I got the perfect excuse to book a flight to Spain, to be IRL next time. 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… — read more
-
#Event – @netcoreconf, live podcast recording 🎤🎤🎤, #machinelearning, tinyML, sharks 🦈🦈🦈 and more !
Hi ! On Friday we will have again the chance to assist to one of the most amazing events: NetCoreConf 2021 (click here for more info) This event is awesome in so many levels: +80 sessions in English and Spanish, amazing speakers, a great place to chat virtually in Discord and more !!! Live Podcast… — read more
-
#RaspberryPi – Listing nearby BLE devices using the onboard #bluetooth sensor
Hi ! I done this at least, 4 different times, and I never wrote it down. So, here it is. The output is similar to this one. You can see that my standing desk is listed here. If you are nearby, you can hack and move my desk up or down ! Important: The output… — read more
-
#Python 🐍 – Easy way to install #OpenCV and #TensorFlow in a Virtual Environment in Anaconda . Yes, for drone 🚁 fun !
Hi ! I wrote about this before, however, I never shared the complete set of steps. Here they are. Install and Update Anaconda After installing Anaconda, it’s time to update. We need to start Anaconda PowerShell with Administrator privileges. And then run these commands. That was easy. Create a new Virtual Environment Virtual Environments are… — read more
-
#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