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 […]

2023 Design and development of intelligent electronic product simulation industrial conveyor belt item detection system

2023 National Vocational College Skills Competition Higher Vocational Group “GZ029 Intelligent Electronic Product Design and Development” Competition Paper 1 Title: Design and development of simulated industrial conveyor belt item detection system 1 Competition Task Play the video of the industrial conveyor belt transporting items on the smart TV, and simulate the industrial conveyor belt item […]

XD–PTA electronic category-Ex5-array–MZH

7-1 Simplified insertion sort #include<stdio.h> int main() { int n,a[1001],x; scanf(“%d”, & amp;n); for(register int i=0;i<n;i + + ) { scanf(“%d”, & amp;a[i]); } scanf(“%d”, & amp;x); a[n]=x;//Put x at the end of the array for(register int i=n;i>=1;i–)//Comparison starts from the last bit of the array in a way similar to bubble sorting { if(a[i]<a[i-1])//If […]

Web (h5) and Electron implement recording software

Background In today’s increasingly advanced world of modern technology, our computers and mobile phone devices are capable of completing many daily tasks, one of which is recording. Whether it is recording meetings, making voice memos, or composing music, recording is one of the functions we often use in our lives. This article will introduce how […]

VSCode creates electron project

First, make sure your system has the following tools installed: 1. Node.js: Go to Node.js official website (https://nodejs.org/) to download and install the latest version Node.js. 2. npm: After the Node.js installation is completed, npm will be installed together. You can do this by running 3. Open the JK1-PZK22 project in VsCode and enter npm […]

Java graduation project electronic product recommendation system based on springboot+vue

1. Project introduction The electronic product recommendation system based on Vue is developed based on the actual situation and combined with the current preferences of young people and the e-commerce environment. The electronic product recommendation system based on vue is developed using Java language and Vue in terms of language. MySQL database is used in […]

Electronic cabinet lock based on microcontroller design

1. Preface With the continuous development of modern society, the application of electronic cabinet locks is becoming more and more widespread. Traditional mechanical cabinet locks have some inconveniences, such as keys being easily lost and passwords easily leaked. Designing an electronic cabinet lock system based on a microcontroller has become an interesting and meaningful project. […]

RoboMaster electronic control framework based on RT-Thread (6)

RoboMaster electronic control framework based on RT-Thread (6) Because of RT-Thread’s stable and efficient kernel, rich documentation and tutorials, active community atmosphere, as well as device driver framework, Kconfig, Scons, log system, and massive software packages… it is difficult not to choose RT-Thread for project development. . But it is precisely because of the wide […]

Electronic product recommendation system based on springboot+vue

Collect and follow to avoid getting lost, end of source code article Article directory 1. Project introduction 2. Development environment 3. Function introduction 4. Core code 5. Effect drawing 6. Article Table of Contents 1. Project introduction The electronic product recommendation system based on Vue is developed based on the actual situation and combined with […]