Blog
On this page, you can find tutorials, news and examples of projects to be realized
Tutorials
Installing OctoPi on Raspberry Pi
To control and monitor your 3D prints remotely, you can use OctoPi on the Raspberry Pi. With OctoPi, you can launch a 3D print remotely, monitor the temperature of the print head and print bed, and watch the print using a camera. In this tutorial, we'll look at how to...
Setting up a fixed IP address for your Raspberry Pi
For some projects, it may be necessary to configure a fixed IP address for your Raspberry Pi. This is because a dynamic IP address can be changed each time the power is switched on. A fixed IP address can come in handy when you're connecting remotely to your...
Configuring port forwarding
When you want to connect to a device outside your Wifi network, you need to set up port forwarding. Once your Raspberry Pi or ESP is connected to your Internet router, you can access it from anywhere by configuring port forwarding. N.B: For cybersecurity reasons, it...
Last articles

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

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

Microcontrollers list
You can find here the available Microcontrollers with their dimensions and technical characteristics. Click on a picture to display the details.If you want to add a Microcontroller in our data base, please send us a mail with the brand and the reference. List of...
Projects
Control 8 relays using ESP32 and a web interface
Control 8 relays using ESP32 and serial monitor
In this tutorial we will see how to address each relay individually with a NodeMCU32S microcontroller and 74HC595 shift registers. At the end of this tutorial you will also be able to control each relay using the serial monitor. This tutorial follows on from the...
Controlling 8 relays with ESP32 and shift register
In this series of tutorials, we will see how to drive a multitude of relays with a NodeMCU32S microcontroller and 74HC595 shift registers. We will then see how to address each relay individually. Finally, we will create a web interface to control each relay via the...