51 single chip microcomputer learning 2 -- making simple nixie tube electronic clock with DS1302

catalogue 1, Hardware circuit 2, DS1302 1.DS1302 overview 2.ds1302 control register  3.DS1302 sequence diagram (1) Byte Reader: (2) Byte writing program (3) Initialization procedure (4) Conversion time program III. nixie tube IV. main program 1, Hardware circuit   2, DS1302 1.DS1302 overview DS1302 is a trickle charg ...

Posted by nepeaNMedia on Wed, 26 Jan 2022 20:35:00 +0100

fatfs file system notes

Functions to be implemented for porting fatfs Interrupt priority When SDIO global interrupt and DMA interrupt are enabled at the same time, SDIO interrupt priority must be greater than DMA interrupt priority. Physical drives, logical drives, and volumes Physical drive is an entity. A hard disk is a physical drive, and an sd card is ...

Posted by dannyluked on Wed, 26 Jan 2022 15:00:29 +0100

STM32F103 five minute entry series SysTick tick timer + SysTick interrupt to realize the running lamp

Learning board: STM32F103ZET6 Push series: STM32F103 five minute introduction series (I) running lamp (library function + register) + Plus programming template + GPIO summary STM32F103 five minute entry series (II) seven registers of GPIO + GPIOx_LCKR function and configuration STM32F103 five minute introduction series (III) summary of commo ...

Posted by jlryan on Mon, 24 Jan 2022 18:34:36 +0100

vb6.0 (automatic identification of computer port number, supporting text, hexadecimal sending)

VB is visual programming, that is, drag some icon controls onto the programming board, and then write the implementation function of each button with code (such as what happens when you press the button) vb was very popular in the past few years and gradually faded out of people's vision in recent years, but it is very convenient to use it to ...

Posted by hsn on Sat, 22 Jan 2022 08:07:35 +0100

IC Test & verification practice - task brief 2020.11.13 - 2021.1.22

Recording IC Test & verification practice 2020.11.13 - 2021.1.22 Although it's been a long time hhh, I feel that I can sort out what I learned in my senior internship. The internship part is divided into two parts: Test (7 days to move bricks) & verification part (free study for more than 1 month) 1. Chip test (formed chip) 1.1 task 1 ...

Posted by Kurrel on Sat, 22 Jan 2022 06:10:55 +0100

Double closed loop (speed + angle) control of DC coded motor

catalogue 1. Therefore, the PID is roughly the block diagram 2. The formula of pid controller is 3. Sensor data acquisition 4. The hardware adopted is as follows (already in the open source of Lichuang) 5. Project configuration 6. Software program configuration 7. Parameter adjustment process record Cascade control system It is one of ...

Posted by jbrave on Fri, 21 Jan 2022 16:59:26 +0100

Temperature measurement with STM32 thermistor

1, Hardware STM32F103C8T6, thermistor sensor, OLED. 2, Introduction of thermistor sensor A DO output port outputs digital quantity, and outputs 0 or 1 according to whether the external temperature exceeds the threshold of the sensor; An AO port outputs analog quantity. The detection of temperature shall be realized through analog quant ...

Posted by johndale on Fri, 21 Jan 2022 03:59:17 +0100

Infrared remote control experiment

Introduction to infrared The visible light that can be seen by human eyes is arranged according to the wavelength from long to short, which is red (660nm), orange (610nm), yellow (585nm), green (555nm), green (500nm), blue (460nm) and violet (405nm). Light shorter than the wavelength of violet light is called ultraviolet, and light longer than ...

Posted by departedmind on Thu, 20 Jan 2022 23:25:11 +0100

STM32F103 SPI (pit Diary)

1.SPI protocol SPI is the abbreviation of Serial Peripheral Interface. It is a high-speed, full duplex and synchronous communication bus, and only occupies four wires on the pins of the chip. They are the following four MISO – Master Input Slave Output, master equipment data input and slave equipment data output;MOSI – Master ...

Posted by Synergic on Thu, 20 Jan 2022 20:14:19 +0100

[lora of STM32WLE5: 6. ADC of yizhilian LM40 Evaluation Board regularly collects and reports low-power processing]

preface PingPong routine has provided a complete low-power processing framework. Users only need to open the application low-power macro definition for testing. When expanding, users only need to add low-power processing in their own functional modules to complete the low-power processing of the whole project. It is very convenient and r ...

Posted by noirsith on Thu, 20 Jan 2022 16:20:52 +0100