In this project, I built a compact mini drone using an ESP32 microcontroller, a custom-designed PCB, an MPU6050 sensor, four coreless motors, and an Android-based remote-control app. The main goal...
Recent Posts
In this tutorial, we will build a complete ESP32 Modbus TCP client using the Wiznet W5500 Ethernet module over SPI. We will also run a Modbus TCP server on a PC and create a simple Web GUI to toggle...
Ethernet communication using STM32 Microcontroller and Wiznet (Interrupt Mode)
In this second article of our comprehensive guide on Ethernet communication with Wiznet modules in interrupt mode, we will explore how to send and receive messages between a microcontroller and a...
STM32 Ethernet Communication Tutorial using Wiznet W5500 Module
This is a comprehensive guide on Ethernet communication using Wiznet W5500 module. We will demonstrate how to use Wiznet W5500 IC to send messages to a computer as well as receive messages from the...
This Arduino ADC tutorial provides a clear and beginner-friendly explanation of how to read analog signals using the analogRead() function. It covers the basics of Analog-to-Digital Conversion,...
How to configure Esp32 BLE as a Server and Client using Arduino IDE
In this article we will discussed how to configure Bluetooth Low Energy where one ESP32 will work as client and another one act as a server. The BLE server advertises characteristics that include...
