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.
[i=s]This post was last edited by Zeng in on 2017-4-6 09:31[/i] I received the board the day before yesterday. I used the visual editor to test the functions such as brightness, magnetic field, accele...
I do processing for customers, and the procedures are provided by the other party. Because the products are to be exported, they need to obtain BQB certification. I don't know much about this aspect. ...
[font=微软雅黑][size=3] As the saying goes, old things are as valuable as treasures when they are changed to new owners. In order to facilitate everyone to exchange idle development boards, books, and int...
The project uses msp4305438A. Previously, it used an 8M crystal oscillator, but now it has been changed to a 25M one. Regarding the serial port configuration, I checked the table and found that the da...
[size=4][color=#1b1b1b][font=宋体] [/font][/color][color=#1b1b1b][font=宋体]If the potential difference between the two poles is 1 volt when the charge is 1 kWh, the Y capacitance of this Y capacitor is 1...
The chip is LM4F231, ARM M4 core, and the development environment is IAR 6.3. The problem encountered is that when defining a local variable, such as float f=1.1; when checking the local local variabl...
【JDPCB】Qisda is introducing smart factories in phases. Chairman Chen Qihong said yesterday (25th) that through high automation, order delivery can be accelerated. The current benefits have reached a...[Details]
In the actual project development process, hardware circuits often need to be modified, and the modified parts need to modify the driver. Thinking about the coming and going of such requirements is t...[Details]
The program got stuck during LCD initialization. Through hardware debugging, it was found that it was stuck in the Delay_ms() function. Going to the definition, it was found to be a macro definition ...[Details]
Development Background: 1. Main chip - STM32F207VCT6; 2. TCP/IP protocol stack - LWIP, transplanted based on ST routines; 3. Operating system - none (bare metal); Anomalies: 1. Power on the device wi...[Details]
The last two blogs talked about a version problem of STM32CubeMX and the problem of hardware reset. When you solve these two problems, you will find that after the program is burned into the board, t...[Details]
Automotive LCD Instrument Clock EMI Solution As early as 2014, the market size of China's automotive full LCD instrument has reached 3.506 billion yuan, and it is expected that by 2020, this s...[Details]
The Wassenaar Arrangement, everything started during the Cold War. Let's learn more about it with the embedded editor.
background
After the end of World War II, the United States ...[Details]
With the implementation of the first version of the NR sub-6GHz draft of 3GPP in December 2017, and the subsequent Phase 2 drafts, semiconductor manufacturers and terminal manufacturers began to ...[Details]
In recent years, in addition to Huawei Kirin
chips
in the mobile phone industry
, Xiaomi's own processor Pengpai S1, AI
chip
start-ups such as Cambrian, Horizon, and Deephi Technolo...[Details]
I used the bit definition in my 51 program: bit flag. After defining it this way, I ran the program and downloaded it to the circuit board. I found that the flag was not the value I set, which led to...[Details]
1) Independent watchdog has no interrupt, window watchdog has interrupt 2) Independent watchdogs can be divided into hardware and software, while window watchdogs can only be controlled by software...[Details]
The Vatican Secret Archives is one of the world's greatest historical collections, but many of its documents have never been transcribed. Recently, a project called Codice Ratio used a
combination...[Details]
Ouster LiDAR OS-1 (left) and OS-2 (center) Velodyne invented the modern 3D LiDAR scanner in the mid-2000s, but in recent years conventional wisdom has held that Velodyne’s design — 64 lasers mounted...[Details]
Interrupts and timers implement a 24-hour clock. The program is as follows: #include reg52.h #define PORTLEN P0 sbit bit_select = P2^0; sbit seg_select = P2^1; unsigned char src = {0x3f,0x06,0...[Details]
Table of contents: 1 Overview 2: Common interrupt functions 3: PWM output 1 Overview In development, timers are widely used, which can be simply summarized into three aspects: 1.1: Application of ...[Details]