by Xukyo | 26 Feb 2025 | Tutorials
Installing and configuring VS Code If you haven’t already done so, download and install Visual Studio Code Installing the C\ extension Installation of the Code Runner extension. This extension is optional, but will enable you to run code in an external terminal...
by Xukyo | 23 Feb 2025 | Tutorials
We’re going to program using OpenCV and C++ under VS Code. Configuring VS Code and the libraries for certain languages can be complicated. In this tutorial, we’ll look at how to set up a computer and VS Code so you can develop with OpenCV and C++....
by Xukyo | 22 Feb 2025 | Tutorials
Optimizing C code for embedded systems C code optimization is necessary for embedded systems because, in order to save on hardware costs, we plan for the bare minimum in terms of interface, memory and computing capacity. For a fixed computer, however, low execution...
by Xukyo | 24 Jan 2025 | Tutorials
In this tutorial, we’ll look at how to program an ESP32 using the ESP-IDF environment with VSCode. ESP-IDF, or Espressif IoT Development Framework, is the official programming environment for ESP32s, enabling the programming of high-quality applications in C and...
by Xukyo | 18 Mar 2024 | Tutorials
In this tutorial, we’ll look at how to configure the GRBL 0.9 firmware for Ramps 1.4 with Arduino Mega 2560 and interface with LaserGRBL. To control your CNC or MPCNC with LaserGRBL, you need to install and configure firmware on your Arduino board, so that it...