Single chip microcomputer course design - waveform generator

preface   this article is a single chip microcomputer course design written by myself. If you send this article, you should leave a small souvenir; If there is anything bad, please point out   the code of Keil C51 and the simulated Baidu network disk link of Proteus are put here   link: Point me jump point me point me poi ...

Posted by Aldark on Thu, 20 Jan 2022 11:38:02 +0100

Custom serial communication protocol_ one

Customize one master multi slave serial communication_ one This is a small record similar to the development log. This article mainly records a communication protocol based on serial communication customized in Bi Shuli. As for why I didn't use modbus, it's just because I didn't use it. Hardware foundation In general, there are three mai ...

Posted by Cramblit on Tue, 18 Jan 2022 09:37:54 +0100

[learning notes] STM32F1 general timer PWM (register, standard library, HAL Library)

catalogue 11. Universal timer PWM 1. Experiment contents and steps: 2. Hardware description 3. Explain the steps in detail 3.1 timer configuration 3.2 timer output PWM configuration 4. Program design (register) 5. Program design (Standard Library) 6. Program design (HAL Library) 7. Experimental results 8. Source code download   11 ...

Posted by zicco on Tue, 18 Jan 2022 06:36:34 +0100

K210 standalone C development

As the bare metal development foundation of K210 development board, the environment adopts cmake+vs code2019. For authority, please refer to the official development manual of Jianan. The problems in the article are inevitable. Welcome to discuss~ Basic routine Turn on the LED 1. Corresponding API in SDK The hardware pin and software fu ...

Posted by michalchojno on Tue, 18 Jan 2022 03:39:33 +0100

[LoRa# Series 2 of STM32WLE5, PingPong routine transplantation 1 of yizhilian LM401 evaluation board]

preface Record the process of building PingPong transceiver routine of STM32WLE5 module based on stm32subemx. The hardware platform is the blue LM401 LoraWan evaluation board of yizhilian, and the corresponding MCU model is STM32WLE5CBU6. PingPong routine has a complete data sending and receiving process, and is configured with ST's basic ...

Posted by pkallberg21 on Mon, 17 Jan 2022 08:43:46 +0100

MSP430F5529 DriverLib library function learning notes GPIO

Platform: Code Composer Studio 10.3.1 MSP430F5529 LaunchPad™ Development Kit (MSP‑EXP430F5529LP) Hard knowledge 1, MSP430 MCU port overview General I/O port is the most important and commonly used peripheral module of MSP430 single chip microcomputer. The general I/O port can not only be directly used for input / output, but also prov ...

Posted by natronp on Sat, 15 Jan 2022 00:23:42 +0100

STM32+HC-05 Bluetooth module learning and use

HC-05 Bluetooth serial communication HC05 module is a high-performance master-slave Bluetooth serial port module. It is a PCBA board integrating Bluetooth function. It is very convenient for short-range wireless communication. It can be seen from a treasure merchant that Bluetooth can be used in many ways. Here I use Bluetooth host connection ...

Posted by thyscorpion on Fri, 14 Jan 2022 19:06:47 +0100

Serial communication -- small test ox knife

1, Brief introduction of theoretical knowledge 1. Serial communication protocol and RS-232 standard (1) Brief description of serial communication protocol Serial communication refers to sending and receiving bytes by bit. Although the serial communication of bits and bytes is slow, the serial port can use one line to send data and anothe ...

Posted by micheal_newby on Thu, 13 Jan 2022 19:51:52 +0100

stm32 realizes the acquisition of temperature and humidity (AHT20) through I2C interface

Understand I2C bus protocol What is the I2C protocol? The I2C communication protocol (Inter Integrated Circuit) is composed of Phiilps Developed by the company, because it has few pins, simple hardware implementation and strong scalability, it does not need USART and CAN And other communication protocols are now widely used in the communic ...

Posted by SystemWisdom on Thu, 13 Jan 2022 18:55:52 +0100

Blue Bridge Cup MCU preliminary

Blue Bridge Cup MCU preliminary code basic framework preface The preliminary competition of Blue Bridge Cup single chip microcomputer gives me the feeling that on the basis of being familiar with the basic modules, combining the basic modules, and using interrupt and timer assistance at the same time, I can complete most functions. The ...

Posted by StefanRSA on Thu, 13 Jan 2022 17:35:52 +0100