Hehe, this is an idea that suddenly occurred to me during the selection yesterday. I wonder if you like it? In this way, on the one hand, I can save the original articles, and on the other hand, I can...
I was tidying up my room recently and found some old chips. I thought it would be a waste if they were wasted, so I made this for fun.
Main control chip: STC12C5A60S2
Display mode: 16*8 dot matrix LED...
[i=s]This post was last edited by fish001 on 2018-7-26 21:15[/i] [p=null, 2, left][color=rgb(0, 0, 0)][font=微软雅黑,][size=5]1. TTL[/size][/font][/color][/p][p=null, 2, left][color=rgb(0, 0, 0)][font=微软雅...
[color=#000000][backcolor=rgb(232, 232, 232)][size=15px]STM32F205ZET6 microcontroller uses PA11 and PA12 for CAN communication. The transceiver, whether ISO1050 or TJA1050, is unsuccessful. When sendi...
A processor has the following instruction format: 2-bit 6-bit 3-bit 3-bit X OP source register destination register address The format indicates that there are 8-bit general registers (length 16 bits)...
In the past few days, the news that ZTE was "banned" by the US Department of Commerce has triggered widespread reflection and concern in various domestic industries about the lack of independent co...[Details]
The global PV inverter market will shrink from $6.3 billion in 2017 to $3.7 billion in 2022 due to falling prices, according to GlobalData.
Global PV Inverter Market Value to Shrink to $3.7 Bil...[Details]
I recently upgraded MDK to V5.25 and found that there are many libraries in the Managing Run-Time Environment. Compared with the past, it is much better, from the bottom-level driver to the upper-le...[Details]
ZTE was punished, and Hou Weigui, who had already retired, had to come out of retirement again and run around to mediate. Let's follow the embedded editor to learn about the relevant content.
...[Details]
1. Heart rate measurement principle 1. What is a heart rate module? The heart rate module is professionally used to monitor the heart rate of the wrist, fingers, forehead, earlobe, chest and other ...[Details]
According to TechRadar, given rumors that
Google
is developing a Pixel Watch
,
the
recently renamed Wear OS
smartwatch
operating system may soon be able to show its full cap...[Details]
The photovoltaic industry has become a new business card for China to the world. It not only represents China's leading technology, but also constantly breaks various records with its development spee...[Details]
#include avr/io.h #include avr/interrupt.h int main() { DDRB|=0X20;//Set PWM waveform output, connected to port PB5, see the comment of OCR1A=15625 for details DDRE=0X04; PORTE=0X04; DDRA=0XFF; P...[Details]
On November 23, Toyota recently released its latest humanoid robot, the T-HR3, which the company said "represents an evolution of the humanoid robot played by previous devices ". This new robot was...[Details]
After the first public release of the prospectus of CATL, a new vitality was injected into new energy vehicles. According to market speculation, CATL is expected to issue at around 60 yuan per shar...[Details]
About a dozen years ago,
AMD
was also a rival to Intel. It can be said that the two microprocessor manufacturers have been in love and hate for many years, which is completely a commercial ...[Details]
Semiconductor giant Intel has launched the desktop version of the 8th generation Coffee Lake architecture
Core
processor more than a month ago, and its performance is said to be 30% to 40% ...[Details]
The watchdog timer is a counter whose basic function is to restart the system after a software problem or program runaway occurs. The watchdog counter counts automatically when it is working normally...[Details]