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.

vscode-python Blog

Programming in Python with VSCode

The VSCode code editor lets you create and develop projects in various programming languages, such as Python or C++, thanks to numerous extensions. Installing VSCode If you haven't already done so, download and install VSCode Using a code editor like VSCode is one of...

read more
vscode-esp-idf-programmation Blog

Programming an ESP32 with VSCode and ESP-IDF

In this tutorial, we'll look at how to program an ESP32 using the ESP-IDF environment with VSCode. ESP-IDF, or Espressif IoT Development Framework, is the official programming environment for ESP32s, enabling the programming of high-quality applications in C and C++....

read more
lidar-x4-tool Blog

Using a Lidar sensor with Python

In this tutorial, we'll look at how to set up a Lidar sensor map in Python. The lidar sensor is used for spatial orientation and mapping. Lidar sensor description The lidar sensor is a laser distance sensor coupled to a motor that drives it. It behaves like a radar,...

read more

Last articles

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

hacker-drawing-it-ia-953x675 Blog

Careers and training in Information Technology (IT)

Information Technology is a constantly evolving field that plays an essential role in modern society. Computer science courses, grouped under the term Information Technology, offer valuable training and open the way to a multitude of exciting careers. IT Training...

read more
raspberry-pi-4 Blog

Alternatives to the Raspberry Pi 4

If you want to replace your Raspberry Pi 4 with an alternative, whether because of scarcity or because you want slightly different performance, there are a number of single-board computers available. The Raspberry Pi Foundation is developing wonderful tools with a...

read more
raspberry-pi-pico-1000x675 Blog

Raspberry Pi Pico microcontroller overview

The Raspberry Pi Pico is a development board based on the RP2040 microcontroller. Its dual-core Arm Cortex M0+ microprocessor makes it an inexpensive and powerful board. It can be programmed in C++ and Python. The W version can also connect to WiFi. Some card features...

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.

pyqt-acterminal-udp-result Blog

Developing a UDP monitor with Python

In this project, we're going to create a UDP network communication monitor using Python (PyQt). When developing a project with Arduino, Raspberry Pi or any other microcontroller, yor'll certainly need to create a graphical interface for system management (debugging,...

read more
touch-switch-lamp-arduino Blog

Creating a lamp with a touch-sensitive switch

One application of capacitive sensors is the creation of a tactile switch to turn on a lamp, for example. In this project, we're going to design a capacitive sensor with Arduino that we'll use as a tactile switch to turn a lamp on and off. Hardware Arduino Nano 10M...

read more
traffic-light-module Blog

Reproduce the operation of a traffic light

For this project, we're going to build a traffic light and reproduce its operation. We'll take a step-by-step look at how to test each component and develop the final program. This is a simple project to get you off to a good start learning electronics and programming...

read more