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...
by Xukyo | 6 Feb 2024 | Tutorials
In this tutorial we will configure Visual Studio Code to run C Hardware Computer Arduino UNO board or other USB cable to connect Arduino board to PC Installing Visual Studio Code and PlatformIO IDE Follow the installation steps to download .Net 6.0 Then open Visual...
by Xukyo | 1 Feb 2024 | Tutorials
The Raspberry Pi Pico is a development board based on the RP2040 programmable with the Arduino IDE. It has a large number of inputs Installing drivers on the computer The Raspberry Pi Pico is recognized as a Fat32 USB storage device. No special driver needs to be...
by Xukyo | 30 Jan 2024 | Tutorials
Let’s take a look at how to program the Raspberry Pi Pico microcontroller in C++ using Visual Studio Code. The Raspberry Pi Pico board is a microcontroller based on the RP2040 chip from Raspberry Pi. It is programmable in C++ and MicroPython and can interact...