fbpixel

Blog

In this blog you’ll find tutorials for Arduino, Raspberry Pi, ESP32 and other devices. We’ve put together articles to help you learn about electronics, computing and programming (Python, C++, JavaScript). You’ll also find news about products and technologies, and examples of projects you can carry out.

Tutorials

In the tutorials section, you’ll find articles on using Arduino components, Linux systems such as the Raspberry Pi and other microcontrollers such as ESP32. You’ll also find programming tutorials in C/C++, Python, JavaScript and other languages, as well as software development and web, Android and PC graphical interfaces. You’ll also see tutorials on wired and wireless communication between different systems.

Installing ROS2 on Raspberry Pi

Installing ROS2 on Raspberry Pi

In this tutorial, we'll look at how to install ROS2 on a Linux machine, in particular a Raspberry Pi 4 running Ubuntu. ROS2 is an interesting framework to tackle when working on embedded systems such as robots. Hardware Computer with Internet access 32GB SD card...

read more
Sending long character strings via BLE

Sending long character strings via BLE

Bluetooth Low Energy (BLE) has a known limit of 20Bytes on the length of strings sent. There are ways of overriding this limit. Hardware In this tutorial, we'll send data from an Android application, developed under React Native, to an ESP32. The methods described may...

read more

Last articles

Our News section will provide you with informative articles on different technologies and an overview of certain systems.

Essential maker tools

Essential maker tools

Whether you're doing electronics, mechanics or any other kind of tinkering, you need a number of essential tools. Whether for safety, speed or precision. Notebook and pencil Yes, yes, I swear! We couldn't think of a better way to lay down ideas, record measurements,...

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

read more

Some mechanical components

The aim of this article is to give you a quick overview of the various mechanical components you're likely to come across on robots or 3D printers. This will give you their names, which will help you in your internet searches, as well as their functions. There are a...

read more

Projects

Explore our Projects section to discover inspiring projects and creative ideas in the field of electronics and computing. Whether you’re looking for inspiration for your next project or want to share your own creations, this section is for you.

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