Temperature resistance of 210℃, used in aerospace or underground. Haha, I don't know how I applied for it. It's more than 500 yuan per piece. I may not be able to buy it. Haha. Thanks to TI. But it's ...
When MSP430 communicates with the computer via serial port, the receiving end of MSP430 can be seen to receive data continuously, but the data cannot be connected to the PC. Moreover, when the host se...
[color=#333333][font="][size=14px]Beginner, I have been looking for this development board for a long time but couldn't find any specific model. I only know that it is ZRtech and the core board is Cyc...
[i=s]This post was last edited by sylar^z on 2020-5-24 00:36[/i]This is the ST bone vibration sensor board obtained in a previous EE event. It can collect audio signals transmitted through bone vibrat...
[i=s] This post was last edited by paulhyde on 2014-9-15 03:41 [/i] I am making a human body parameter measurement instrument. Is it accurate to use DS18B20 to measure temperature?...
[i=s]This post was last edited by jone5 on 2021-7-26 00:54[/i]Clock system architectureThe high-speed clock of the development board is 38.4M, and the low-speed clock is 32.768KHZ. The chip can reach ...
I have always wanted to write some posts and blogs, but I just couldn't bear to do it as I just graduated. After some preparation, I decided to write down some of the things I learned in the past few...[Details]
Time flies. Since the beginning of 2018, news related to home appliance companies have repeatedly made headlines, and competition in the home appliance market continues to intensify. In order to be...[Details]
Recently, the "Smart Photovoltaic Industry Development Action Plan (2018-2020)" jointly issued by six departments has put this concept on the forefront. Photovoltaic smart solutions will become the ne...[Details]
At present, in the world,
the construction of
smart cities
is in the process of gradually landing from concept, and technology giants and investment giants are important participants in this...[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]
In recent years, in order to meet the needs of social development, more and more companies have entered the fields of smart phones, artificial intelligence,
VR
, AR, etc. After seeing the d...[Details]
As the brain of a mobile phone, the mobile phone processing chip is of great importance. Xiaomi, which started out as the MIUI company, has long been keenly aware of the gap between China and devel...[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]
STM32 has 2 watchdogs: independent watchdog and window watchdog. Independent watchdog IWDG: A system fault detector that is independent of the system and is not affected by the system because it has ...[Details]
The calculation formula of the watchdog feeding time (watchdog overflow time) is: Tout=((4*2^prer)*rlr)/40 Tout is the watchdog overflow time (in ms), prer is the watchdog clock prescaler value (...[Details]
In mid-to-late 2016, a girl from Hubei came to Beijing alone, full of curiosity about
cloud computing
. The girl left the deepest impression on me was her lovely smile. She told me that if ...[Details]
Use the STM32 timer input capture module to control 3-way ultrasonic sensors. The ultrasonic sensor used this time is the common HC-SR04, which is often used in the obstacle avoidance system of smal...[Details]
The frequency calculation formula of the PWM wave generated by the output comparison mode of the timer is: 72M/((2*(arr+1))*(psc+1) ) For example, if you set: PWM_Init(1000-1,72-1); (PWM_Init(arr,psc...[Details]