-
Digital power system management is eliminating this "blind spot" by enabling the setting and monitoring of a variety of power supply parameters through a computer interface. Programmable parameters in...[Details]
-
1. Design Purpose and Requirements Design purpose: Through design, cultivate the ability to use the knowledge learned to solve practical problems, the ability to consult information, the ability to s...[Details]
-
During the Shanghai Auto Show, Su Qing, president of Huawei's intelligent driving product line, also said in an interview with the media that a major European brand has signed a contract with Huawei ...[Details]
-
On September 1, the concrete pouring of the generator foundation of the Datang Zhongning 100MW/400MWh compressed air energy storage project system was successfully completed, and the foundation constr...[Details]
-
After a long period of development, the performance of oscilloscopes and spectrum analyzers in time domain analysis and frequency domain analysis has been greatly improved. With the improvement of AD,...[Details]
-
Learning tasks: (1) Basic understanding of LCD1602 (2) Using LCD1602 to realize minute and second timing based on 51 single chip microcomputer; (3) Using buttons to control the adjustment of minutes...[Details]
-
In embedded applications, the power consumption of the system is receiving more and more attention, which is especially obvious for portable systems that need to be powered by batteries. Reducing s...[Details]
-
1. Digital interface upgrade
Code compatibility: The digital blocks of CC1100 and CC1101 are exactly the same, so CC1101 is 100% code compatible with CC1100. All functions of CC1100 can be com...[Details]
-
1 Introduction
Due to the advantages of simple and practical, high reliability, good performance-price ratio and small size, the single-chip microcomputer has been rapidly developed in various...[Details]
-
//According to experience, the following program is correct and can make the LED light on for 1s and off for 1s
#include avr/io.h
#include avr/interrupt.h
#define uchar unsigned char
#define uin...[Details]
-
//2-phase stepper motor driver
#include reg51.h
sbit s1=P1^0;
sbit s2=P1^1;
sbit speedadd=P1^6; //Accelerate
sbit speeddel=P1^7; //Decelerate
void delay(int k)
{
while( k--);
}
void main(...[Details]
-
AM Batteries dry electrostatic spraying process. Image source: AM Batteries
Massachusetts-based AM Battery (AMB), which specializes in dry electrode manufacturing for lithium-i...[Details]
-
What is the structure of a servo? The simplest servo control unit is a servo motor plus a servo controller. Today we will analyze the servo motor and servo controller.
How the motor work...[Details]
-
Image source: Bloomberg Some of China’s wealthiest tycoons have poured billions of dollars into electric-vehicle companies to fulfill China’s dream of becoming a leader in the sector. Now, a recko...[Details]
-
0 Introduction
Embedded system is a comprehensive technology involving computer architecture, computer software and other related electronic technologies. At present, embedded system techn...[Details]