Understanding the Minimum System Circuit of MCS-51/52 Microcontroller

Understanding the Minimum System Circuit of MCS-51/52 Microcontroller

Microcontroller The minimum system consists of the external connections of the chip, including the clock circuit, reset circuit, and power supply, forming a basic application system. It mainly includes the clock circuit and reset circuit. The microcontroller consists of a central processing unit (including some special function registers), internal RAM, program memory, various peripherals (I/O … Read more

Simple Fan Timer Controller Using 51 Microcontroller

Simple Fan Timer Controller Using 51 Microcontroller

1. Design Concept: Initially, power is supplied to the microcontroller via a manual key. The power indicator LED4 lights up, indicating that the microcontroller is running, and Relay 2 works to power the microcontroller. The working time of Relay 2 is set via a button, allowing the system to automatically cut off power. The working … Read more

Simple Timer Controller for Fan Using 51 Microcontroller

Simple Timer Controller for Fan Using 51 Microcontroller

1. Design Concept: Initially, power is supplied to the microcontroller via a manual switch. The power indicator LED4 lights up, indicating that the microcontroller is running and relay 2 is activated to supply power to the microcontroller. By pressing the button, the working time of relay 2 can be set to achieve automatic power-off, and … Read more

DIY Timer Controller for a Fan Using 51 Microcontroller

DIY Timer Controller for a Fan Using 51 Microcontroller

Q: How can I receive such great articles for free every day? A: Just click on the above “51 Microcontroller Learning Network” to follow for free! My bedside fan’s mechanical timer is broken, so I designed a simple timer controller using the 51 microcontroller. The program has been initially debugged on the experimental board, and … Read more

Digital Circuit: Build a Computer from Scratch Tutorial

Digital Circuit: Build a Computer from Scratch Tutorial

At this time, some people worry about where to go for fun, some worry about not being able to buy tickets, some worry about not being able to book rooms, some worry about not having money to go out, and some are even worse… they don’t get a holiday at all. Last night I had … Read more

51 Microcontroller: A Powerful Microcontroller

51 Microcontroller: A Powerful Microcontroller

Understanding the characteristics, structure, and application fields of the 51 microcontroller. Introduction: The 51 microcontroller is a microcomputer widely used in electronic systems, integrating multiple functional components such as CPU, RAM, ROM, timers, interrupt systems, and communication interfaces, capable of information collection, processing, and control of hardware devices. This article will introduce the development history, … Read more

STM32WLE5 IoT Tutorial for Lanqiao Cup

STM32WLE5 IoT Tutorial for Lanqiao Cup

[Note] 1. If the images in the article are unclear, please contact customer service. 2. Reproduction, commercial use, piracy, and other actions that harm this public account are prohibited. 3. Any suggestions or content updates can be discussed with customer service. 4. The following link is the initial version of the tutorial; this article will … Read more

Differences Between Normal GPIO and High-Speed GPIO on MCU

Differences Between Normal GPIO and High-Speed GPIO on MCU

Follow+Star Public Account, don’t miss exciting content Source | PiZi Heng Embedded Today, I will introduce the differences between normal GPIO and high-speed GPIO on i.MXRT. GPIO can be said to be the simplest and most commonly used peripheral module on MCU. When some native functional peripheral interface modules cannot meet the project design requirements, … Read more

NVIDIA Jetson Nano 4G: Edge Computing and Embedded AI

NVIDIA Jetson Nano 4G: Edge Computing and Embedded AI

1. Jetson Nano Hardware Introduction NVIDIA Jetson Nano is a compact artificial intelligence computer designed specifically for edge computing and embedded AI applications. It has gained significant attention in the AI field due to its powerful performance and low power consumption. Hardware Specifications Size and Power Consumption: The Jetson Nano development board measures only 70mm … Read more

MicroPython: A New Era in IoT Device Programming

MicroPython: A New Era in IoT Device Programming

Article Title: MicroPython: A New Era in IoT Device Programming Introduction: With the rapid development of Internet of Things (IoT) technology, embedded systems play an increasingly important role in smart homes, industrial automation, and environmental monitoring. MicroPython is a Python implementation designed specifically for microcontrollers and microprocessors, allowing developers to use Python for hardware control … Read more