[align=left][color=#ff0000]Datang Telecom DTT written test questions[/color][/align][align=left]1. The sequence is 6, 10, 18, 32, "?", what is "?"? 2. Someone buys x at 70, sells it at 80, buys it bac...
I am developing an electronic design that can continuously drive the motor to rotate (about 10S); however, due to battery power supply (4.5-6V), the battery voltage drops and seriously affects the mot...
[i=s]This post was last edited by Aragorn on 2015-5-7 19:26[/i] [media=x,500,375]http://video.weibo.com/show?fid=1034:9a21b8cdd267e3763e8f53a69fe3afff[/media]...
[table=98%,rgb(238, 238, 238)] [tr][td]Use STM32F407 series MCU to drive OV2640Camera, read out 320*240 JPG picture array, now want to put time information on it, how to do it? I have never done pictu...
I have written some simulation models, and now I hope to turn them into callable modules so that I don’t have to copy them every time I use them.
Please let me know if anyone has done this before, cou...
1. What modules does an embedded system generally contain? What functions does the software generally perform? Why should we use an embedded real-time operating system? What are the benefits? 2. List ...
Photovoltaic inverters are the core equipment of photovoltaic systems. Their main function is to convert the direct current generated by photovoltaic modules into alternating current that meets the...[Details]
The status of interrupts in developing embedded systems is absolutely unquestionable. In the era of C51 microcontrollers, there were only 5 interrupts, including 2 external interrupts, 2 timer/counte...[Details]
CMSIS Driver has similar API functions and similar calling methods. It is a further encapsulation based on the ST HAL library. It is much more convenient and simpler to use and configure than the ST ...[Details]
In the development of artificial intelligence, talent reserve is undoubtedly an important part. Artificial intelligence should be a bottom-level technology that can be deeply embedded in any indust...[Details]
1 Introduction Due to the special working environment of coal mine production, the production process is more dangerous and unsafe than the general industry. With the continuous increase in c...[Details]
The implementation of CAN driver under embedded operating system Android requires not only adding CAN driver device in Linux kernel, but also implementing the call of Android HAL layer. Taking S5...[Details]
Every era has anxiety that has nowhere to go. Let's follow the embedded editor to learn about the relevant content.
The anxiety of the post-Internet era is that if you don’t revolutionize ...[Details]
Notes on inverter installation and maintenance:
1. Before installation, you should first check whether the inverter is damaged during transportation.
2. When selecting an installa...[Details]
Household photovoltaic power stations mainly utilize idle resources on existing household buildings, such as roofs, wall facades, balconies, courtyards, etc., to install and use distributed photovo...[Details]
This is a "cooperation" that is related to the future development of China's semiconductor industry. Let's follow the embedded editor to learn more about the relevant content.
Last week, a...[Details]
Summary of STM32 peripheral DMA usage: 1. Select DAM mode according to your needs: (1) Circular mode—DMA_Mode = DMA_Mode_Circular (2) Normal mode—DMA_Mode = DMA_Mode_Normal 2. For Chanel3 of DMA1, t...[Details]
environment: Host: XP Development environment: MDK4.23 MCU:STM32F103CBT6 illustrate: Collect AD through pins PA1 and PA2. Collect AD 10 times for each channel. #include "ad_driver.h" //Global ...[Details]