by Xukyo | 20 Mar 2024 | Tutorials
In this tutorial, we’ll look at how to install the Arduino IDE and CLI software on the Raspberry Pi and combine the strengths of both systems. Check your system configuration To know which version of the IDE to download and install, you need to know the...
by Xukyo | 19 Mar 2024 | Tutorials
In this tutorial, we’ll look at how to train a YOLO model for object recognition on specific data. The difficulty lies in creating the image bank that will be used for training. Hardware A computer with a Python3 installation A camera Principle We saw in a...
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 | 16 Mar 2024 | Tutorials
An MPCNC is an acronym for “Mostly Printed CNC”, meaning that it is built primarily from 3D-printed parts. It is a CNC (Computer Numerical Control) machine that can perform machining, engraving, cutting or milling operations on various materials such as...
by Xukyo | 15 Mar 2024 | Tutorials
It is possible to access a folder on a remote machine by installing a Samba server under Linux. This server lets you access a certain file folder from any machine connected to the same network. Installing Samba To install Samba, sudo apt-get update && sudo...
by Xukyo | 14 Mar 2024 | Tutorials
A very practical feature in the IoT field is the ability to program a connected microcontroller, such as an ESP32, via WiFi. This technique is called Over-The-Air (OTA) Programming. Hardware NodeMCU ESP32 Computer WiFi network Operating principle In...
by Xukyo | 4 Mar 2024 | Tutorials
In this tutorial we’ll look at how to achieve synchronized video streams with Python and OpenCV. One of the problems of video streaming is to transmit and acquire high-quality video signals with as little delay as possible. The ability to synchronize video...