[font=Tahoma, Helvetica, SimSun, sans-serif][size=14px]Overview: [/size][/font] [font=Tahoma, Helvetica, SimSun, sans-serif][size=14px]Currently, SDI-12 products are becoming more and more abundant an...
1. Introduction
Previously, we introduced two ways to drive WS2812B: GPIO pins and PWM combined with DMA. In this post, we will introduce another way: drive WS2812B through the SPI interface of MCU. W...
In recent years, driven by Dyson, the portable handheld vacuum cleaner market has developed rapidly. However, judging from the market response, the prices of such vacuum cleaners vary greatly, and the...
[i=s]This post was last edited by jqn on 2021-10-27 16:10[/i]How do I change the softi2c statement of micropython to i2c?i2c = SoftI2C(scl=Pin(MPU6886_SCL), sda=Pin(MPU6886_SDA))The uiflow I use does ...
I recently started to learn a new CPU of MSP430 series, F5529. Following the method of learning 430 before, I began to understand its clock part. I referred to TI official routines to learn. There was...
Although ZTE has long experimented with a hidden front camera solution located under the translucent AMOLED screen area on the Axon A20, the image quality has always been a difficult problem to overc...[Details]
In the real world, power means money - bigger is better; the opposite is true for µC peripherals. As the consumer market continues to grow and end-application products shrink in size, less power is...[Details]
In ancient times, the ways of transmitting information included beacon towers, pigeon carriers, and 800-mile express delivery. I even played with "megaphones" when I was a child. They all have th...[Details]
Key debounce is to ensure the actual application effect Let's look at a piece of code first: #include reg52.h unsigned char code LedChar ={//Numbers displayed by the digital tube 0~9 0XC0,0XF9,0XA4...[Details]
According to Android Police, the LineageOS team has developed a new ROM based on Android 12—LineageOS 19.1. This ROM has been adapted to Essential Phone, Samsung Galaxy S10, Xiaomi 10T series...[Details]
Tsinghua Unigroup announced that on April 10, 2020, the company received a notice from its controlling shareholder, Tibet Tsinghua Unigroup Investment Co., Ltd. (hereinafter referred to as "Tsinghua ...[Details]
The official website of British chip design company ARM announced on August 20 that ARM has signed a three-year cooperation agreement with the US Defense Advanced Research Projects Agency (DARPA). ...[Details]
All parties in the industry are actively studying the evolution path of TD-LTE voice. At present, there are several different solutions in the industry. The International Standardization Organization ...[Details]
According to the latest issue of Science Robotics magazine, a research team from the Ecole Polytechnique Fédérale de Lausanne in Switzerland has designed a minimally invasive electrode that can be in...[Details]
Since the end of July, the stock price of Tianyin Holdings, which had been sluggish for a long time, has been like a "roller coaster". In just one month, the stock price has more than doubled, and on...[Details]
On October 17, Baidu World Conference 2023 was held in Beijing. At the meeting, Robin Li, founder, chairman and CEO of Baidu, said that after large language models reconstruct the human information w...[Details]
The Science and Technology Innovation Board Daily learned from the supply chain that Yangtze Memory's 64-layer solid-state drive is expected to be launched in the third quarter of this year. As ear...[Details]
Under the epidemic, masks, disinfectant alcohol and other epidemic prevention materials have become hot commodities. Taking masks as an example, on March 2, the National Development and Reform Commis...[Details]
"In 2023, the global automotive
LiDAR
market will reach US$538 million, a year-on-year increase of 79%."
The "Global Automotive Lidar Market Report 2024" ("Lidar for Automotive 2...[Details]
1. Prepare the standard library function file. The official standard library function is stsw-stm8069. After decompression, it is as shown below: 2. Create a new folder. In this example, name it st...[Details]