by Xukyo | 23 Jan 2024 | Tutorials
The ESP32 AC MotorShield is an extension board that allows an ESP32 NodeMCU to drive two DC motors or one stepper motor. We’ve seen how to drive a DC motor using an H-bridge, which can require a lot of wiring when using a simple IC. For an embedded application,...
by Xukyo | 5 Dec 2023 | Tutorials
We’re going to take a look at how to program an ESP32 or ESP8266 board in MicroPython using Visual Studio Code, an IDE increasingly used for programming in a variety of languages. The ESP32 board can be programmed as follows Introducing Visual Studio Code Visual...
by Xukyo | 4 Dec 2023 | Tutorials
We’re going to look at how to program an Arduino board using Visual Studio Code, a nice alternative to the Arduino IDE. Programming on the Arduino is generally started using the official IDE. It can be interesting to change code editors to gain access to a wider...
by Xukyo | 3 Dec 2023 | Tutorials
To give your Windows PC a second lease of life, it may be enough to install Linux (Ubuntu or Debian) to keep the use of your computer. One of the main reasons for changing computers is loss of speed. Sometimes, when you upgrade your OS, hardware and software become...
by Xukyo | 28 Nov 2023 | Tutorials
, The OpenCV library is used for image processing, in particular shape and color recognition. The library has acquisition functions and image processing algorithms that make image recognition fairly straightforward, without the need for artificial intelligence. This...
by Xukyo | 24 Nov 2023 | Tutorials
In this tutorial, we’ll look at how to set up a network of several ESP32s using the ESP-NOW protocol. The ESP32 is a Wifi-enabled development board. It can therefore connect and exchange data with devices connected to the same network. Hardware Computer NodeMCU...
by Xukyo | 18 Nov 2023 | Tutorials
In this tutorial, we’ll look at how to configure two ESP32s to establish communication using the ESP-NOW protocol. The ESP32 is a development board integrating Bluetooth and WiFi. It can therefore connect and exchange data with devices connected to the same...
by Xukyo | 15 Nov 2023 | Tutorials
In this tutorial, we’ll show you how to drive a bipolar stepper motor using a DRV8825 driver. This tutorial is compatible with stepper motor drivers commonly used in digital milling or 3D printer projects (DRV8825, SilentStepStick, etc.). Hardware Arduino UNO...
by Xukyo | 30 Oct 2023 | Tutorials
In this tutorial, we’ll show you how to drive a bipolar stepper motor using an A4988 driver. This tutorial is compatible with stepper motor drivers commonly used in digital milling or 3D printer projects (DRV8825, SilentStepStick, etc.). Hardware Arduino UNO...
by Xukyo | 2 Oct 2023 | Tutorials
Smoothing a 3D print permet d’avoir un rendu plus propre, plus esthétique comme si la pièce était sortie d’un moule et c’est tout l’objectif. Le lissage d’une impression 3D est un sujet récurrent dans ce domaine. Nous allons voir dans cette article une méthode qui...