#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…… Continue reading #Event – Video on how to create a #AzureIoT Central App in 10 min to display drone 🚁 telemetry

#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

#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 challengeAzure Custom VisionAzure IoT Central

#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 https://www.youtube.com/watch?v=0Sv7HJim8SA&feature=emb_logo 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/B07BDHJJTHRyze 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 Services Custom Vision, https://customvision.ai

#Coding4Fun – How to control your #drone ✈ with 20 lines of code! (24/N) #AzureIoT

Hi ! Final post, so let’s recap We have a device template representing a drone, tracking accelerometer, battery and temperature values. We have created a new device to twin our drone in Azure IoT Central. And, copy the connect information: ScopeId, DeviceId and Key. Let’s use a “get data from drone demo” and publish this…… Continue reading #Coding4Fun – How to control your #drone ✈ with 20 lines of code! (24/N) #AzureIoT

#Coding4Fun – How to control your #drone ✈ with 20 lines of code! (23/N) #AzureIoT

Hi ! Now that we have a device template created, we can create a new device in our Azure IoT Central portal and start to send information to Azure IoT. We start by creating a new device based on the previous template and it’s time to copy and paste the connection information for this device:…… Continue reading #Coding4Fun – How to control your #drone ✈ with 20 lines of code! (23/N) #AzureIoT

#Coding4Fun – How to control your #drone ✈ with 20 lines of code! (22/N) #AzureIoT

Hi ! In my the live events where I explain how to code to control the drone, I show a scenario where drone information is sent to Azure IoT Central. I just realized that I never wrote about it, so here is post 1 of N to describe this scenario. Azure IoT Central As usual…… Continue reading #Coding4Fun – How to control your #drone ✈ with 20 lines of code! (22/N) #AzureIoT

#RaspberryPi – Putting all together to display device temperature using #AzureIoT and #docker. Privilege permissions and other lessons learned

Hi! Today challenge was based on an easy one How do I get a Raspberry Pi temperature using Python? The lines to do this are quite simple, with the following lines we can get the absolute value for the device temperature, in Celsius (of course!) https://gist.github.com/elbruno/4540277aa5ca6ffa053cb28a776cc5eb Easy! My next step was to add a new…… Continue reading #RaspberryPi – Putting all together to display device temperature using #AzureIoT and #docker. Privilege permissions and other lessons learned

#Azure – Sending custom Telemetry and Event information from a #RaspberryPi device to #AzureIoT Central

Hi! Azure IoT Central is one of the amazing services we can use on Azure. I was wondering how easy is to use a Raspberry Pi using Raspbian and Azure IoT and here is my experience. Let’s assume we had a device up to date using Raspbian, our next step will be to create an…… Continue reading #Azure – Sending custom Telemetry and Event information from a #RaspberryPi device to #AzureIoT Central