Translated from: https://forum.micropython.org/viewtopic.php?t=8569p=48511#p48511
Hello everyone - we are excited to share a new MicroPython family with you: Pybricks.Pybricks brings MicroPython to al...
I want to learn how to develop STM32 in C language recently. When I use MDK to build the environment, the compilation fails. I am a newbie, so please give me some advice. The first compilation error: ...
I would like to ask you all, I have a question. I want to implement a function, the PC sends a hexadecimal number to the MCU, and then the MCU writes the value to the P1 port to control the LED connec...
In the previous issue, we eliminated letters. This time, we added a fraction lvgl control based on this.
So we need a variable to record the score:
int score=0;//分数初始为0
There is also a label tag:
lv_o...
TI launches new Sitara AM335x ARM Cortex-A8 microprocessor
November 3, 2011 09:24 Author: Zhiming I want to comment ( 0 )Recently, Texas Instruments (TI) announced the launch of the latest Sitara AM33...
I recently upgraded MDK to V5.25 and found that there are many libraries in the Managing Run-Time Environment. Compared with the past, it is much better, from the bottom-level driver to the upper-le...[Details]
1. The first project We are going to create the first project, which is mainly for project analysis, so that we can understand how CubeMX works and how to trace the code logic. Okay, no more nonsense...[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]
The adoption of vehicle tracking systems for cars and fleets is increasing. Modern trackers have reduced form factors and increased functionality to support active data transmission for real-time tra...[Details]
On May 16, in response to
the public opinion storm caused by
Lenovo's
"
5G
voting" incident,
Lenovo
Holdings Chairman and
Lenovo
Group Founder Liu Chuanzhi, Lenovo Gr...[Details]
The ZTE incident has aroused people's concerns about the future of Chinese chips, and they have been using WeChat and Weibo to express their views; the Chinese display industry is also worried abou...[Details]
//Observe the difference between feeding the dog and not feeding the dog, and use the LED indicator of the PB port for status indication. //Switch the LED indicator enable switch of the PB po...[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]
At this exhibition, Microsoft brought its flagship intelligent voice products - XiaoIce and Xiaona. In addition, the voice will be equipped with an intelligent face recognition system. Let's see ho...[Details]
The photovoltaic industry has become a new business card for China to the world. It not only represents China's leading technology, but also constantly breaks various records with its development spee...[Details]
The following is a 16-way multi-channel ADC acquisition circuit diagram and source program made using the STM32 microcontroller. It uses a USB interface to connect to the computer, which is actually ...[Details]
Use common anode digital tube and independent keyboard to connect P1 and P2 ports of single chip to realize answering machine The procedure is as follows: #include reg52.h void delay(unsigned char n)...[Details]
MCS-51 single-chip microcomputer, a simple assembly language program, calculates the function value of a piecewise function. It is known that there is a variable X in the 25H unit. It is required to ...[Details]
Assume that both the augend NA and the addend NB are three-byte compressed BCD codes, which are stored in the internal RAM units 20H~22H and 30H~32H, respectively, with the low digit first and the hi...[Details]