This is the first time for me and my team to participate in the school electronic design competition. The topic is to make a quadcopter. I have no previous experience in making a quadcopter. I would l...
[i=s]This post was last edited by Beifang on 2022-6-22 11:33[/i]Customized SD card and artificial intelligence framework introduction
1. Because various software and tools are updated very quickly, it...
On SAMR21, you can use any GPIO to drive WS2812. The usage is:from microcontroller import pin
import neopixel_write
import digitaliopin = digitalio.DigitalInOut(pin.PA07)
pin.direction = digitalio.Dir...
In numerical operations, in addition to basic addition, subtraction, multiplication and division operations, there are many other nonlinear operations, such as logarithmic operations, square root oper...
(Completely original, please indicate the source if reprinted)
A few months ago, I published an article on the Internet that severely criticized3GThe three harms of network monitoring have aroused the...
I haven't noticed the post about ADI laboratory circuits in the forum recently. I didn't expect that a courier came to me the day before yesterday. I was still wondering. I saw that it was from EE. Ha...
Hardware designers have begun to adopt FPGA technology in high-performance DSP designs because it can provide 10-100 times faster computing than PC-based or microcontroller-based solutions. Previou...[Details]
Abstract: In order to generate a stable excitation signal, the design of a digital frequency synthesizer is implemented on FPGA using Verilog hardware language. The design includes accumulator, wav...[Details]
1 Introduction
Intelligent control instruments are one of the most commonly used controllers in industrial control. They are mainly aimed at a specific parameter (such as pressure, tempera...[Details]
This controller uses PIC16C54 single-chip microcomputer as the controller, and it is very easy to use: just connect a telephone line to the loudspeaker through the controller, and you can rem...[Details]
12v Lead Acid batteries used in trucks, cars, RVs and uninterruptible power supplies are usually rated at 12V. This circuit monitors the battery, the charge and discharge curves, gives the cu...[Details]
Motors are important products that convert electrical energy into mechanical energy to achieve automation, and they are widely used in industrial control, medical electronics, white a...[Details]
With the widespread application of new services and technologies in the communications industry, the scale and capacity of operators' network construction are getting larger and larger, and the ris...[Details]
introduction
Steam turbines are driven by high-temperature and high-pressure steam generated by boilers to run at high speed. They are key power equipment in thermal power plants. The emergenc...[Details]
As the global LED market demand continues to increase, my country's LED industry will face huge opportunities in the future. However, the core LED technology and patents are basically monopolized b...[Details]
The biggest advantage of Profibus is that it is guaranteed by the stable international standard EN50170 and has been proven to be universal in practical applications. It has been widely used in man...[Details]
Synchronous buck designs are becoming increasingly difficult, and the selection of suitable ICs is becoming quite narrow. This Design Idea combines a current-mode PWM IC used in a flyback regulator...[Details]
1 Introduction
The stepper motor is an actuator of an open-loop servo motion system, which is controlled in a pulse mode and outputs angular displacement. Compared with AC servo motors and DC servo ...[Details]
The programmable controller directly controls the stepper motor, which can significantly reduce the cost of the control system of the modular machine tool automatic production line. The article int...[Details]
1. Why do we need to do electromagnetic compatibility design for products?
Answer: To meet product functional requirements, reduce debugging time
,
make products meet the requirements o...[Details]
1. Electromagnetic compatibility design
Electromagnetic compatibility refers to the ability of electronic equipment to work in a coordinated and effective manner in various electromagnetic env...[Details]