MSP430F5529 DriverLib library function learning note comparator B Comp_B
Platform: Code Composer Studio 10.3.1 MSP430F5529 LaunchPad™ Development Kit (MSP‑EXP430F5529LP)
Hard knowledge
Introduction to comparator B
The comparator B module contains the comparison function of up to 16 channels and has the following characteristics: inverting and in-phase input multiplexers; comparator output programmable ...
Added by djmc48 on Mon, 03 Jan 2022 15:07:15 +0200
MSP430F5529 DriverLib library function learning notes SPI and screen
Platform: Code Composer Studio 10.3.1 MSP430F5529 LaunchPad™ Development Kit (MSP‑EXP430F5529LP)
Hard knowledge
Synchronization mode of USCI
SPI overview
SPI (Serial Peripheral Interface) is the abbreviation of Serial Peripheral Interface. It is a synchronous full duplex communication protocol. Usci of MSP430F5xx/6xx Series MCU_ A a ...
Added by jack5100nv on Mon, 03 Jan 2022 10:57:14 +0200
Usage record of font chip GT20L16S1Y
1. Chip basic information
16x16 dot matrix Chinese character library chip GB2312 GB simplified Chinese characters (including legally authorized by the state beacon Commission) and ASCII characters are supported The arrangement format is vertical and horizontal SPI serial bus interface Calculate the address of the word library in the chip th ...
Added by maxsslade on Tue, 28 Dec 2021 22:08:02 +0200
[14] open62541 use _serverto add custom data types and use
brief introduction
The data type is different from the variable type. The variable type is based on the data type. We usually create variables using the variable type. Generally speaking, custom data types are structures. Mainly refer to open62541's own example.
target
Add custom structure types to the Server as data types and use them. ...
Added by MiCR0 on Fri, 24 Dec 2021 22:48:49 +0200
Analysis of ESP32 GPIO external interrupt Principle & GPIO external interrupt practice
Analysis of ESP32 GPIO external interrupt Principle & GPIO external interrupt practice
Reading suggestions:
it has a certain Cortex-m architecture and Xtensa ® 32-bit LX6 architecture knowledge base.
software environment
VSCODE-ESP32-IDF4.3 plug in versionLVGL project for ESP32
hardware environment
ESP32-D2WD
External in ...
Added by oskom on Sat, 20 Nov 2021 11:22:57 +0200
ESP8266-NodeMCU Project: ESP8266-NodeMCU+Blinker+DHT11+Little Love
Misplaced Experience: ESP8266 NodeMCU
Preface
after Previous Project And later learning, I feel I can start a new project Liao. So, I suddenly have an idea: beside me, there is not only an ESP8266-NodeMCU (a board that can be connected to the Internet), but also a DHT11 sensor to see if the data can go to the cloud. This is also an imp ...
Added by julian1 on Sun, 03 Oct 2021 19:27:28 +0300
Arduino SimpleFOC Library - Introduction - 002
Motor driver settings
The library supports the processing of BLDC driver BLDCDriver3PWM and BLDCDriver6PWM classes, as well as the processing of stepping driver StepperDriver4PWM classes.
BLDCDriver3PWM Class object:
Number of pins of phase A, B and Cenable pin number (optional)
#include <Arduino.h>
#include <SimpleFOC ...
Added by harrisonad on Sat, 02 Oct 2021 20:43:13 +0300