Wang Quan Technology (Kunshan) Co., Ltd. established a back-end taping factory in Kunshan in April 2001, and at the same time started to build a factory on Huangpujiang Middle Road. In December 2002, the new factory was completed and began full manufacturing. Wang Quan's products are SMT chip resistors, including chip resistors, array resistors, and network resistors. The current monthly production capacity is 9 billion PCS, which are mainly used in desktop notebook computers, computer peripheral products, network communications, mobile phones, etc. In order to adapt to the trend of miniaturization of electronic products and the requirements of high precision, the company actively develops smaller and more precise products. The company actively completes certifications that meet international standards, and has successively completed ISO9000, ISO14000 and other certifications. As a member of the global village, Wang Quan must also fulfill its environmental protection responsibilities. Therefore, in 2004, it completed the lead-free electroplating terminal electrode and mass-produced RoHS-compliant products in July 2005. Wangquan adheres to the chairman's business philosophy. Maintaining integrity is the principle of persistence, giving back is the unchanging concept, surpassing is the eternal goal, maintaining talent is the driving force of progress, research and development is the rock of development, and continuous efforts are made to make progress. The company has a total investment of US$100 million, covers an area of 119,000 square meters, and now has more than 2,800 employees. In the next 2-3 years, it will realize the corporate vision of becoming the first in the market share of chip resistors in East China.
#include "msp430f149.h"#include"1602.h"#include"ADC12.h"#define num_of_results 8static unsigned int results[num_of_results];/*Applicable to single channel multiple acquisition*/uchar adc_flag=1;uint A...
Hello everyone, I am a junior student, studying embedded system, but we are just learning embedded operating system, and it is still theory, which is equivalent to not learning anything. I learned ass...
I think the lecture is pretty good, basically everything from entry-level to intermediate level is covered...Is there any way to upload larger attachments in SOSO? . . . . Each of these video tutorial...
Jiangxi Sanchuan Water Meter Co., Ltd. Zeng Maohua Song Caihua Abstract: This article briefly introduces a relatively complete wireless network meter reading system. Keywords: Zigbee, TinyOS, relay, w...
[i=s]This post was last edited by jameswangsynnex on 2015-3-3 19:57[/i] The global LED industry has recently been hit by a severe shortage of upstream electronic components, which has made it difficul...
I really want to donate a 3D printer I made to a charity, but I don’t want to donate a computer, because to use the software, you need a computer. If I can apply for a beaglebone, then I can do it....
Recently, the U.S. Department of Commerce announced that it would prohibit companies in the country from selling any electronic technology or communication components to ZTE, a Chinese communicatio...[Details]
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]
We have come a long way from the 2G era, and now 5G is about to be commercialized. Suddenly, we realize that time has passed quickly, but technology has never stopped. The activation of 5G heralds ...[Details]
Recently, there was news that the US government asked Google to shut down the Android operating system for ZTE phones. After that, some people even imagined what the consequences would be if Intern...[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]
When designing a product, if the application environment's requirements for power isolation are not considered, the product will be unstable due to improper design, and even high voltage may damage t...[Details]
1. FSMC Brief FSMC, the Flexible Static Storage Controller, is capable of interfacing with synchronous or asynchronous memories and 16-bit PC memory cards. The FSMC interface of STM32 s...[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]
In recent years, the application of high-brightness LED has developed rapidly, especially in signboards and traffic lights. For automotive applications, LED is also very attractive. Long life, shock ...[Details]
STM32 Watchdog Summary I have been adjusting the development board of Atom Brother for more than a year, and it is basically usable, but I still don't understand the working mechanism of some basi...[Details]
The clock system of STM32 can be directly summarized in a diagram (from the STM32F10X reference manual). The following is an analysis of this diagram 1. STM32 input clock source 1.1 Function of cl...[Details]
12864 LCD parallel port driver is more commonly used, but considering that sometimes the IO port of the microcontroller or MCU is limited, the serial driver method can be used. The following is ...[Details]
/*----------------------------------------------- Name: IIC protocol PCF8591 AD/DA conversion Content: Use DA input, digital tube display output digital quantity, LED display analog voltage size ...[Details]