fbpixel
Increase the speed of your Linux computer

Increase the speed of your Linux computer

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 you've...

Installing LaserGRBL under linux

Installing LaserGRBL under linux

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 Windows PC....

Install PlatformIO IDE on Visual Studio Code

Install PlatformIO IDE on Visual Studio Code

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...

Using a Nextion display with Arduino

Using a Nextion display with Arduino

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...

Learn to code in C#

Learn to code in C#

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 Creating...

Backing up the Raspberry Pi SD card

Backing up the Raspberry Pi SD card

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 and programs,...

Programming a Raspberry Pi Pico with MicroPython

Programming a Raspberry Pi Pico with MicroPython

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...

Programming a Raspberry Pi Pico with Arduino IDE

Programming a Raspberry Pi Pico with Arduino IDE

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...

Setting up an Apache2 server on Raspberry Pi

Setting up an Apache2 server on Raspberry Pi

The Raspberry Pi can be easily connected to a Wifi network, so it's a good idea to set up an Apache2 server to create a web interface for managing yorr Raspberry Pi. A web server lets yor send and receive web commands, develop a local or global website, or create a...

Newsletter