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

Comprehensive Smart Home Monitoring System Designed with ESP32

Comprehensive Smart Home Monitoring System Designed with ESP32

Do you want to check what your pets are doing at home anytime using your phone? Want to remotely see if your kids are seriously doing their homework?Today, I will introduce a project that is a smart home monitoring system based on ESP32, allowing you to monitor the situation at home anytime with your phone … Read more

ESP32/8266 vs Raspberry Pi: Which One to Choose for Your IoT Projects?

ESP32/8266 vs Raspberry Pi: Which One to Choose for Your IoT Projects?

The Internet of Things and embedded systems are booming, providing developers with a wealth of choices. Among them, the ESP32/8266 and Raspberry Pi are two highly popular development boards that are often compared. They are both known for their low cost but have significant differences in performance, functionality, and application scenarios. This article will help … Read more

ESP32-BLE2MQTT: Simplifying Connection Between BLE Devices and MQTT Servers

ESP32-BLE2MQTT: Simplifying Connection Between BLE Devices and MQTT Servers

ESP32-BLE2MQTT is a powerful tool that can send data from BLE (Bluetooth Low Energy) devices to the cloud via the MQTT protocol. With the development of smart home and IoT technologies, this capability has become increasingly important. This article will detail the features, functions of ESP32-BLE2MQTT and how to use it to build your smart … Read more