Improve the accuracy of mm32 micropathon output PWM frequency through mem32 function
Introduction: Using the mem32 function, for the problem of low PWM frequency accuracy in MM32 micro python, we can improve the PWM frequency accuracy by readjusting the ARR. Key words: PWM, MM32, micropathon, mem32
§ 01 MM32 PWM output
Advantages and disadvantages of version 1.1
in Micro Python transplantation ...
Added by zed420 on Sat, 05 Feb 2022 15:02:40 +0200
GSM home environment monitoring and alarm system based on 51 single chip microcomputer
I Hardware scheme
This design is mainly divided into five functions: temperature measurement, humidity and PM2 5 and CO and send information and alarm. With the ingenious combination of these functions with home, we already know how to realize the five separate functions. Now we need to systematically feed back the five functions through singl ...
Added by StripedTiger on Sat, 05 Feb 2022 12:22:46 +0200
[Blue Bridge Cup single chip microcomputer learning record 11] PWM pulse width modulation signal (explained by little bee teacher)
The PWM pulse width signal is used to realize the independent key S7 control to control the brightness change of L1 indicator.
The frequency of PWM pulse width signal is 100HZL1 is off after the system is powered onThere are four brightness modes when L1 is powered on, namely, complete off, 10% brightness, 50% brightness and 90% brightnessPres ...
Added by cap2cap10 on Sat, 05 Feb 2022 03:20:34 +0200
ANO anonymous flight control time slice scheduling transplanted to ordinary STM32 project
engineering structure
The codes related to time slice scheduling are located in the scheduler and Task files in the scheduler directory. The original clock of anonymous flight control is provided by the external interrupt realized by the 1ms pulse output by the sensor. In order to make the time slice scheduling algorithm can be used in genera ...
Added by zarp on Fri, 04 Feb 2022 15:34:07 +0200
STM32H743 transplant LUA
Raw materials and tools
A set of on-time atomic mercury development board (including H743 core board), a set of JLINK simulator and a computer equipped with Keil5.
start
Main process reference articles: STM32 embedded LUA development (control small light flashing) The original text is transplanted to STM32F103. The general process of H74 ...
Added by jebster on Fri, 04 Feb 2022 11:18:13 +0200
LTDC-DMA2D LCD code explanation
The specific principle of using the following structures needs to refer to LTDC-DMA2D liquid crystal display (I)
1, LTDC initialization structure
typedef struct
{
uint32_t LTDC_HSPolarity; //Configure the polarity of the line synchronization signal HSYNC
uint32_t LTDC_VSPolarity; //Configure the polarity of vert ...
Added by jets on Thu, 03 Feb 2022 22:03:22 +0200
[Blue Bridge Cup] PCF8591AD conversion module
1. PCF8591 module introduction
PCF8591 is a monolithic integrated, separately powered, low-power, 8-bit CMOS data acquisition device. PCF8591 has 4 analog inputs, 1 analog output and 1 serial I ² C bus interface. The address, control and data signals input and output on the PCF8591 device are transmitted in serial mode through two-wire bi ...
Added by Poolie on Thu, 03 Feb 2022 16:43:15 +0200
[Arduino experiment 10 digital tube display]
1, Experimental purpose
(1) master the function of 1-bit nixie tube module;
(2) be familiar with the function of 4-digit nixie tube module;
(3) 4-digit digital timing display function programming
2, Experimental equipment and environment
Arduino UNO kit, Arduino IDE, computer, 1-bit nixie tube, 4-bit nixie tube, 4 220 ohm current limiting ...
Added by theflea912 on Thu, 03 Feb 2022 04:29:36 +0200
Smart home system design (monitoring + control)
introduction
As a graduate majoring in electronics, we need to write both graduation thesis and graduation design. I'm very happy that my reply officially ended a few days ago. Now I'd like to summarize and share my graduation project. I hope students interested in this project can gain something. At the same time, if you have problems or ...
Added by kayess2004 on Wed, 02 Feb 2022 21:51:58 +0200
STM32 double shaft rocker control hollow cup motor
STM32 double shaft rocker control hollow cup motor
Biaxial rocker sensor
the PS2 two axis key game rocker module adopts the metal key rocker potentiometer on the PS2 game handle. The module has two analog output and one digital output interfaces, and the output values correspond respectively( ×, Y double axis offset, its ...
Added by techite on Wed, 02 Feb 2022 09:19:44 +0200