Traditional high-performance DSP platforms based on general-purpose DSP processors running algorithms developed in C are moving toward the use of FPGA preprocessors and/or coprocessors. This latest de...
[i=s]This post was last edited by paulhyde on 2014-9-15 03:00[/i] Has anyone made a quadcopter? (Let the plane take off vertically from point A, stay in the air for a while, then fly to the sky above ...
[i=s]This post was last edited by dontium on 2015-1-23 13:24[/i] I am using 5509 for development. When debugging the program with the emulator, it can respond to interrupts. However, after burning the...
I want to sample a +-5V analog signal and use an 8-to-1 analog channel switch. The problem is that, as far as I know, no analog switch supports positive or negative signals, and the analog switch has ...
[i=s]This post was last edited by 21edqwr on 2020-12-22 13:33[/i]I saw two transparent transmission demos in ST's official routines: BLE_Throughput and BLE_Throughput_EXT
There is a sentence in the BL...
On CE6, pxa310 platform, I developed a small video program with directshow. After taking a static picture with pVideoControl->SetMode( pStillPin, VideoControlFlag_Trigger ), the picture stopped and co...
In recent years, as energy consumption and environmental protection issues have attracted people's attention, my country's solar photovoltaic power generation industry has shown a rapid development...[Details]
Regarding the PHY construction of LWIP, the PHY chip used is LAN8720A, RMII mode. Regarding the hardware connection part, the Atomic board F407 is used, and the hardware connection is as follows: ...[Details]
Unlike three years ago, today's
artificial intelligence
is no longer just a floating concept, and the venture capital circle has begun to explore the various possibilities of this technolog...[Details]
The adoption rate of serverless
cloud
computing
is gradually increasing, but it has not yet reached people's expectations. Various surveys show that serverless
is
still
an eme...[Details]
As photovoltaic power stations come into people's view, people are paying more and more attention to them. Recently, some netizens asked me how to match the inverter and components of photovoltaic ...[Details]
From the functional classification, it can be divided into: 1. Active control ADAS: ACC/AEB/LKS, etc. 2. Warning ADAS: FCW/LDW/PCW, etc. 3. Other auxiliary ADAS: BSD/ADB/panora...[Details]
At the beginning, I used the stdlib library. Recently, I found that the cube library is more and more widely used, so I started to use the cube library to complete the ADC multi-channel acquisition e...[Details]
OSC_IN and OSC_OUT are external crystal pins by default. If you do not use an external crystal oscillator on the STM32, how to connect OSC_IN and OSC_OUT If you use the internal RC oscillator instead...[Details]
1. What is PWM What is PWM? Professionally speaking, it is pulse width modulation. In layman's terms, it is the continuous output of high and low levels. For example, the microcontroller outputs...[Details]
#include avr/io.h void Delay(unsigned int T) { unsigned int i,j; for (i=0;i T;i++) for (j=0;j 100;j++) asmvolatile ("nop"); //Assembly instruction, let the microcontroller run empty instruction...[Details]
China Energy Storage Network News
: On January 26, the second theme maker camp "Energy Internet Town" of the "Xiongdian Acceleration Maker Space" of the Xiong'an New Area Power Supply Company...[Details]
On the evening of January 24, vivo officially released the first vivo X20 Plus screen fingerprint version equipped with under-screen fingerprint unlocking technology in Beijing. Let's follow the mo...[Details]
The following are several programming examples for driving the buzzer under S3F9454/9444 for reference. A. The first one is the ordinary IO high and low level driving method ...[Details]