Blog
On this page, you can find tutorials, news and examples of projects to be realized
Tutorials
Using a DS3231 Module with Arduino
Every computer is equipped with an internal real time clock that allows it to know the date. Arduino type microcontrollers do not have PSTN. The DS3231 module gives the Arduino the ability to calculate the date, allowing it to control time more precisely. Hardware...
Drive a brushless motor with Arduino
One of the main objectives of robotics is to articulate objects. To do this, it is very common to use electric motors. In the case of flying robots, such as drones, the actuators need a high rotational speed to turn the propellers and allow flight. In this case,...
Using a WiFi Shield with Arduino
The WiFi Shield allows the Arduino card to connect to the internet via a wireless LAN. It integrates an SD card reader that allows to store data or a web page to drive the Arduino.The basis for creating connected objects is to connect them to a network such as the...
Last news

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
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,...
A robot that detects and avoids obstacles
Once your robot is mounted and the electronics are working properly, it's time to give it its functionality. The features are "Who am I?" "And" Why am I on this Earth? Of a robot. So many existential questions that only you can answer. In the case of a mobile robot,...