Urgent help. Has anyone used the sim900A module? Currently, I only have a hardware design manual and an AT instruction set. It seems that a software design manual is needed. If any of my friends have ...
The first discussion is mainly to clarify the general way to implement the plan and prepare the necessary prior knowledge.The basic division of labor is as follows:ddllxxrrlow power consumption LCD da...
Can you recommend a book on computer organization principles? I have only learned assembly language and microcomputer interface, and have not systematically learned the organization principles. In add...
[align=center][b][img]http://img17.poco.cn/mypoco/myphoto/20160513/17/5495913320160513175125076_640.jpg?750x438_120[/img][/b][/align][align=center][b] [/b][/align][align=left]Since I retired from the ...
This content is originally created by EEWORLD forum user chenbingjy . If you want to reprint or use it for commercial purposes, you must obtain the author's consent and indicate the source.Chapter 11:...
In recent years, as energy consumption and environmental protection issues have attracted people's attention, my country's solar photovoltaic power generation industry has shown a rapid development...[Details]
All relevant units:
In accordance with the relevant requirements of the provincial and municipal electric vehicle charging infrastructure construction work, in order to further standardize the...[Details]
Recently, the " ZTE
incident"
caused by the Sino-US trade war
has caused heated discussions in the electronics industry. It not only reflects that Chinese companies are lagging behind in the...[Details]
In Windows environment, the source code is encoded in UTF-8. If the source file created by STM32CubeMX contains Chinese comments, then using STM32CubeMX to regenerate the source code will cause the C...[Details]
As photovoltaic power stations come into people's view, people are paying more and more attention to them. Recently, some netizens asked me how to match the inverter and components of photovoltaic ...[Details]
WPG Holdings announced that its subsidiary Youshang has launched a wireless smoke alarm solution based on STM and Semtech . With the development of the national economy and the enhancement of...[Details]
At the beginning, I used the stdlib library. Recently, I found that the cube library is more and more widely used, so I started to use the cube library to complete the ADC multi-channel acquisition e...[Details]
The STM32 watchdog has two WWDG and IWDG. The biggest difference between the two is that IWDG has only one lower limit for feeding, while WWDG, as the name implies, must be fed within a range to ensu...[Details]
The pins of stm32 have two uses: GPIO (general purpose io) and AFIO (alternate function io) For some pins (depending on the chip), neither of these two uses exists. For example, in 64-pin products, O...[Details]
I have encountered many problems when tinkering with LD driver recently. I will record them one by one below. Otherwise, who will remember who in five hundred years? 1. Configuration issues of multi-...[Details]
#include avr/io.h void Delay(unsigned int T) { unsigned int i,j; for (i=0;i T;i++) for (j=0;j 100;j++) asmvolatile ("nop"); //Assembly instruction, let the microcontroller run empty instruction...[Details]
The data provided by the International Federation of Robotics (IFR World Robotics) well demonstrates the growth momentum of industrial robots around the world. Let's follow the industrial control e...[Details]
Each I/O port of the AVR microcontroller corresponds to three registers: DDRx, PORTx and PINx, where DDRx is the data direction, i.e. input or output; PORTx is the state of the internal pull-up r...[Details]
The three most common treatments for tumors are surgery, chemotherapy, and radiotherapy. Surgery is more invasive and difficult to operate on some parts of the body. Chemotherapy uses chemical drugs ...[Details]