fbpixel
Controlling servomotors with an Arduino joystick

Controlling servomotors with an Arduino joystick

One of the main objectives of robotics is to articulate objects. And to do this, we can also act on the articulation of objects via user action directly on the system. In this article, we’ll look at how to program the Arduino board to drive servo motors with a...
Installing Arduino IDE on Raspberry Pi

Installing Arduino IDE on Raspberry Pi

In this tutorial, we’ll look at how to install the Arduino IDE and CLI software on the Raspberry Pi and combine the strengths of both systems. Check your system configuration To know which version of the IDE to download and install, you need to know the...
Installing and wiring a Ramps 1.4 card for an MPCNC

Installing and wiring a Ramps 1.4 card for an MPCNC

An MPCNC is an acronym for “Mostly Printed CNC”, meaning that it is built primarily from 3D-printed parts. It is a CNC (Computer Numerical Control) machine that can perform machining, engraving, cutting or milling operations on various materials such as...
The different communication protocols

The different communication protocols

Whatever your electronics, programming or home automation project, you will certainly be using a communication protocol. Whether to program the microcontroller or to communicate with a sensor. This article presents various communication protocols commonly used on...
Arduino Due microcontroller overview

Arduino Due microcontroller overview

The Arduino Due is the first Arduino board based on a 32-Bit ARM microcontroller. It is therefore more powerful than the Arduino Mega. It has a high computing and memory capacity, and a large number of inputs. Microcontroller features The Arduino Due microcontroller...