fbpixel
The different communication protocols

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...
Wemos D1 Mini microcontroller overview

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...
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...
Developing a UDP monitor with Python

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...
Manage buttons and LEDs with a shift register

Manage buttons and LEDs with a shift register

In this project, we’re going to use illuminated buttons and manage buttons and LEDs via the shift register. To do this, we’re going to use a module we’ve developed, the AC SR Breakout Board. This module is an extension board compatible with various...