Implementing DHT11 Temperature Sensor Parameters with C# on ESP32 Microcontroller

Implementing DHT11 Temperature Sensor Parameters with C# on ESP32 Microcontroller

Implementing DHT11 Temperature Sensor Parameters with C# on ESP32 Microcontroller[1] Welcome to C# enthusiasts, in this article we will use the C# nanoframework to develop a program to read temperature and humidity from the DHT11 sensor on the ESP32 microcontroller. To implement this, we need to prepare and configure the environment for ESP32. You can … Read more

Intelligent Fish Tank Simulation Based on 51 Microcontroller: Proteus Simulation, Program, Design Report, and Explanation Video

Intelligent Fish Tank Simulation Based on 51 Microcontroller: Proteus Simulation, Program, Design Report, and Explanation Video

Click the blue words to follow us Intelligent fish tank simulation based on 51 microcontroller (Proteus simulation + program + design report + explanation video) Simulation software: Proteus 7.8 and above Program compiler: Keil 4/Keil 5 Programming language: C Design number: S0080 Main functions: Intelligent fish tank detection and control system simulation using Proteus based … Read more

Common Questions and Answers in Embedded System Design

Common Questions and Answers in Embedded System Design

Article Overview This article will answer common questions aboutembedded system design. It begins with broad or conceptual questions. Other questions are more specific and may involve individual peripheral devices within the microcontroller. After browsing through the various topics, feel free to take some time to visitDigiKey Technical Forum. You will find more practical examples containing … Read more

Understanding the Instruction Set of Cortex-M Series Processors

Understanding the Instruction Set of Cortex-M Series Processors

In most cases, application code can be written in C or other high-level languages. However, a basic understanding of the instruction set supported by Cortex-M processors helps developers choose the appropriate Cortex-M processor for specific applications. The instruction set architecture (ISA) is part of the processor architecture, and Cortex-M processors can be divided into several … Read more

Beginners in Hardware: Should You Buy a Microcontroller or a Raspberry Pi?

Beginners in Hardware: Should You Buy a Microcontroller or a Raspberry Pi?

For beginners in electronics, there are now too many electronic technologies available for learning. Like other industries, the development of electronic technology has become more specialized and refined. The era of 8-bit microcontrollers like the 51 has long passed. Today, the microcontrollers you hear about are mainly 32-bit. In terms of program development, it has … Read more

Curated Collection | ARM, Cortex-M

Curated Collection | ARM, Cortex-M

Follow+Star Public Account, don’t miss out on exciting content Author | strongerHuang WeChat Public Account | Embedded Column To make it convenient for everyone to review articles on their phones while taking public transport or going out for errands, I have carefully curated and categorized some articles: Understanding ARM, Cortex-M cores, and the ARMv8-M architecture … Read more

Quick Guide to ESP8266 NodeMCU with Examples

Quick Guide to ESP8266 NodeMCU with Examples

All the materials mentioned in the video have been prepared for you. You can reply with the keyword “ESP8266” in the backend to download for free (“ESP” is all uppercase). The accounts on Bilibili and Douyin with the same name will be updated from time to time, and you can also follow them. Of course, … Read more

Understanding the RTOS Kernel: A Guide for Beginners

Understanding the RTOS Kernel: A Guide for Beginners

Follow+Star Public Account Number, don’t miss exciting content Author | strongerHuang WeChat Public Account | strongerHuang I recently saw a discussion in a technical group about whether to read the RTOS kernel source code. From the perspective of someone who has been there, I would say: it is not necessary, I do not recommend reading … Read more

Differences Between MCU and MPU

Differences Between MCU and MPU

Differences MCU (Microcontroller Unit) and MPU (Microprocessor Unit) are two different types of embedded processors, and there are several key differences between them: 1. Purpose 👉MCU: MCUs are typically used in embedded systems that need to perform specific control tasks such as sensor data acquisition, automatic control, and control of embedded devices. They focus on … Read more

Essential Knowledge of FPGA: A Must-Read for Beginners!

Essential Knowledge of FPGA: A Must-Read for Beginners!

FPGA stands for Field-Programmable Gate Array, which is a type of programmable logic device. 1. Comparison with Microcontrollers Different Structures: 1.1 The number of pins, resources, and internal multipliers in a microcontroller is fixed, meaning its hardware is predetermined. Its functions can be achieved through software programming. 1.2 In contrast, the internal circuitry of an … Read more