Made a TikTok-like APP that supports album video sliding carousel, now open source
You can download it and try it out or add your own features.
github address: open source address...
[table=98%][tr][td]When applying DSP, the hardware is generally not a big problem. The main thing is the software and the algorithm! I hope the following essence of DSP operation is of some value! 1. ...
I want to use 1611 to generate a linear frequency modulation signal with f0 of 150KHZ. I don't know if I can use the internal DAC to generate such a high frequency signal, or use the microcontroller t...
I just learned STM8 and encountered a problem when writing PWM complementary output. There is no problem with PWM positive output, but the negative output cannot be PWM. It just keeps a fixed level. I...
In the MSP430 microcontroller, one clock cycle = the inverse of the MCLK crystal oscillator. If the MCLK is 8MHz, then one clock cycle is 1/8us.
One machine cycle = one clock cycle, that is, each acti...
I wonder if anyone has used ICA 9.x under CE6.0 x86? When I run ICA under CE6, a prompt pops up saying "Applications WFICACE.exe encountered a serious error and must shut down"! Has anyone encountered...
Artificial Intelligence (AI) is undoubtedly the hottest topic in the technology industry in the past one or two years. In addition to the huge investments made by technology giants, financial and o...[Details]
In the project, CPLD is needed to complete part of the algorithm design. The parameters are given by AVR, so the communication between AVR and CPLD needs to be completed. Therefore, a test program is...[Details]
On Sunday, the South Australian government unveiled plans to build the world's largest virtual power plant, which will connect at least 50,000 homes over four years and have a capacity ...[Details]
With the large-scale development of the domestic household photovoltaic market and the improvement of component and inverter technology, the system cost has dropped significantly in the past year. The...[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]
Site conditions: 1. AD acquisition, DMA transmission; AD is set to single-channel continuous mode, DMA is set to single-shot mode. The upper threshold of the AD analog watchdog setting is less than t...[Details]
According to the description provided in the official manual of ST, it is not difficult to see that the ADC analog watchdog is actually that the user can set an upper and lower limit of the AD value...[Details]
1. Function and purpose There are two pins BOOT0 and BOOT1 on each STM32 chip. The level status of these two pins when the chip is reset determines which area the program starts from after th...[Details]
When STM32 uses JTMS (PA13) and JTCK (PA14) as normal I/O ports, add the following code before initialization (the order cannot be reversed): RCC_APB2PeriphClockCmd(RCC_APB2Periph_AFIO, ENABLE); G...[Details]