Graduation design -- infrared imager based on single chip microcomputer

1 Introduction Hi, everyone, this is senior Dan Cheng. Today I'd like to introduce you to a very, very cool single chip microcomputer project Infrared imager based on single chip microcomputer It can be used in curriculum design or graduation design Technical solutions Design help:<Q>746876041 2 project introduction Does the ...

Added by verbalkint81 on Sat, 18 Dec 2021 08:06:36 +0200

Introduction to Android Things development, a collection of large factories

Demo display and hardware construction - light This is a demo of operating the LED to make it flash. We will introduce the basic methods of operating the hardware through this demo. Let's see the final effect first: [external chain picture transfer failed. The source station may have anti-theft chain mechanism. It is recommended to save the p ...

Added by arcticwolf on Fri, 17 Dec 2021 01:44:32 +0200

Hongmeng series I: startup process

Bootstrap   people who have experience in installing computer systems know the concept of BIOS. Little friends who have brushed Android phones have heard of Bootloader. What is the relationship between these concepts and mobile phone startup?   first of all, the operating system does not start directly when the computer or mobile ph ...

Added by Teh Unseen on Thu, 16 Dec 2021 23:58:23 +0200

Item 4: serial port printing ultrasonic ranging

1, Basic knowledge of serial communication 1. Serial communication interface of STM32. UART: universal asynchronous transceiver. USART: universal synchronous asynchronous transceiver. High capacity STM32F10x series chips, including 3 USART s and 2 UART S. 2. Connection mode between communication pin RXD and TXD 3. Communication data flo ...

Added by alan007 on Thu, 16 Dec 2021 23:29:50 +0200

STM32 problem record

1, The external crystal oscillator failed to start, resulting in abnormal serial port baud rate Model: stm32f407 In the development process, due to the design problems of wiring and conditioning circuit, the external crystal oscillator will fail to start. In stm32, when the external crystal oscillator fails to start, the internal high-spee ...

Added by heyjohnlim on Thu, 16 Dec 2021 22:39:32 +0200

[FatFs] common applications of file system

File system size The reason why it is not 6M is that there are directory and file information allocation tables, which will also occupy space. RTC is required for returning real-time time Equipment information acquisition Call the functions of the file system layer from the file system application layer. f_getfree: get free space Path, ...

Added by Gmunky on Wed, 15 Dec 2021 06:19:30 +0200

Learn stm32 from scratch

Chapter IV Section II Thinking: how to achieve the following functions? Serial port echoLED cycle flashing (1 second interval)Task 1 and task 2 will not interfere with each other interrupt When the system stops the currently running program and transfers to other services, it may be that the program has accepted a request higher than its o ...

Added by JCF22Lyoko on Sat, 11 Dec 2021 18:08:25 +0200

STM32F103C8 porting uC/OS-III

catalogue 1, STM32cubeMX generates HAL library files   2, Transplant μ COS III. results 4, Keil virtual simulation logic instrument analyzes serial port waveform   5, Observe the waveform using the real logic instrument SaleaeLogic16 6, References 1, STM32cubeMX generates HAL library files New project Configure PC13 as ...

Added by fenrir on Wed, 08 Dec 2021 23:27:39 +0200

uc/OS system transplantation and task implementation based on STM32F103

uc/OS system transplantation and task implementation based on STM32F103 1. Establishment of stm32cubemx project Select chip STM32C8 Configure RCC Configure SYS Set PB8 to GPIO_Output is used to light the LED lamp [PC13 is used later] Set serial port USART1 Project management: set the following options one by one Click GENERATE CODE ...

Added by Dujo on Wed, 08 Dec 2021 07:00:32 +0200

Clock RTC implements calendar reading, setting and output of STM32

1. Conceptual Relevance 1.RTC RTC, full name in English: Real-time clock, Chinese name: Real-time clock, refers to electronic equipment that can output real time like a clock. It is generally an integrated circuit, so it is also called a clock chip. Real-time clock chip is one of the most widely used consumer electronic products in dai ...

Added by sunnypal on Wed, 08 Dec 2021 02:13:40 +0200