-
In the previous article, I wrote a simple GPIO running light test, which looked a bit monotonous. I was used to serial port debugging. If there was no serial port on the board, I had to find another ...[Details]
-
In 1952, Bell Labs built a 6-foot-tall automatic number recognition machine called "Audrey", which could recognize the pronunciation of the numbers 0 to 9 with an accuracy of more than 90%. And its...[Details]
-
Ouster LiDAR OS-1 (left) and OS-2 (center) Velodyne invented the modern 3D LiDAR scanner in the mid-2000s, but in recent years conventional wisdom has held that Velodyne’s design — 64 lasers mounted...[Details]
-
Table of contents: 1 Overview 2: Common interrupt functions 3: PWM output 1 Overview In development, timers are widely used, which can be simply summarized into three aspects: 1.1: Application of ...[Details]
-
/*----------------------------------------------- Name: DS18b20 temperature detection LCD display Forum: www.doflye.net Written by: shifang Date: 2009.5 Modification: None con...[Details]
-
In 2014, the production and sales of new energy vehicles in China exceeded 80,000 units, and the development trend is encouraging. In order to enable new energy enthusiasts and junior R&D personnel t...[Details]
-
#include #include #include "lcd12864.h" #define uint unsigned int #define uchar unsigned char #define MISO PINB.6 #define SCK PORTB.7 #define MOSI PORTB.5 #define CSN PORTC.0 #define CE PORTC.1...[Details]
-
Mobile phone battery charger program made by STC12C2052AD microcontroller #include stc12c2052ad.h #include intrins.h #define uchar unsigned char #define uint unsigned int sbit REF =P1^0; sbi...[Details]
-
/*34864 Chinese character library*/ // Connection of MCU //******************************************************** //p3= data port //p4--control port// p4.0 = rs //p4.1= r/w //p4.2= e //...[Details]
-
#include "MSP430x11x1.h" #define uint unsigned int #define uchar unsigned char //Device address uchar PCF8576=0x70; //Memory data definition uchar ByteCnt; //I2C data byte counter uchar S...[Details]
-
Σ-ΔA/D technology has the characteristics of high resolution, high linearity and low cost. Based on TI's MSP430F1121 microcontroller, this paper introduces a high-precision A/D implementation scheme ...[Details]
-
This article will introduce how to make an electronic keyboard using SPCE061A, and provide source code. If you have an experiment box from Lingyang University, it will be easy to complete, just a mat...[Details]
-
AES and Mitsubishi will use energy storage systems supplied by Fluence at a substation operated by Tata Power-DDL in Rohini, Delhi.
The project, expected to be completed later this...[Details]
-
Query mode, type the program, what do you see? The light is flashing, this is done by the timer, it is no longer the main program loop. ORG 0000H AJMP START ORG 30H START: MOV P1,#0FFH ; Turn ...[Details]
-
//********WAVE-E6000/T*************** //*MCU: AT89C51 * //*MCU-crystal: 12M * //********************************** #include reg51.h #include intrins.h #def...[Details]