During the summer vacation, the teacher at school gave me a question, which was to use a single-chip microcomputer to measure resistance. I felt that it was very difficult to get started and I had no ...
Connection Establishment
To handle data transmission that is more complex than broadcasting, or to achieve reliable data delivery between devices, all of these rely on connections. Connections use dat...
I have always wanted to use the MSP430F2001 and two MSP430F2002s, but I don't know where to use them. I am confused. I want to make some small gadgets to play with :loveliness:...
I am using CCSv4. It was working fine before, but I don't know what I changed. This happened when I started debugging yesterday. **** Build of configuration Debug for project VIENNA **** C:\Program Fi...
China Energy Storage Network News:
According to reports, in order to reduce carbon emissions, a group of Japanese technology and energy companies are launching a pilot project that aims to al...[Details]
For STM32, there are two ways to reset the software: 1) Use the official software library The system reset function is directly provided in the stm32f10x_nvic.c file of the official software li...[Details]
In the previous article, I wrote a simple GPIO running light test, which looked a bit monotonous. I was used to serial port debugging. If there was no serial port on the board, I had to find another ...[Details]
When the domestic discussion about "ZTE being banned" was hot, Alibaba officially announced the acquisition of chip supplier
Zhongtianwei
, but the investment amount was not disclosed. At t...[Details]
I used STM32CubeMX V4.22.1 to generate a project including EHT and Lwip. The debugging has been abnormal. After careful inspection, the following problems were found: 1. The hardware uses LAN8720A, b...[Details]
In 1952, Bell Labs built a 6-foot-tall automatic number recognition machine called "Audrey", which could recognize the pronunciation of the numbers 0 to 9 with an accuracy of more than 90%. And its...[Details]
From small households to large enterprises, energy consumption has always been a concern for everyone. The energy consumption of Chinese enterprises has always been high, and the country has also wor...[Details]
At the beginning of the new year of 2018, after the release of the national photovoltaic policy, we found that the state’s support for village-level poverty alleviation power stations has not weake...[Details]
LiDAR is a comprehensive light detection and measurement system. Compared with ordinary radar, LiDAR can provide high-resolution radiation intensity geometric images, distance images, and speed im...[Details]
In 2014, the production and sales of new energy vehicles in China exceeded 80,000 units, and the development trend is encouraging. In order to enable new energy enthusiasts and junior R&D personnel t...[Details]
//Environment: winavr+avr studio char temp=0; ISR(TIMER1_COMPA_vect )//interrupt function { // user code here temp++; if (temp==10) temp=0; PORTA=temp; DDRA=0xff; } void ...[Details]
1. ATMEGA128 Data Sheet Watchdog Timer The watchdog timer is driven by an independent 1 MHz on-chip oscillator. This is a typical value at VCC = 5V. See the characteristic data for typical val...[Details]
Semiconductor giant Intel has launched the desktop version of the 8th generation Coffee Lake architecture
Core
processor more than a month ago, and its performance is said to be 30% to 40% ...[Details]