by Xukyo | 12 Feb 2024 | Tutorials
You can convert a Python script into an executable (EXE) file using the PyInstaller library. Once your Python code has been tested and validated, you can share it as an executable desktop application from any computer. This is especially useful for graphical user...
by Xukyo | 11 Feb 2024 | Tutorials
The Orange Pi Zero LTS board from Orange Pi can run Debian, Armbian, Ubuntu or Android 4.4. In this tutorial, we’ll show you how to configure your computer with Armbian. Hardware Orange Pi Zero LTS Micro SD card Micro USB cable Computer Install OS...
by Xukyo | 10 Feb 2024 | Tutorials
Radxa’s Rock Pi 4 board can run Debian, Ubuntu or Android. In this tutorial, we’ll show how to configure the computer for Debian. Hardware Rock Pi 4 SE Micro SD card USB cable screen+keyboard+mouse Computer Install OS First of all, we need to...
by Xukyo | 10 Feb 2024 | Tutorials
The Rock Pi S card from Radxa can run Debian, Armbian, Ubuntu or Android. In this tutorial, we’ll look at how to configure your computer with Debian. Hardware Rock Pi S Micro SD card USB cable Computer Install OS First of all, we need to install an application...
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...