Design of fully automatic washing machine based on 51 microcontroller

Design of fully automatic washing machine based on 51 microcontroller (Simulation + Program + Schematic + Design Report) Function introduction Specific functions: 1. Set 4 washing modes: “standard”, “economy”, “individual” and “drainage”. 2. Divided into strong washing and weak washing (motor speed). 3. The process is divided into “water intake”, “rinsing”, “washing” and “dehydration”. 4. […]

51 microcontroller + DS1302 design an electronic clock (LCD1602 displays time)

1. Preface An electronic clock is a device that can accurately display time. It is widely used in homes, offices and public places, providing people with convenient and accurate time information. This project designs an electronic clock based on 51 microcontroller, using DS1302 as the RTC clock chip, LCD1602 as the display screen, and connecting […]

[Proteus simulation] [STM32 microcontroller] Multi-channel temperature control system

Article directory 1. Function introduction 2. Software design 3. Experimental phenomena Contact the author 1. Function introduction This project uses Proteus8 to simulate the STM32 microcontroller controller, using buttons, LEDs, buzzers, LCD1602, DS18B20 temperature sensor, HC05 Bluetooth module, etc. The main function: After the system is running, LCD1602 displays the temperature collected by the first […]

[Proteus Simulation] [51 Microcontroller] Multi-channel temperature control system

Article directory 1. Function introduction 2. Software design 3. Experimental phenomena Contact the author 1. Function introduction This project uses Proteus8 to simulate the 51 microcontroller controller, using buttons, LEDs, buzzers, LCD1602, DS18B20 temperature sensor, HC05 Bluetooth module, etc. The main function: After the system is running, LCD1602 displays the temperature collected by the first […]

Intelligent ultrasonic following distance display car based on 51 microcontroller

1 Introduction In the past two years, the requirements and difficulty of graduation projects and graduation defenses have continued to increase. Traditional graduation projects lack innovation and highlights, and often fail to meet the requirements for graduation defenses. In the past two years, junior students and junior students have constantly told Senior Xiaohong to do […]

51 microcontroller kitchen fireproof infrared combustible gas detection alarm LCD display design

1. Foreword In the past two years, the requirements and difficulty of graduation projects and graduation defenses have continued to increase. Traditional graduation projects lack innovation and highlights, and often fail to meet the requirements for graduation defenses. In the past two years, junior students and junior students have constantly told Senior Xiaohong to do […]

Based on 51 microcontroller Bluetooth upload temperature and humidity control servo switch

1. Foreword In the past two years, the requirements and difficulty of graduation projects and graduation defenses have continued to increase. Traditional graduation projects lack innovation and highlights, and often fail to meet the requirements for graduation defenses. In the past two years, junior students and junior students have constantly told Senior Xiaohong to do […]

Microcontroller experiment (ADC experiment-potentiometer LCD display)

#include <msp430.h> #include “stdint.h” //#include “HAL_UCS.h” /* Private define ————————————————– —————*/ #defineNumOfResult 8 #define Max_Volt 3.3 #define Accu_Adc 4095 uint32_t results[NumOfResult + 1]; uint16_t average; uint16_t index = 0; #define XT2_PORT_SEL P7SEL #define XT2_ENABLE (BIT2 + BIT3) // LCD segment definitions. #define d 0x01 #define c 0x20 #define b 0x40 #define a 0x80 #define dp […]

Digital clock design based on 51 microcontroller – digital tube display

Digital clock design based on 51 microcontroller (Simulation + Program + Schematic + Design Report) Function introduction Specific functions: 1. Automatic timing, showing 24-hour time, and a 6-digit LED display showing hours, minutes, and seconds. 2. Automatic timing, showing 24-hour time, and a 6-digit LED display showing hours, minutes, and seconds. 3. Equipped with calibration […]