[i=s]This post was last edited by damiaa on 2022-4-11 21:56[/i][Sipeed LicheeRV 86 Panel Review] Debian Python + Serial Communication
1. To view the serial port, use ls -l /dev/ttyS* or ls -l /dev/tty...
[size=4] 5G - the fifth generation of mobile phone communication standards, the biggest features are high speed, wide connection, and low latency. 1G represents the big brother of the analog call era,...
SBUF is the data buffer register. The same address is used for sending and receiving, but there is no need to worry about conflicts. Reading can only be done from the receiving buffer and writing can ...
[i=s]This post was last edited by wugx on 2015-10-30 09:31[/i] Title: IOT Design of Indoor Gas and Smoke Network Monitoring and Ventilation System Author: Wugx Date: 2015.10.29 pm Software Platform: C...
[font=微软雅黑][size=4][b][url=https://www.eeworld.com.cn/huodong/KEYSIGHT_ZT_20170628/HDDT8/index.html]Keysight Technologies - Calmly meet the challenges of designing and testing medical electronic devic...
In the past few days, the news that ZTE was "banned" by the US Department of Commerce has triggered widespread reflection and concern in various domestic industries about the lack of independent co...[Details]
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]
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]
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]
In order to strengthen the traceability management of recycling and utilization of power batteries for new energy vehicles, and to standardize and guide all relevant parties to fulfill their tracea...[Details]
1. Heart rate measurement principle 1. What is a heart rate module? The heart rate module is professionally used to monitor the heart rate of the wrist, fingers, forehead, earlobe, chest and other ...[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]
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]
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]