fbpixel

Blog

On this page, you can find tutorials, news and examples of projects to be realized

Tutorials

Turn your Arduino into an HID device

Turn your Arduino into an HID device

It is possible to interface Arduino with the computer and turn it into an HID device. It is thus possible to transform an Arduino into a computer controller in the same way as a video game controller, a computer keyboard or a mouse. Material Arduino UNO push button...

read more
Programming a Teensy board with Teensyduino

Programming a Teensy board with Teensyduino

In this tutorial, we will see how to program a Teensy board with Teensyduino and the Arduino IDE. Teensy microcontrollers are development boards with an ARM architecture. They have a high computing power, a large number of inputs and outputs and communication...

read more
Using an Arduino CNC Shield V3

Using an Arduino CNC Shield V3

In this tutorial we will see the use of the CNC Shield V3 for Arduino. To be able to manage a machine like a CNC or a 3D printer with several stepper motors, it is interesting to have a board that facilitates the connection of the different elements of the machine....

read more

Last articles

List of Steppers

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...

read more
DC motors list

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...

read more
Microcontrollers list

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...

read more

Projects

Control 8 relays using ESP32 and serial monitor

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...

read more
Controlling 8 relays with ESP32 and shift register

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...

read more