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.
Give your Android device a voice with React Native TTS
In this tutorial, we'll look at how to give your Android device a voice using a Text to Speech (TTS) library. Whether you're developing applications for the visually impaired, or just want to liven up your Android system, giving your project a voice can be an...
Creating a functional component with React Native
Displaying Video Stream from Motion on React Native
In this tutorial, we'll look at how to retrieve a video stream from Motion with a React Native application. Project configuration We've set up a video stream with Motion on a Linux machine with address 192.168.1.92:8554 on the Wifi network. The Motion program serves...
Last articles
Our News section will provide you with informative articles on different technologies and an overview of certain systems.
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...
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...
Raspberry Pi 3B+ microcontroller overview
Raspberry Pi 3 is a microcomputer with an integrated Bluetooth and WiFi module. Very easy to use, it's lightweight and has greater memory and computing capacity than the Arduino. Microcontroller features The Raspberry Pi 3B+ microcontroller uses the quad-core ARMv8...
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.
Measure your home temperature on your smartphone
One interesting branch of robotics is making existing objects smarter which helps in our everyday life. This domain is known as domotics (especially for home) and IoT (Internet of Things) Here is a small domotic project that consists in measuring your home temperature...
Remote controlled robot
One of the coolest feature in a robot is to be able to control it with your smartphone. Building a remote controlled robot can be easily achieved using Arduino and a Bluetooth module. Material Mobile Robot Rovy 4x TTGM DC Motor driver (here we use a Arduino Mega...
Program a robot to draw
A good exercise for programmation is to make a robotic arm reproduce a trajectory, such as drawing on a piece of paper. Once you have this knowledge, a robotic arm can be programmed to do anything you want. Material Robotic arm Handy 4x Servomotor SMS1012 Servodriver...