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.

First steps with Android on Rock Pi 4

First steps with Android on Rock Pi 4

Radxa's Rock Pi 4 board can run Debian, Ubuntu or Android OS. In this tutorial, we'll show you how to configure and use your microcomputer with Android. Hardware Rock Pi 4 SE 32 GB SD card HDMI display Keyboard+mouse USB A to USB A cable Download and install OS...

read more
Displaying a Video on a React Native App

Displaying a Video on a React Native App

In this tutorial, we'll look at how to integrate video into a React Native application. To do this, we'll create a video stream from a computer and retrieve the video signal from the Android device. React Native project configuration To integrate a video into the...

read more
Creating a navigation menu with React Native

Creating a navigation menu with React Native

In this tutorial, we'll look at how to set up a navigation menu with different screens in React Native. To do this, we'll use the React Navigation library N.B.: Another alternative react-native-navigation exists but does not work with my environment.   React...

read more

Last articles

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

NodeMCU ESP8266 microcontroller overview

NodeMCU ESP8266 microcontroller overview

The NodeMCU ESP8266 is a microcontroller with an integrated Wifi module. Very easy to use, it's lightweight and has a memory and calculation capacity superior to that of the Arduino. Ideal for your connected projects. Microcontroller features The NodeMCU ESP8266...

read more
Overview of the NodeMCU ESP32 microcontroller

Overview of the NodeMCU ESP32 microcontroller

NodeMCU ESP32 is a microcontroller with integrated WiFi and Bluetooth modules. Very easy to use, it's lightweight and has a memory and calculation capacity superior to that of the Arduino. This makes it an ideal board for learning programming, developing connected...

read more
Arduino MEGA microcontroller overview

Arduino MEGA microcontroller overview

The Arduino Mega 2560 board is an enhanced version of the Arduino UNO. It has a large memory capacity and a large number of inputs. Microcontroller features The Arduino MEGA microcontroller uses the ATmega2560 microprocessor, which operates at a clock frequency of 16...

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.

Develop a serial monitor with Python

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

read more
A robot that detects and avoids obstacles

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

read more