by Xukyo | 10 Feb 2024 | Tutorials
In this tutorial, we’ll look at how to create and launch a Profile file at startup on a Linux machine, such as your Raspberry Pi, in order to configure and personalize your user account. When you regularly use your Linux computer, it can be useful to load a...
by Xukyo | 9 Feb 2024 | Tutorials
In this tutorial, we’ll look at the best practices for arranging a Python project so that it can be shared and deployed. Whether it’s software, a library, a web app or a mobile app, if you want to share your work, you need to organize and document it...
by Xukyo | 8 Feb 2024 | Tutorials
There are a number of techniques for increasing the speed of a Linux computer. One of the main criteria for comfort in computing tools is execution speed, and in particular boot speed. This also applies to your computer, especially if it’s an old one on which...
by Xukyo | 7 Feb 2024 | Tutorials
Once you’ve got your CNC running with LaserGRBL on Windows, you may want to run it on a Linux computer. In this tutorial, we’ll show you how to install LaserGRBL on a Linux PC. N.B.: To create the Gcode from the image file, you still need to do this on a...
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 | 5 Feb 2024 | Tutorials
The Nextion screen is one of the best solutions for creating a graphical interface to drive your Arduino project. The best-known interface for interacting with an Arduino is the LCD screen with a few buttons and potentiometers, at the cost of I/O and Arduino code...
by Xukyo | 4 Feb 2024 | Tutorials
In this tutorial we will configure Visual Studio Code to run C# scripts Installing Visual Studio Code Install .Net 6.0 Then open Visual Studio Code Installing the C# extension Check .NET installation in terminal dotnet –version Creating a console application...
by Xukyo | 3 Feb 2024 | Tutorials
If you use your Raspberry Pi regularly, it’s a good idea to make a backup of the SD card. One of the weaknesses of the Raspberry Pi is that the SD card can become corrupted. So it’s a good idea to make an image of the SD card in order to retain its codes...
by Xukyo | 2 Feb 2024 | Tutorials
The Raspberry Pi Pico is a development board based on the RP2040 programmable with MicroPython. It has a large number of inputs Hardware Computer Raspberry Pi Pico (standar H or W) USB A Male to USB Mini B Male cable Installing drivers on the computer The Raspberry Pi...
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...