Tag Archives: ai

Getting started with AI assisted coding in Visual Studio Code

Getting started with AI assisted coding in Visual Studio Code

This is a quick tutorial to get started with AI assisted coding in Visual Studio Code. This tutorial assumes you already have a basic understanding of the working of Visual Studio Code. Since new releases of Visual Studio Code come with the GitHub Copilot extension pre-installed, when you launch Visual Studio Code for the first … Continue reading Getting started with AI assisted coding in Visual Studio Code

VL53L1X sensor with RGB Ledstrip

Simulation of anxiety: pulsing rainbow heartbeat pattern on a LED strip that intensifies when something get closer…

This project combines two examples: We will use a Seeed Studio XIAO which is a small microcontroller, but this can be done with any Arduino or ESP module you have at hand. For code generation, GitHub Copilot is used. Setting up the circuit Connect the SCL & SDA pins of the VL53L1X sensor to those … Continue reading Simulation of anxiety: pulsing rainbow heartbeat pattern on a LED strip that intensifies when something get closer…

breadboard with rgb led pico w

Create an RGB Led controller App

This tutorial describes how to build an electronic circuit with an RGB LED (a LED that can change color), and change its color using an App. It also demonstrates two-way communication over Bluetooth LE between an App built with Android Studio. Older versions of this tutorial: If you have and Arduino, that can also work … Continue reading Create an RGB Led controller App