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.
Creating a Web Crawler with Python
To collect data on the Internet, you can create a Web crawler or Web scraping program with Python. A web crawler is a tool that extracts data from one or more web pages. Configuring the Python environment We assume that Python3 and pip are installed on your machine....
Creating a desktop application with Electron
In this tutorial, we'll look at how to create a desktop application using the Electron framework. This programming environment enables you to develop GUIs using the Web languages JavaScript, HTML and CSS, compatible with several OS. Setting up the programming...
Using WebSockets with React Native
We're going to create a React Native application that will act as a Websockets client and communicate with a remote server. WebSockets is a popular, simple and robust web communication protocol enabling real-time communication between client and server. Hardware...
Last articles
Our News section will provide you with informative articles on different technologies and an overview of certain systems.
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...
Raspberry Pi Zero microcontroller overview
The Raspberry Pi Zero microcomputer is very compact, with an integrated Bluetooth and WiFi module. Very easy to use, it is smaller but less powerful than the Raspberry Pi3. Microcontroller features The Raspberry Pi Zero microcontroller uses the ARM11 single-core...
Wemos D1 Mini microcontroller overview
The Wemos D1 Mini is a smaller version of the NodeMU ESP8266. It's a microcontroller with an integrated Wifi module. Very easy to use, it's small and has a memory and calculation capacity superior to that of the Arduino. Ideal for your connected and embedded projects....
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.
Creating a MIDI controller with Arduino
In this project, we're going to build a MIDI box to test the CoolSoft synthesizer instruments and play a few notes. We'll be using three sensors to modify MIDI messages. You're free to add more elements to make a more complete MIDI controller. Prerequisites: Creating...
Building an automatic barrier
In this project, we're going to build an automatic gate using an infrared sensor and a servomotor controlled by Arduino. Objective Using an Arduino program, we're going to make the automatic barrier rise when an object passes through, and lower when the passage is...