AI Classroom: Smart Wearable Device Based on ESP32

AI Classroom: Smart Wearable Device Based on ESP32

1. Project Background Smart wearable devices are a general term for devices designed and developed with wearable technology for daily use, such as: smart watches, smart bands, smart glasses, etc.. At the same time, smart wearable devices are also an important application scenario of Internet of Things technology, allowing for a more intelligent and efficient … Read more

Designing a Mobile Storage Device Based on ESP32

Designing a Mobile Storage Device Based on ESP32

Introduction I previously envisioned a mobile storage device based on the ESP32, and now I am attempting to create a prototype. The first step, I believe, is to design a dedicated PCB. I previously used an ESP32S3 development board to test how to run WebDAV, but the flash memory on the development board only has … Read more

Getting Started with ESP32 Touch Functionality

Getting Started with ESP32 Touch Functionality

Have you tried the built-in touch functionality of the ESP32? Starting from scratch: how to use the touch functionality of the ESP32. In this era full of possibilities, smart hardware development has become increasingly simple. As a “new star” in the hardware development world, the ESP32 not only has powerful Wi-Fi and Bluetooth capabilities but … Read more

USB Interface Based Heating Temperature Control Board Using ESP32-C3

USB Interface Based Heating Temperature Control Board Using ESP32-C3

▼Follow WeChat Official Account: Hardware Insights▼ Part 01 Introduction A foreign expert has created a heating temperature control board using the ESP32-C3, complete with schematic and PCB. Those interested can learn from it. The schematic includes the minimum system circuit, USB Type-C interface circuit, 3.3V voltage conversion circuit, heating control circuit, temperature sensing circuit, rotary … Read more

How to Quickly Develop Interactive Interfaces for Embedded Systems?

How to Quickly Develop Interactive Interfaces for Embedded Systems?

This article guide The development of interactive interfaces for industrial products is increasingly approaching that of consumer products. Choosing a fast and low-cost embedded UI development solution is particularly important. This article will introduce a new framework-based embedded UI development platform. 1 Serial Port Screens A serial port screen refers to a screen that can … Read more

Designing a Simple Smart Bluetooth Lamp with ESP32

Designing a Simple Smart Bluetooth Lamp with ESP32

FastBond2 Phase 1 has received project submissions from many friends. Simple and easy, you can complete a Phase 1 project in just one day. How simple is it? You can submit a project just by drawing a block diagram with Scheme-it; how easy is it? You can freely express ideas that you wanted to implement … Read more

Differences Between Common Microcontrollers (ESP8266, ESP32, 51 Microcontroller, STM32)

Differences Between Common Microcontrollers (ESP8266, ESP32, 51 Microcontroller, STM32)

Click the blue text above to follow us Embedded Training – Just Find JuFeng ZhiLian ESP8266, ESP32, 51 Microcontroller and STM32 These microcontrollers have a wide range of applications in various fields and industries. ESP8266: IoT Devices:Due to its low power consumption, high performance, and various interface features, ESP8266 is widely used in the development … Read more

Accelerating Graphic Applications with VxWorks 7 on i.MX 6

Accelerating Graphic Applications with VxWorks 7 on i.MX 6

Click “Read the original text” to access more VxWorks resources Free download of VxWorks technical materials, resources sourced from the internet, copyright belongs to the original author! Wind River’s Ka Kay Achacoso demonstrated a device running the VxWorks 7 real-time operating system on the i.MX 6 series application processor. This series of processors integrates a … Read more

Raspberry Pi – Tutorial for Implementing UDP Transmission with Qt

Raspberry Pi - Tutorial for Implementing UDP Transmission with Qt

What is UDP My personal understanding of UP is a connectionless protocol. Before transmitting data, the receiving and sending ends do not establish a connection. When it wants to send, it simply grabs the data from the application and throws it onto the network as quickly as possible. Simple to use, fast, but does not … Read more

Differences Between STM32, GD32, and ESP32

Differences Between STM32, GD32, and ESP32

Follow and star my public account, direct access to wonderful content Source: Online materials STM32: A product released by STMicroelectronics on June 11, 2007, a 32-bit microcontroller. GD32: A product released by GigaDevice in 2013, which basically imitates STM32 in chip development, configuration, and naming, and even GPIO and STM32 are pin-to-pin compatible, allowing for … Read more