Abstract : This paper introduces the design of dynamic link library by calling VISA function, and proposes the overall framework and implementation plan of software design. The design of dynamic link ...
The MSP430 LaunchPad touchpad is a very good touchpad, and is a good choice for those who play with LCDs! ! ! [[i] This post was last edited by Xinhai Baby on 2011-10-12 09:38 [/i]]...
I haven't been in EEWORLD for too long, about a quarter. But I have fallen in love with it deeply (hehe, lyrics, lyrics.) In EEWORLD, there are always a group of technical experts, enthusiastic uncles...
I have been in a rather depressed state. The head of the R&D department is a boastful person with no real ability. He spent the most money in the company but did not produce a product. However, he was...
I have been playing with LM3S8962 for a while, and I feel very happy, but I haven't written any good materials, because I studied the experimental procedures written by others, and others have almost ...
[flash]http://player.youku.com/player.php/sid/XMjcyNjgxNDMy/v.swf[/flash]用于正负输出的单电感器多路输出TPS65136可显著提高显示屏画质,提高饱和度、对比度,加快反应时间,降低功耗 适用于智能手机显示屏器件,可实现最小的体积。[[i] This post was last edited by Texas Instrumen...
The global PV inverter market will shrink from $6.3 billion in 2017 to $3.7 billion in 2022 due to falling prices, according to GlobalData.
Global PV Inverter Market Value to Shrink to $3.7 Bil...[Details]
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]
1. Principle 1. Infrared emission protocol The infrared transmission protocol has been written in the previous article , so I will not repeat it here. 2. Timer counting and input capture A timer...[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]
Since China began to try to produce panels independently in 1998, in 2018, China's panel industry has gradually upgraded from a marginal industry to the largest production scale. Especially in the ...[Details]
The photovoltaic inverter is the core equipment of the photovoltaic system. Its main function is to convert the direct current generated by the photovoltaic modules into alternating current that meets...[Details]
I rewrote the main part of this program. The program uses the watchdog as a normal timer and scans the digital tubes in the watchdog interrupt. In addition, I added a display buffer. If you want to d...[Details]
According to TechRadar, given rumors that
Google
is developing a Pixel Watch
,
the
recently renamed Wear OS
smartwatch
operating system may soon be able to show its full cap...[Details]
On May 8,
Google
I/O 2018 Developer Conference was held as scheduled in Mountain View, California. In the second year of the full promotion of the "AI first" strategy, artificial intelligen...[Details]
STM32 has two watchdogs: independent watchdog and window watchdog. This article mainly introduces the use of independent watchdog. Independent watchdog (IDWG): driven by an independent 40KHZ low-sp...[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]
Design a program for the 51 single-chip microcomputer. It is known that the crystal oscillator frequency of the 89C51 single-chip microcomputer is 12MHz, and it is required to use T1 timing to output...[Details]
;The hardware connection circuit of the 51 single-chip microcomputer is as follows: ;P1.3 and P1.4 are each connected to a button; ;P0.0 and P0.3 are each connected to a light-emitting diode; ;P2.0~P...[Details]
Please help me analyze the clock cycles occupied by the following delay program. Seek to explain: DELAY: MOV R6, #13 DELAY1: MOV R5, #250 DELAY2: NOP DJNZ R5, DELAY2 DJNZ R6, DEL...[Details]