Wireless Control of ESP32CAM via Mobile App (UDP Communication)

Wireless Control of ESP32CAM via Mobile App (UDP Communication)

The mobile app acts as the master, while the ESP32CAM serves as the slave. The mobile app receives image data uploaded by the ESP32CAM and sends control commands to the ESP32CAM. 01 — ESP32CAM Program Design The development environment for the ESP32CAM program is Arduino, and the steps to be completed are as follows. 1. … Read more

Enhancing ESP32 MCU Performance with Open Source SDK

Enhancing ESP32 MCU Performance with Open Source SDK

This article will delve into the Arduino-ESP32-SDK, revealing its unique features and guiding you on how to efficiently utilize this powerful toolkit to enhance the development efficiency and performance of the ESP32. 1. Project Overview: High-Performance Arduino ESP32 SDK The Arduino-ESP32-SDK is not an independent SDK but a specially compiled version of the official Arduino … Read more

Self-Balancing Cube Using Arduino and 3D Printing

Self-Balancing Cube Using Arduino and 3D Printing

If you don’t want to miss my updates, remember to check the public account in the top right corner and set it as a star, take down the star and give it to me. Today, I will share an interesting open-source Arduino/ESP32 + 3D printing project, which uses a gyroscope sensor and an accelerometer to … Read more

Exploring Science with Micro:bit

Exploring Science with Micro:bit

Source:http://blog.sparkfuneducation.co … e-with-the-microbitWhen I was in school, my biggest frustration with science class was in the lab. For some reason, I felt like they were just… practicing the rules. Thinking back, the lab setup was the same, everyone could get the same results, and there were correct conclusions, as long as they followed the rules.This … Read more

Wireless Bluetooth Remote Control Smart Car Using LabVIEW and Arduino

Wireless Bluetooth Remote Control Smart Car Using LabVIEW and Arduino

Click on the blue text above to follow us. 1 Project Overview The smart car is a robot that uses wheels as a mobile mechanism and can achieve autonomous driving; it is also known as a wheeled robot. Due to its intelligent characteristics, it can be applied in environments unsuitable for humans, such as disaster … Read more

Getting Started with Arduino: Mastering LCD Display

Getting Started with Arduino: Mastering LCD Display

LCD Module In the previous article, we learned what the Arduino library is and how to install it. Today, we will learn how to display specific content using the LCD module, while also practicing the use of the standard library. There are many types of LCD modules, typically represented by “rows x characters”, such as … Read more

Programming STM32 Blue Pill Using Arduino IDE

Programming STM32 Blue Pill Using Arduino IDE

Arduino is familiar to electronics enthusiasts and engineers, but the 8-bit CPU and slow clock speed are not suitable for deep development. When combined with the STM32F103C8T6, a whole new application emerges, allowing us to program STM32 boards using the Arduino IDE. The materials required for this project include: STM32 Blue Pill (STM32F103C8T6), FTDI programmer, … Read more

How To Solve MacBook Not Recognizing Arduino Serial Port

How To Solve MacBook Not Recognizing Arduino Serial Port

How To Solve MacBook Not Recognizing Arduino Serial Port? Recently, I purchased a domestic Arduino basic learning kit, but encountered the issue of the MacBook not recognizing the Arduino serial port during usage. After extensive research, I have summarized the following experiences, hoping to help those who are similarly confused! Problem Analysis: Chip Determines Recognition … Read more

Implementing 12-Channel ADC Synchronous Acquisition

Implementing 12-Channel ADC Synchronous Acquisition

1. Determine the Plan and Purpose The knowledge points learned in this section are the compatibility of Arduino with our acquisition software and the understanding of event structures.,The specific requirements are as follows: Task: Compatibility of Arduino with acquisition software Keywords: Labview, dynamic events, static events, Arduino, property nodes, method nodes Note 1: High-definition images … Read more

What Is Raspberry Pi? A Comprehensive Guide

What Is Raspberry Pi? A Comprehensive Guide

Raspberry Pi is not unfamiliar to designers or learners of open-source hardware. It is one of the most basic and practical computers in the realm of open-source hardware. So, what exactly is Raspberry Pi? Who are the suitable learners or developers for it? This article will provide a detailed introduction. Raspberry Pi is the Chinese … Read more