Tianer Technology was established in 1988 and has the R&D capabilities and manufacturing technology for chip resistors and arrays. In the face of today's diverse customer needs, we continue to invest in the development of high-quality products and new manufacturing technologies, and provide customers with a one-time purchase service for multiple components to fully meet customer needs and improve customer satisfaction with our products. In terms of quality management, our company has passed ISO-9001, ISO-TS16949, TTQS certification and complies with the AEC-Q200 automotive electronics self-testing standard. We continuously improve the quality of our products and services through the analysis and improvement of product yield rate indicators, customer satisfaction surveys and other reports, in order to enhance customer trust in our company and establish a good partnership with our customers.
Last year, EEWorld organized a "Switching Power Supply Study Group" activity to learn the basic knowledge of switching power supplies, absorb knowledge from books, and study switching power supplies t...
In 28335, EPwm2Regs.CMPA.half.CMPA = 0.5*Tcon; this kind of statement, the actual waveform, the duty cycle is not 0.5, and it is also related to the phase TBPHS (theoretically, there should be no rela...
As a simple digital communication method, I2C only needs two data lines to complete the communication between the host (Master) and the slave (Slave) at a short distance, saving MCU pins and additiona...
1. Network Overview
Building a complete Zigbee mesh network includes two steps: network initialization and node joining the network. Node joining the network includes two steps: joining the network ...
[table=98%] [tr][td]I would like to ask a question: If I comment out this line of code, UART2_Send_1Byte(res);, the ESP8266 WIFI module cannot be initialized; but if I add UART2_Send_1Byte(res);, it c...
as follows:
code u8 STB1[][3]={};
code u8 STB2[][3]={};code u8 code *std[]={STB1,STB2}; This worked in 51 before, but there was a problem when ported to 32 (code has been changed to const). Error mess...