-
#include "typedef.h" #include msp430g2553.h #include "TemDHT11.h" #ifndef _DHT11_TYPE #define _DHT11_TYPE //Connection port #define DHT11_Dir P2DIR #define DHT11_In P2IN #define DHT11_Out P2OUT #defi...[Details]
-
OFweek Cup · OFweek 2023 China
Robot
Industry Annual Selection (abbreviated as OFweek Robot Awards 2023) is jointly organized by OFweek, China's high-tech industry portal, and its authorita...[Details]
-
The ATmega16 chip has the following clock sources that are selected by Flash fuses: The clock is input to the AVR clock generator and then distributed to the corresponding modules. The different cl...[Details]
-
After learning about the STM32 SysTick clock (24-bit down counter) today, the summary is as follows: First, the SysTick clock contains the following four registers (1), STK_CSR address is 0xE000E010 ...[Details]
-
If you only know C51, you are OUT. Now companies also require you to know AVR, PIC and other microcontrollers, so I am starting to learn PIC now.
It's so simple, so easy! This is the first PIC microc...[Details]
-
During this period, masks have become a very scarce protective equipment. Doctors in the epidemic area are still not supplied enough, and the masks available to ordinary people are even more limi...[Details]
-
Huawei is about to launch the Mate X 5G phone in China, which is expected to be launched at the end of July at the earliest, while the overseas market will have to wait until September. It is reporte...[Details]
-
Most wireless systems, whether in commercial applications or in aerospace and defense applications, use multiple antenna technologies. These technologies include antenna diversity, MIMO (multiple inp...[Details]
-
The main function of the single-chip microcomputer is to control peripheral devices and realize certain communications and data processing. However, in certain specific occasions, mathematical op...[Details]
-
Simulation circuit diagram: #include mega48.h #include delay.h // DS18b20 Temperature Sensor functions #include ds18b20.h // Alphanumeric LCD Module functions #include alcd.h #define ADC_VRE...[Details]
-
Quietly, the smart cockpit has become one of the core elements of modern car design.
Although the question of how to define a smart cockpit has not yet been answered, it is certain that ...[Details]
-
Gangue is a solid waste discharged during coal mining and coal washing. It is a black-gray rock associated with coal seams during the coal formation process. There are more than 1,500 gangue mounta...[Details]
-
I recently used STM8F103 + SI4432 to tune the wireless, and encountered many problems. Here I refer to the experience of predecessors; 1. When the hardware board was given to me, the USB burning ca...[Details]
-
The last blog post introduced the USB CDC bootloader of PIC32MZ, but the USB CDC bootloader simulates UART communication and is slow. So I decided to use USB HID class to replace USB CDC class. It ma...[Details]
-
01. Introduction to vehicle-mounted thermal imaging
The vehicle-mounted thermal imaging system is an effective technology for enhancing the driver's vision. The thermal imaging system passivel...[Details]