/* Name: Machine A sends control command charactersDescription: MCU A is responsible for sending control command characters " A ", " B ", " C " or stopping sending. MCU B completes LED1 flashing, LED2...
[i=s]This post was last edited by qwqwqw2088 on 2014-5-4 17:53[/i] [size=3][font=Tahoma, Helvetica, SimSun, sans-serif]1. Input voltage. [/font] [font=Tahoma, Helvetica, SimSun, sans-serif] [/font] [f...
Just get a dog for fun .AT32F421 has 2 dogs, this time we will use an independent watchdog.In most MCUs, the independent watchdog mode is used more frequently.
Compared with STM32F030, let's initializ...
LCD display problem. I bought a fast development board, which originally had a resolution of 1024*768. According to online information, I changed it to 800*600, but the entire WINDOWS interface only d...
Let's talk about circuit knowledge~ Today, let's talk about voltage regulation circuit. Guan Guan first shows a simple voltage regulation circuit made of MOS shared by a B station UP host: Mortal Hand...
Designing for automotive LCD displays larger than 5" can be complex. The display source driver requires a supply rail called analog voltage device drain (AVDD) in the 10V to 15V range and two supply ...[Details]
In order to strengthen the management of new energy vehicle charging facilities in our city, prevent and reduce accidents, protect the lives and property of the people, and improve the public safet...[Details]
introduction In the general project development process, two or more microcontrollers are often required to communicate to complete data transmission. For example, a quadcopter wirelessly transmits d...[Details]
Unlike three years ago, today's
artificial intelligence
is no longer just a floating concept, and the venture capital circle has begun to explore the various possibilities of this technolog...[Details]
The implementation of CAN driver under embedded operating system Android requires not only adding CAN driver device in Linux kernel, but also implementing the call of Android HAL layer. Taking S5...[Details]
As cryptocurrency continues to gain popularity, a technology hidden behind it has attracted more attention from the world, that is the now hotly debated
blockchain
. Let's follow the embedd...[Details]
Mobile communication resale business means that enterprises can contract part of the communication network usage rights from basic telecommunications operators, repackage them into their own brands...[Details]
The pins of stm32 have two uses: GPIO (general purpose io) and AFIO (alternate function io) For some pins (depending on the chip), neither of these two uses exists. For example, in 64-pin products, O...[Details]
I have encountered many problems when tinkering with LD driver recently. I will record them one by one below. Otherwise, who will remember who in five hundred years? 1. Configuration issues of multi-...[Details]
Timer Interrupt The timer function of STM32 is very powerful. There are advanced timers such as TIME1 and TIME8, general timers such as TIME2~TIME5, and basic timers such as TIME6 and TIME7. In th...[Details]
Using AT89S51 microcontroller, modify the original one to turn the LED on for 4s and off for 2s. Thank you. Use a timer. (The program is written in the answer, omitted here - just a note) The origi...[Details]
The clock frequency of the 80C51 microcontroller is 12MHz, and the timer T1 and P1.0 are used to output rectangular pulses. The waveform only shows two segments: one segment is 100us and the other se...[Details]