After TI merged with National Semiconductor, it will provide the market with more LED lighting chip products. To this end, TI will hold the 2012 TI General LED Lighting Seminar in Xiamen, Shanghai, Sh...
Introduction to PCB PCB Basics 1.PCB definition: PCB (Printing Circuit Board) refers to a board that is processed by printing, etching, punching and other means to produce the electrical graphics requ...
One of the problems I encountered here is that I don't know how to determine whether a dll has been loaded by the system. My own idea here is: 1. Print the serial port debugging information. If the in...
[font=SimSun][color=#000][size=14px][size=11pt]Here we share the official [/size][/size][/color][/font][url=http://www.st.com/content/st_com/en/products/mems-and-sensors/accelerometers/lis2de12.html]L...
For 80,000
ZTE
(000063.SZ) employees and more Chinese ICT (information and communication technology) industry practitioners, the news from across the ocean on the evening of April 16 kept t...[Details]
1. Principle 1. Infrared emission protocol There are many infrared communication protocols. This experiment uses the NEC protocol. This protocol uses PWM modulation and uses pulse width to represen...[Details]
In the actual project development process, we often need to get the running time of a section of code. The usual method is to use an oscilloscope to measure it. This blog post will use SysTick to acc...[Details]
Today, under the guidance of a low-level expert, I learned how to configure the PWM module! Woof! First open the file configured last time, as follows: Then, we need to use TIM1 to set PWM: Then,...[Details]
background After the hardware engineer completed the PCB and schematic design, the routine was modified according to the tutorial of Zhengdian Atom to verify the correctness of the hardware. STM32F...[Details]
Timing and protocol are two key points in digital system debugging, and they are also where logic analyzers can play their most valuable role. How can we use a logic analyzer to quickly complete wiri...[Details]
Superconductors have physical properties such as zero resistance effect, Meissner effect and Josephson effect, which make them have broad application prospects and unparalleled advantages in many b...[Details]
This small program is still the use of timer, which is relatively simple. The specific parts are noted in the comments, please refer to the comments. /*********************************************...[Details]
/* Unfortunately, it cannot generate a standard 38kHz frequency square wave, there is a little error*/ #include reg51.h #define uchar unsigned char #define uint unsigned int sbit Waveout=P1^0; //P...[Details]
As shown in the figure, the circuit is required to count and display the number of times the button is pressed. When the button is pressed once, the count value increases by 1 (it is required to accu...[Details]
Recently, the National Development and Reform Commission announced that all foreign equity restrictions in the automobile industry will be lifted in the next five years. At the same time, as subsid...[Details]
In the first quarter of 2014, Inspur's
server
shipment market share reached 19%, ranking first in China and fifth in the global market. This is the first time a Chinese manufacturer has ach...[Details]
The industry generally believes that hybrid beamforming (Figure 1) will be the preferred architecture for 5G systems operating at microwave and millimeter wave frequencies. This architecture combin...[Details]
The two-byte compressed BCD code is converted to a two-byte binary number. The algorithm is as follows: BCD code abcd=1000a+100b+10c+d=10{10 +c}+d. After separating each BCD code, it can be converted...[Details]