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.
TasksA pyRTOS task consists of a task object and a function that contains the task code. The task function takes only one argument, the task object that contains it. The task function is created by Py...
If a HardFault occurs when debugging a project, it will be a headache because it is difficult to track.
I happened to like this APN0028 by Arteli, which talks about using cm_backtrace to help locate t...
1. Security procedures
In the development of IoT applications, more and more security vulnerabilities are discovered, and camera hijacking has occurred many times. Therefore, adding security functions...
Even before 5G becomes popular, researchers are already moving toward 6G. The next generation of mobile communications may require Tbps speeds, which far exceeds the theoretical capacity of 10 Gbps un...
Electric vehicles can power your home with a bidirectional charger. Smart meters can help you lower your water bill. Wireless sensors can detect a faulty transformer before the lights go out. The futu...
The company I'm working for now is quite strange. When they have something for me to do, they rush me to death. After the circuit and board are drawn, the various processes are delayed to death when s...
1. How to use the internal timer timer0 of 8051 microcontroller? #include STC89C5xRC.h void delay(int n) { int i; TMOD=0x01; //16 bits for(i=0;i n;i++) { TH0...[Details]
OFweek Cup · OFweek 2023 China
Robot
Industry Annual Selection (abbreviated as OFweek Robot Awards 2023) is jointly organized by OFweek, China's high-tech industry portal, and its authorita...[Details]
Bolivia's lithium reserves are concentrated in the salt flats between the southwestern cities of Uyuni, Potosí and Oruro. Image credit: Damien Ramos / Flickr
Bolivia will try t...[Details]
Since March this year, TCL Technology has invested 23 billion yuan, including strategic investment in Japanese printed OLED company JOLED, acquisition of 100% equity of Zhonghuan Group, acquisition o...[Details]
Recently, Nidong Technology, a core technology developer and application supplier of construction robots, has launched a new round of financing. This round of funds will be mainly used for person...[Details]
The demand for electrical energy has increased exponentially over the past century. This has placed a greater emphasis on the performance and efficiency of power supplies used in everyday electronic...[Details]
I only have a PIC programmer with an ICSP download interface, but there is no ICSP interface on the target board, so for the convenience of hardware debugging, I made a simple debugger with PIC12F629....[Details]
Digital innovation breaks through the bottleneck of large-scale manufacturing of power batteries and welcomes the arrival of the "golden age" of electric vehicles
In recent years, my...[Details]
However, if the above circuit is changed to a single power supply of 5V, the circuit will have problems. As shown in the figure below,
AD8137 single power supply circuit
All the a...[Details]
1. The general verification cycle of digital pressure gauges is half a year. Compulsory verification is a legal measure to ensure the reliable technical performance of digital pressure gauges, accura...[Details]
On January 29, Xinlun Technology released a revised announcement on its performance forecast, stating that the net profit attributable to shareholders of the listed company in 2020 (after revision) i...[Details]
This article is a study of the ARM processor architecture, targeting the S3C2440 model. It refers to the content of the PROGRAMMER'S MODEL section in Samsung's official technical document S3C2440.pdf...[Details]
According to foreign media reports, Continental will launch its naked-eye 3D (also known as free stereoscopic display) mass-produced display, which will be equipped on the Hyundai Genesis GV80 high-e...[Details]
1. Why do we need DMA?
First, let's look at the serial port to transmit information: sending strings.
Send function: Add the following send function in uart.c:
Next c...[Details]