1. One stm32 discovery, 80, excluding postage, and a USB data cable2. 3. A small DC motor as a gift 4. An Easy JTAG parallel port emulator from ZLG. If you package it, it will be a gift 5. A 51 MCU mi...
Common water level sensors include photoelectric, float, capacitive, and ultrasonic types. The working principles and application environments of each type of water level sensor are different. So how ...
There is a 32-bit division subroutine in my program, which is called in both the main program and the interrupt program.The problem is: when my main program is calling this subroutine, if it happens t...
[i=s]This post was last edited by paulhyde on 2014-9-15 03:08[/i] When I use TINA to simulate, I encounter a chip that is not in TINA. How can I download the spice model from the TI website? Why does ...
I am about to graduate and need a graduation project. I can't think of anything to do. Can anyone provide a project, like a password lock, a microcontroller application?...
With the continuous expansion of the application field of embedded systems, the complexity of the system is also increasing. Therefore, it has become a general trend to implement user graphics (GUI) i...
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]
Designing for automotive LCD displays larger than 5" can be complex. The display source driver requires a supply rail called analog voltage device drain (AVDD) in the 10V to 15V range and two supply ...[Details]
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]
In order to strengthen the management of new energy vehicle charging facilities in our city, prevent and reduce accidents, protect the lives and property of the people, and improve the public safet...[Details]
Since the first draft of the 5G
NR standard was officially launched at
the end of 2017
, the
5G
commercialization process has taken a substantial step forward. From that moment on, mo...[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]
According to MEMS Consulting, single-chip radar system-on-chip (SoC) is becoming one of the most popular new sensors . Its widespread adoption in automobiles has greatly increased sales, thereby pr...[Details]
Timer Interrupt The timer function of STM32 is very powerful. There are advanced timers such as TIME1 and TIME8, general timers such as TIME2~TIME5, and basic timers such as TIME6 and TIME7. In th...[Details]
In the early morning of May 9th, Beijing time,
Google
held its annual developer conference Google I/0 2018 in Mountain View, California. As expected,
Google
released the latest vers...[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]
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]