I've been reading about digital electronics recently, and many questions are ambiguous. For example, in TTL inverter, there is a sentence that says "Since the collector loop resistance of T1 is the su...
[i=s] This post was last edited by paulhyde on 2014-9-15 03:26 [/i] Selection of outstanding works from the 2008 National Undergraduate Electronic Design Competition Information Security Technology Sp...
Working principle: The photoelectric water level sensor contains a near-infrared light-emitting diode and a photosensitive receiver. The light emitted by the light-emitting diode is directed to the le...
[i=s] This post was last edited by jameswangsynnex on 2015-3-3 19:57 [/i] Today, at the International Consumer Electronics Show (CES) held in Las Vegas, VERIZON, the first company in the United States...
[i=s] This post was last edited by tc317891209 on 2016-9-27 15:08 [/i]The above is the Qsys connection and device tree, the interrupt number is 3, corresponding to the manual GIC: 75 #include
#include...
ZTE
The communication embargo incident has impacted the communication industry and sounded the alarm for the semiconductor industry. Let's follow the embedded editor to learn more about the r...[Details]
Recently, the results of the 2018 German Red Dot Design Award were announced. GoodWe, a company located in Suzhou High-tech Zone, stood out among thousands of outstanding design products from 5...[Details]
For STM32, there are two ways to reset the software: 1) Use the official software library The system reset function is directly provided in the stm32f10x_nvic.c file of the official software li...[Details]
This part of the code in the void SystemClock_Config(void) function in the main file generated by stm32cubemx RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; This bug occurs, and the f...[Details]
In the Huaxing Optoelectronics LCD panel
factory
located in Guangming New District, Shenzhen
, apart from a few people repairing machines, it is often difficult to see other people. Here, ev...[Details]
This program is used in the development board to generate sounds of different frequencies. The overall program is relatively simple, mainly using two timers. The code and my comments are as follows. ...[Details]
On the eve of 5G
commercialization,
ZTE
has established and adhered to
the
5G
pioneer strategy, focusing on
5G
end-to-end solutions, and investing in standard setting, ...[Details]
On May 16, in response to
the public opinion storm caused by
Lenovo's
"
5G
voting" incident,
Lenovo
Holdings Chairman and
Lenovo
Group Founder Liu Chuanzhi, Lenovo Gr...[Details]
In 1949, after three years of civil war, the Nationalist government was defeated and retreated to Taiwan. The political and academic circles launched a large-scale reflection on why they failed in ...[Details]
The code for using timer 0 to implement a running light in a 51 MCU is as follows. The LED light is connected to port P1. The code is annotated below, so I won't explain it in detail. My English is n...[Details]
#include reg52.h //Include the header file. Generally, no modification is required. The header file contains the definition of special function registers. /*-------------...[Details]
;The hardware connection circuit of the 51 single-chip microcomputer is as follows: ;P1.3 and P1.4 are each connected to a button; ;P0.0 and P0.3 are each connected to a light-emitting diode; ;P2.0~P...[Details]
//Environment: winavr+avr studio char temp=0; ISR(TIMER1_COMPA_vect )//interrupt function { // user code here temp++; if (temp==10) temp=0; PORTA=temp; DDRA=0xff; } void ...[Details]
At CES 2018, Samsung launched a 146-inch giant TV, The Wall. This is Samsung's first product developed using
MicroLED
technology. It not only has ultra-high picture quality and contrast, bu...[Details]