[SCM graduation project] [jj-019] Intelligent range hood | Kitchen fume detection | Kitchen environment detection | Kitchen fire detection

1. Basic introduction Item name: Design of intelligent range hood system based on single-chip microcomputer Design of kitchen oil smoke detection system based on microcontroller Design of kitchen environment detection system based on microcontroller Design of kitchen fire detection system based on microcontroller Project name: range hood Microcontroller type: STC89C52 Specific functions: 1. Use the […]

Pikachu vulnerability range series brute force cracking

Foreword This is the first article in the Pikachu vulnerability shooting range series~~ (it should be serialized)~~. First, let’s briefly introduce the Pikachu shooting range. This shooting range was developed by Chinese people and is purely in Chinese. If you encounter difficulties during practice, you can check the tips. There are also supporting learning videos. […]

Strange Towers of Hanoi (Strange Towers of Hanoi)

Description Background Charlie Darkbrown sits in another one of those boring Computer Science lessons: At the moment the teacher just explains the standard Tower of Hanoi problem, which bores Charlie to death! The teacher points to the blackboard (Fig. 4) and says: “So here is the problem: There are three towers: A, B and C. […]

Web Vulnerability-XSS Theory and Shooting Range Test (1)

Actual Preliminary Statement The procedures (methods) involved in the article may be offensive and are only for security research and learning purposes. If readers use the information for other purposes, the user shall bear all legal and joint liability. The author of the article does not assume any legal and joint liability. 1. Briefly understand […]

Orange Pi 5 deploys chatglm2-6b model

Orange Pi 5 deploys chatglm2-6b model Environmental information: Deployment server: orangepi 5 16G version System version: Ubuntu 22.04.3 LTS Reference documentation: Use GPU acceleration to run LLMs on Orange Pi: https://zhuanlan.zhihu.com/p/650110025 Far ahead! I will take you step by step to deploy the Tsinghua AI language model using the domestic Orange Pi, comparable to GPT. […]

R language EG (Engle-Granger) two-step cointegration test, RESET, Granger causality test, VAR model to analyze the time series relationship between CPI and PPI…

Full text link: http://tecdat.cn/?p=31108 As basic indicators for measuring inflation, the relationship and transmission mechanism of consumer price index CPI and producer price index PPI have always been core issues in macroeconomic research. (Click “Read the original text” at the end of the article to get the completecode data) . Research on this issue obviously […]

[Orangepi Zero2 Allwinner H616] Driver serial communication

1. Basic understanding of serial port 2. Serial port electrical standards and protocol standards 3. Serial communication protocol 4. Using serial port communication in Linux system 5. orangepi zern2 two sets of serial ports 6. Serial test serialtest Modify the configuration file according to the manual According to the results, we know that the code […]

[Allwinner H616 uses the standard library to complete the self-made serial port library (implemented in separate files) orangepi zero2 (open source)].md update: 23/11/07

Article directory Note when playing with H616: Linux kernel version 5.16 and above, you need to manually configure the i2c-3 uart5 driver Configuration example When compiling by files, each file must be compiled together (separated by spaces) Example: ggc a.c b.c b.h -lpthread -lxxx..; Common commands View driver files View kernel detection information/hardware Use the […]