Although CircuitPython was forked from micropython, the differences between the two have become more and more obvious as they continue to develop. The main differences between them are:CircuitPythonNa...
The embedded software platform I use is: Windows ce, calling the verification tool WZC provided by Microsoft. The device can already bind to the router, but I don't know how to obtain the IP address a...
I encountered a problem when using I2C. I used an 8M crystal, SYSTEM CLOCK=72M, PCLK1=36M.When I2C was used at 400K, it did not work properly. The communication read and write died after a few times. ...
[i=s]This post was last edited by DIAG on 2017-12-4 22:17[/i] As the title says, I am looking for a second-hand 1150-pin CPU. The price is negotiable. I have an ASUS B85M-E motherboard. I have changed...
An attenuator is a circuit used to introduce a predetermined attenuation within a specified frequency range. It is generally indicated by the decibel number of the introduced attenuation and the numbe...
Audio acquisition system based on FPGA_attached with actual pictures I am now busy making some audio acquisition stuff, hope you can give me some advice and learn from each other. The platform I made ...
Recently, the U.S. Department of Commerce announced that it would prohibit companies in the country from selling any electronic technology or communication components to ZTE, a Chinese communicatio...[Details]
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]
Serial Port: 一. USART_ITConfig(USART1, USART_IT_TXE, ENABLE): As long as the transmit register is empty, there will always be an interrupt. Therefore, if you are not sending data, turn off the tran...[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 single-chip microcomputer running light program requires all 32 serial ports to be used, and each serial port has eight LEDs. Question supplement: The 8051 single-chip microcomputer is used, an...[Details]
A simple experimental programming question for the microcontroller: write a 3-byte binary addition subroutine. The program entry is: addend 1: 22H, 21H, 20H three bytes, 22H is the highest bit; adden...[Details]
1. Pin: 0 in 1 out Set Status Output status IO register setting DDR×A certain bit is set to 1, and the corresponding bit IO is set to output; PORT×A certain position is 1/0, and t...[Details]
At the early morning of November 17th, Beijing time, at the Global Supercomputing Conference held in Denver, the United States, the "nonlinear earthquake simulation" application completed by the te...[Details]
AI
chips are becoming a new trend in the industry. On November 15, Qualcomm announced that it would invest in nine Chinese AI algorithm + chip innovation companies. Let's follow the network c...[Details]
After three years of continuous decline in its mobile phone business, ZTE has finally revealed its true feelings to the outside world: the Chinese market is its weak point, and it is planning to f...[Details]
The watchdog timer is a counter whose basic function is to restart the system after a software problem or program runaway occurs. The watchdog counter counts automatically when it is working normally...[Details]
/********************************************************************** Read LCD status word to STA function: used to judge busy or idle before writing data or commands to the LCD *****************...[Details]