After receiving the development board, I did the following evaluation
[New reminder] [Evaluation of EC-01F-Kit, the NB-IoT development board of Anxinke] Based on STM32F103C8T6, the thermometer connect...
I have a question for you. I have just mastered the microcontroller , but I still want to learn other knowledge. I am studying electronic information engineering . For future work needs, I want to dev...
STMicroelectronics (ST) enhances performance and value of entry-level 32-bit microcontrollers. STM32 high-density value-for-money microcontrollers offer up to 512KB Flash and 144-pin packages to suppo...
After the Tesla Gigafactory goes into production, it will use 20700 to replace the 18650 model. Many domestic 18650 factories and vehicle manufacturers are once again "restless", and equipment manufac...
When Amazon launched its first
cloud computing
service, the outside world was not optimistic about this direction, as it had high investment, low profits and many uncertainties. Let's follo...[Details]
I have always wanted to write some posts and blogs, but I just couldn't bear to do it as I just graduated. After some preparation, I decided to write down some of the things I learned in the past few...[Details]
This is my first time writing an STM32 program. I have many questions to ask. I want to convert the data of the SO of MAX6675 into the actual temperature and read it out using the serial port tool. I...[Details]
Time flies. Since the beginning of 2018, news related to home appliance companies have repeatedly made headlines, and competition in the home appliance market continues to intensify. In order to be...[Details]
Recently, the "Smart Photovoltaic Industry Development Action Plan (2018-2020)" jointly issued by six departments has put this concept on the forefront. Photovoltaic smart solutions will become the ne...[Details]
At present, in the world,
the construction of
smart cities
is in the process of gradually landing from concept, and technology giants and investment giants are important participants in this...[Details]
Unlike three years ago, today's
artificial intelligence
is no longer just a floating concept, and the venture capital circle has begun to explore the various possibilities of this technolog...[Details]
As the brain of a mobile phone, the mobile phone processing chip is of great importance. Xiaomi, which started out as the MIUI company, has long been keenly aware of the gap between China and devel...[Details]
In mid-to-late 2016, a girl from Hubei came to Beijing alone, full of curiosity about
cloud computing
. The girl left the deepest impression on me was her lovely smile. She told me that if ...[Details]
How to convert the pin voltage value into V using the built-in ADC of STM32? V(ADC) = Value(ADC) * V(ref)/4096 (The ADC of STM32 is 12 bits, so the maximum value of the AD word is 4096)
Where V(ADC...[Details]
The frequency calculation formula of the PWM wave generated by the output comparison mode of the timer is: 72M/((2*(arr+1))*(psc+1) ) For example, if you set: PWM_Init(1000-1,72-1); (PWM_Init(arr,psc...[Details]
Try to design a subroutine, whose function is to rearrange the 6 single-byte positive integers in the internal RAM pointed to by (R0) in ascending order. ;========================================== ...[Details]
The following comes from - "cortex-M3 Definitive Guide" Special function register group: Program Status Registers (PSRs or xPSRs) Interrupt mask register group (PRIMASK, FAULTMASK, and BASEPRI) ...[Details]
I read the description of I/O ports in the M16 manual, which says that you can use the internal pull-up resistor by setting DDXn=0, PORTn=1, PUD=0. Since this can be used, when using the key circuit,...[Details]
With the development of electronic devices, more and more people pay attention to flexible electronic devices, which refer to electronic devices that can still work under certain deformation condit...[Details]