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 recently worked on a project and planned to use STM32 for its high cost-performance ratio. However, when debugging the code, I found that it was too difficult to use compared with LPC1700, especiall...
Dear brothers: I want to develop a device driver on the i2c bus. The default i2c bus driver is already good to use. Now I know: the slave address of the device; the register address to be operated; th...
I tried the ping test again today. I raised some questions in my previous lwip porting post. There was a ping test on raw-os that didn't work. Today I tested it again in my own way and it worked. The ...
Introduction The increasingly widespread application of light-emitting diodes (LEDs) in the field of lighting has put forward higher and higher thermal conductivity requirements for LEDs using thermal...
I am a beginner in single-chip computers. Is there a module with a temperature sensor that can send the data obtained by the sensor wirelessly? Can you give me a specific model and name? Thank you...
On April 19, it was reported that Alibaba DAMO Academy is developing a neural network chip, Ali-
NPU
, which is mainly used for
AI
reasoning calculations such as image and video analys...[Details]
On April 20, the Photovoltaic Summit, guided by Jiangsu Renewable Energy Industry Association, hosted by Growatt, and supported by LONGi Solar Technology Co., Ltd. and Jiangsu Bigo New Energy Group...[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]
CMSIS Driver has similar API functions and similar calling methods. It is a further encapsulation based on the ST HAL library. It is much more convenient and simpler to use and configure than the ST ...[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]
1. Usage scenarios In the first case, when using a common STM32 delay function, similar to HAL_Delay(time), since this function uses a loop to judge and delay, when executing this function, the ent...[Details]
Chip: STM32F107VCT6 Application Pin: THOUSANDS, RMII STM32CubeMX is very convenient to use ETH. The software comes with LWIP and configuration. This time, STM32F107VCT6+DP83848CVV is used. The MII a...[Details]
I have always wanted to write some posts and blogs, but I just couldn't bear to do it as I just graduated. After some preparation, I decided to write down some of the things I learned in the past few...[Details]
Time flies. Since the beginning of 2018, news related to home appliance companies have repeatedly made headlines, and competition in the home appliance market continues to intensify. In order to be...[Details]
China Energy Storage Network News:
On the 7th, Jurong Economic Development Zone signed a strategic cooperation framework agreement on comprehensive energy services with State Grid Jiangsu Int...[Details]
This paper combines embedded control technology with network control technology to realize the design of temperature control system based on single chip microcomputer through Internet control. Th...[Details]
As the brain of a mobile phone, the mobile phone processing chip is of great importance. Xiaomi, which started out as the MIUI company, has long been keenly aware of the gap between China and devel...[Details]
Notes on inverter installation and maintenance:
1. Before installation, you should first check whether the inverter is damaged during transportation.
2. When selecting an installa...[Details]
sprintf is a function in the C language library that converts data types. There is a situation where In 51 MCU, define unsigned char temp; Then I want to use the serial port to print out temp in deci...[Details]