[i=s]This post was last edited by freeelectron on 2022-7-13 20:02[/i]This article uses software and hardware I2C to drive a 0.96-inch OLED. Here is a picture:1. About the I2C interface of N32L43xTwo-w
I finally received the development board that I had been looking forward to. From the outer packaging, it is simpler than the previous GD32F350 development board. The following picture shows the packa
The chip model we used is MSP430FR5949IDAR, and the programming software is IAR. The text file generated by IAR is burned into the FRAM of the chip. After the device was running for about a month, it
1. Two types of collisions in RFID systems
Multi-tag collision (*)Multiple tags are in the field of the reader. When two or more tags send data at the same time, communication conflicts and data inter
The following code implements the two LEDs of the MSP430G2553 microcontroller to flash alternately#include msp430.h/*** main.c*/int main(void){WDTCTL = WDTPW | WDTHOLD; // stop watchdog timerP1DIR|=BI