@code – Profiles in Visual Studio Code, work with only the extensions you need! 😀

Hi ! Profiles in Visual Studio Code are a way to create different environments for different projects or purposes. They allow us to switch between different sets of extensions, settings, and keyboard shortcuts without affecting our default VS Code configuration. I found it super useful mostly when I think about the extensions that I have.…… Continue reading @code – Profiles in Visual Studio Code, work with only the extensions you need! 😀

#AzureIoT – Using a Raspberry Pi @Seeedstudio Grove Sensors 👀 in an ☁ Azure IoT Edge Module

Hi ! Last week during my sessions for #JulyOT, I had several questions about how to use SeeedStudio Grove sensors and actuators in custom Azure IoT Edge modules. I’m updating my previous series of posts to how 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 @Seeedstudio Grove Sensors 👀 in an ☁ Azure IoT Edge Module

#VSCode – Thunder Client, excellent alternative to Postman for HTTP Requests @Code

Hi ! Postman is a great tool to emulate HTTP Requests. I used Postman a lot when I create webapps that run Computer Vision models to analyze images. However, in order to keep things more simple, I decided to test several extensions in Visual Studio Code, as alternatives to Postman. And, Thunder Client is one…… Continue reading #VSCode – Thunder Client, excellent alternative to Postman for HTTP Requests @Code

#OpenCV – Access to a camera in a Jupyter Notebook with #Python 🐍

Hi ! Super quick post today, with an answet to a question that we had last week in one of our Reactor Sessions: Can we access to a camera 🤳 while I’m coding in a Jupter Notebook? So, the answer is YES. Here is a sample: And as usual, let’s share some code and some…… Continue reading #OpenCV – Access to a camera in a Jupyter Notebook with #Python 🐍

#WioTerminal – @EdgeImpulse projects and the error: `FLASH’ overflowed by 42784 bytes

Hi ! Yesterday I hosted a session where I show how to train a Computer Vision model and run the model in a Wio Terminal. TinyML 🧠 and Azure IoT with Edge Impulse and Wio Terminal In this video I also explain how to connect and use an ArduCAM to take photos with the device.…… Continue reading #WioTerminal – @EdgeImpulse projects and the error: `FLASH’ overflowed by 42784 bytes

#Event – Introducción a GitHub con Visual Studio @Code online desde @msftreactor

Buenas ! Basado en los resultados de una encuesta, este próximo jueves tendremos esta sesion en vivo y online desde Microsoft Reactor: Introducción a GitHub con Visual Studio Code📝 En esta sesión aprenderemos a trabajar con Visual Studio Code y GitHub. Veremos diferentes temas, incluida la autenticación, la publicación de repositorios y la visualización en…… Continue reading #Event – Introducción a GitHub con Visual Studio @Code online desde @msftreactor

#Event – Lo mejor de Visual Studio @Code Day 2022 💻🖥️💻

Buenas ! El 3 de Marzo, el equipo y la comunidad de Visual Studio Code organiza un evento en vivo para usuarios de Visual Studio Code. Presentarán novedades, es una gran oportunidad para conocer al equipo que trabaja en Visual Studio Code todos los días. El 16 de Marzo, en esa sesión repasaremos estas novedades…… Continue reading #Event – Lo mejor de Visual Studio @Code Day 2022 💻🖥️💻

#Event – Introduction to GitHub in Visual Studio Code 📝at @msftreactor

Hi ! After a quick poll, the following event was the winner for a live session from Microsoft Reactor: Introduction to GitHub in Visual Studio Code 📝 In this session we will learn how to work with Visual Studio Code and GitHub. We will learn different topics, including authentication, publishing repos, and viewing your repo…… Continue reading #Event – Introduction to GitHub in Visual Studio Code 📝at @msftreactor

#VisualStudioCode – Create and use Code Snippets 🗒️ in @code, create custom snippets just for a workspace, and for multi folder solutions

Hi ! Update: I wrote this post last year for my Python series. This is an update focused on scenarios also working with C++ and Platform IO. Code Snippets are super useful, and create your custom Code Snippets is super easy in Visual Studio Code. The official Documentation (see references) explains how to create snippets,…… Continue reading #VisualStudioCode – Create and use Code Snippets 🗒️ in @code, create custom snippets just for a workspace, and for multi folder solutions

#WioTerminal – working with servos 🦾 @code and @PlatformIO_Org

Hi ! Today let’s review another started project, this scenario is to use a grove servo motor with Wio Terminal. We will review the code created with PlatformIO Labs in Visual Studio Code. The app is very simple When user press button A the servo motor will rotate to 0 degress and when user press…… Continue reading #WioTerminal – working with servos 🦾 @code and @PlatformIO_Org