Now we are developing an embedded edge detection system to realize the detection of product parts in the industrial field. The system uses a miniature industrial camera to take pictures of parts. Then...
[i=s]This post was last edited by fdsf on 2020-2-14 17:49[/i]Let’s take a look at the pictures first.The video in the picture (explained in the datasheet later) is a signal collected by C12666MA, whic...
[b]What are some good ARM MCU tutorials? They should mainly include engineering cases and be more practical. [/b][b][color=#444444][font=Tahoma,]Also[/font][/color] [/b][b]What are some good AVR MCU t...
The previous one is a RC attenuation circuit. When the attenuation is 100 times, the follower output is normal, but when the attenuation is 10 times, the follower output is amplified. 10M bandwidth is...
HTS221 is a digital temperature and humidity sensor from ST, with an accuracy of ±3.5%RH (within the range of 20%~80%) and ±0.5℃ (within the range of 15℃~40℃). The resolution of humidity and temperatu...
On April 19, it was reported that Alibaba DAMO Academy is developing a neural network chip, Ali-
NPU
, which is mainly used for
AI
reasoning calculations such as image and video analys...[Details]
1. Function prototype In the function library officially provided by STM32, you can find functions like HAL_Delay(). This function uses a timer to achieve a more accurate time delay and provides it...[Details]
In the previous article, I wrote a simple GPIO running light test, which looked a bit monotonous. I was used to serial port debugging. If there was no serial port on the board, I had to find another ...[Details]
In 1952, Bell Labs built a 6-foot-tall automatic number recognition machine called "Audrey", which could recognize the pronunciation of the numbers 0 to 9 with an accuracy of more than 90%. And its...[Details]
The Wassenaar Arrangement, everything started during the Cold War. Let's learn more about it with the embedded editor.
background
After the end of World War II, the United States ...[Details]
When designing a product, if the application environment's requirements for power isolation are not considered, the product will be unstable due to improper design, and even high voltage may damage t...[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]
With the development of the automobile industry, more and more automotive electronic components are being used in modern cars, providing better safety, comfort and economy for cars. In the past, cars...[Details]
12864 LCD parallel port driver is more commonly used, but considering that sometimes the IO port of the microcontroller or MCU is limited, the serial driver method can be used. The following is ...[Details]
Note: This STM32 microcontroller is the STM32F103 series. The ADC of Stm32 has DMA function. This is beyond doubt and is what we use most! However, if we want to sample a signal (such as a pulse sign...[Details]
DMA: 1. When using DAC, when the converted analog signal is output through the IO port, why is the IO port also configured to input mode? PS: The stm32 manual defines that PA4 and PA5 are connected...[Details]
T1 or T2 are two timers/counters of MCS-51 microcontroller. The first method can use two timers/counters to generate rectangular waves. In order to save interface resources, the second method is used...[Details]