-
This is my first time learning and using STC15F2K60S2 for AD conversion. It feels much easier to use than using 89c52 plus AD chip before. Although I took a lot of detours in the middle, I finally su...[Details]
-
We're making everyday toothbrushing more convenient in a new way. As people's material life becomes more and more abundant, food plays an increasingly important role in their daily social life, and...[Details]
-
/*
Use integer variables to implement PID algorithm. Since it is made of integer numbers, it is not very accurate, but for many usage occasions, this accuracy is enough.
The coefficients and samplin...[Details]
-
The maximum duty cycle Dmax of MOSFET switch tube operation: Where: Vor is the reflected voltage refracted from the secondary side to the primary side. When the input is AC 220V, the reflected vo...[Details]
-
#include __CONFIG(0x0012); #define scl RA3 #define sda RA4 void delay_nop() { NOP();NOP();NOP();NOP();NOP(); } void start() { TRISA4=0; sda=1; delay_nop(); scl=1; delay_nop(); sda...[Details]
-
In 2019, the semiconductor industry entered a period of adjustment. Due to the uncertainty in the semiconductor industry's market development brought about by the Sino-US trade war and the Japan-Sou...[Details]
-
According to foreign media reports, General Motors and Royal Dutch Shell have reached a cooperation to jointly expand electric vehicle charging networks and home energy plans based on renewable energ...[Details]
-
I found a precise delay method for MSP430. After testing, it is really accurate. The minimum accuracy can be 1/OSC. For example, if an 8MHz crystal is used, the minimum delay is 125ns. It has been ve...[Details]
-
Thermal simulation is an important part of developing power products and providing product material guidelines.
The trend of optimizing module form factor is the development of end equipm...[Details]
-
Different release time 1994 v4 1998 v5 2002 v6 2005 v7 2011 v8 2021 v9 What does the architecture define? 1 https://community.arm.com/cn/f/discussions/2471/armv7-armv8/13977#13977 ...[Details]
-
1. Scheme design and demonstration 1.1 Overall solution design DC electronic load based on manual adjustment of microcontroller control. This scheme uses two self-locking switches to control the...[Details]
-
Gartner research report 2023 Important Strategic Technology Trends: Industry Cloud Platforms introduces the ways in which industry cloud platforms (ICP) drive industry-related business outcomes: inte...[Details]
-
Over the past two decades, Keithley source meters under Tektronix have been leading the cutting-edge technology and verifying new inspirations for engineers in various industries. From 1989 when Keit...[Details]
-
In the R&D, design, production and application of automotive parts, product testing and verification is an extremely important part. Verification tests are commonly used in the basic research, techno...[Details]
-
There are many ways to control voltage in industry. Here are some common methods:
Voltage Regulator
A voltage regulator is a device used to control voltage. It can adjust the in...[Details]