Blog
On this page, you can find tutorials, news and examples of projects to be realized
Tutorials
Creating an ESP32 network with ESP-NOW
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 ESP32...
Communication between two ESP32s with ESP-NOW
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 network....
Using a DRV8825 stepper motor controller
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 Stepper...
Last articles

Sensors list
You can find here the available Sensors with their dimensions and technical characteristics. Click on a picture to display the details. If you want to add a Sensor in our data base, please send us a mail with the brand and the reference. List of Sensor PICAMV2...

Servomotors list
You can find here the available Servomotors with their dimensions and technical characteristics. Click on a picture to display the details. If you want to add a Servomotor in our data base, please send us a mail with the brand and the reference. List of...
Projects
Adding the F() function to an INO file with Python
One of the big interests of programming is to automate simple tasks. A good example I have encountered is the modification of several lines of code in an INO file for Arduino. After writing a few dozen lines of code in C++ for my Arduino project, I found myself with a...
Develop a serial monitor with Python
When developing a project with Arduino, Raspberry Pi or any microcontroller you will certainly have to create a graphical interface like, a serial monitor, for the management of the system (debugging, observing measurements, launching actions, etc.). There are a lot...
Make your robot interactive with an LCD16x2 screen
When making a robot, it can be fun to give it more life by making it interactive. For example, it is possible to give him the floor, make him make sounds or change color depending on external actions and his states. In this project, we will use an LCD16x2 screen,...