C51 Pin
Previous article:51 TMOD, TCON set timing
Next article:51 small, compact, large mode
Recommended ReadingLatest update time:2024-11-16 21:38
Summary of MCS-51 MCU instruction system
The MCS-51 single-chip microcomputer instruction system has a total of 111 instructions, which are divided into five categories according to their functions: (1) Data transmission class 28 (2) Arithmetic operations 24 (3) Logical operations 25 (4) Control transfer category 17 (5) Bit operation class 17 (1) Data tran
[Microcontroller]
Design of a logic non-circulating reversible speed regulation system based on 51 single chip microcomputer
Here is a design of a logic non-circulating reversible speed control system based on a single-chip microcomputer. The system design adopts a fully digital circuit to realize functions such as digital pulse triggering, digital speed setting detection and digital PI algorithm. The speed and current regulation, logical
[Microcontroller]
51 Microcontroller Basics: Digital Tube (1)
principle: The digital tube has 8 LED lights, namely abcdefgh, with common cathode and common anode. If you set high and low levels, the corresponding LED will light up and then display the number you want to display. Code: #include reg52.h #define SMG P0 //Macro definition digital tube void main(void) {
[Microcontroller]
51 MCU matrix keyboard PROTEUS simulation demonstration
Original address: 51 single chip matrix keyboard PROTEUS simulation demonstration (picture, program) Author: awesome haha
The procedure is as follows:
#include AT89x52.h
#define uchar unsigned char;
uchar key_val=0; //define key value, the initial default is 0
uchar code TAB ={0xc0,0xf9,0xa4,0xb0,0x99,
[Microcontroller]
Counter of single chip microcomputer C51
The hardware circuit of this part is shown in the figure. Some pins of U1's P0 port and P2 port constitute a 6-bit LED digital tube drive circuit. The digital tube adopts a common anode type and uses a PNP transistor as the driver of the chip select terminal. The emitters of all transistors are connected together and
[Microcontroller]
Application of 51 MCU and nRF401 chip in RFID system
1. RFID System Overview
RFID is a contactless identification system. It is an automatic identification technology that has emerged since the 1990s. It uses wireless radio frequency to perform contactless two-way communication to achieve identification purposes and exchange data. The data is stored in an ele
[Microcontroller]
51 MCU Proteus simulation of basketball game timer
Schematic diagram of 51 single-chip microcomputer simulation timer: Preview of some source code: #include "main.h" #include "delay.h" #include "keypad.h" #include "display.h" void main() { INT0_Initial(); Time0_Initial(); delay_ms(10); LED = 0; while(1) {
[Microcontroller]
BASCOM-8051 development environment single chip microcomputer programming system based on BASIC language
The BASCOM-8051 development environment is a single-chip microcomputer programming system based on the BASIC language. It is easy to learn and use, has powerful functions, and has a short development cycle. 1. Command Classification Examples 1. Pseudo-instructions Pseudo-instructions are some i
[Microcontroller]
- Popular Resources
- Popular amplifiers
- MCU C language programming and Proteus simulation technology (Xu Aijun)
- 100 Examples of Microcontroller C Language Applications (with CD-ROM, 3rd Edition) (Wang Huiliang, Wang Dongfeng, Dong Guanqiang)
- Fundamentals and Applications of Single Chip Microcomputers (Edited by Zhang Liguang and Chen Zhongxiao)
- Single chip microcomputer control technology (Li Shuping, Wang Yan, Zhu Yu, Zhang Xiaoyun)
Recommended Content
Latest Microcontroller Articles
He Limin Column
Microcontroller and Embedded Systems Bible
Professor at Beihang University, dedicated to promoting microcontrollers and embedded systems for over 20 years.
MoreSelected Circuit Diagrams
MorePopular Articles
- Innolux's intelligent steer-by-wire solution makes cars smarter and safer
- 8051 MCU - Parity Check
- How to efficiently balance the sensitivity of tactile sensing interfaces
- What should I do if the servo motor shakes? What causes the servo motor to shake quickly?
- 【Brushless Motor】Analysis of three-phase BLDC motor and sharing of two popular development boards
- Midea Industrial Technology's subsidiaries Clou Electronics and Hekang New Energy jointly appeared at the Munich Battery Energy Storage Exhibition and Solar Energy Exhibition
- Guoxin Sichen | Application of ferroelectric memory PB85RS2MC in power battery management, with a capacity of 2M
- Analysis of common faults of frequency converter
- In a head-on competition with Qualcomm, what kind of cockpit products has Intel come up with?
- Dalian Rongke's all-vanadium liquid flow battery energy storage equipment industrialization project has entered the sprint stage before production
MoreDaily News
- Allegro MicroSystems Introduces Advanced Magnetic and Inductive Position Sensing Solutions at Electronica 2024
- Car key in the left hand, liveness detection radar in the right hand, UWB is imperative for cars!
- After a decade of rapid development, domestic CIS has entered the market
- Aegis Dagger Battery + Thor EM-i Super Hybrid, Geely New Energy has thrown out two "king bombs"
- A brief discussion on functional safety - fault, error, and failure
- In the smart car 2.0 cycle, these core industry chains are facing major opportunities!
- The United States and Japan are developing new batteries. CATL faces challenges? How should China's new energy battery industry respond?
- Murata launches high-precision 6-axis inertial sensor for automobiles
- Ford patents pre-charge alarm to help save costs and respond to emergencies
- New real-time microcontroller system from Texas Instruments enables smarter processing in automotive and industrial applications
Guess you like
- 6. DMA implementation of USART1 sending and receiving
- PICO's Wireless REPL
- 【GD32E503 Review】 Test screen display characters
- AM5708 platform transplants Ubuntu system and docker container
- Microchip Live FAQ|Manufacturing Logistics Challenges of Secure Key Provisioning: Advantages of Discrete Secure Elements
- Show the screen of E-coin exchange
- What exactly do you earn from a 5-yuan PCB proofing?
- Teach you to write microcontroller timer interrupt program
- Compilation warning: last line of file ends without a newline
- CC2541 Bluetooth Learning - General I/O Port Interrupt