by Xukyo | 2 Mar 2024 | News
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...
by Xukyo | 1 Mar 2024 | Tutorials
In this tutorial, we’ll learn how to activate, manage and test Bluetooth on an ESP32 using the Arduino programming language. Bluetooth is a wireless technology widely used for communication between electronic devices. It enables you to quickly transform your...
by Xukyo | 19 Feb 2024 | Tutorials
In this tutorial, we’ll learn how to activate and manage Bluetooth Low Energy (BLE) on an ESP32 using the Arduino programming language. Bluetooth Low Energy is a low-energy version of Bluetooth that sends small packets of data at regular intervals. Equipment...
by Xukyo | 18 Feb 2024 | News
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...
by Xukyo | 16 Feb 2024 | Projects
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...