# Nanjing University of Posts and Telecommunications Automation Science and Technology Association 2022 Teaching Platform
## Introduction
This project is the Nanjing University of Posts and Telecommunications Automation Science and Technology Association 2022 teaching platform, which is used for the 2022 embedded teaching of the Science and Technology Association of the School of Automation and Artificial Intelligence School of Nanjing University of Posts and Telecommunications.
## To realize the function
master control, Xuantejia Electronics STM32F401CCU6 core board is used to lead out all IOs, and separately lead out the power supply, serial port, IIC, reserved IO or matrix keyboard and other interfaces, equipped with a 0.96-inch SPI OLED display, potentiometer, RGB LED lights, passive buzzers, buttons and other common peripherals.
The PCB silk screen has already marked the required resistor values, making it easier for novices to solder. The IO connected to the peripherals has been marked to facilitate program development.
**Note: The LDO and chip capacitors on the back of the board do not need to be soldered by default. If the core board's built-in LDO burns out, it can be used as a replacement. The switch connects the IO port and 3.3V and requires an on-chip pull-down. **
## Component selection
### Microcontroller core board
model: STM32F401CCU6
**It is not recommended to purchase this item from other stores, otherwise it may be incompatible with the teaching board. **
Purchase link:
https://item.taobao.com/item.htm?spm=a230r.1.14.3.282f36fbeV9COw&id=612528369581&ns=1&abbucket=8#detail
Reference picture:

Reference price: 17 (free shipping)
### Screen
0.96-inch OLED display SSD1306 Seven-pin color does not matter, it is recommended to choose the welded pin header version
for reference pictures :
![image-20221005224210617.png]

Reference price:
8 (free shipping)
### The burner
can be DAP-Link or JLINK-OB (choose one).
Reference picture:
DAP-LINK
![image-20221005224417670.png ]

JLINK-OB
![image-20221005224550139.png]

Reference price:
DAP-LINK: 15
JLINK-OB: 16-24
### USB to serial port
ch340 module
reference picture:
![image-20221005224956611.png]

Reference price:
4 -5 yuan (free shipping)
This item can also be purchased from other stores with the same free shipping products and free shipping
## Project test
items have been verified by the board. After testing, all peripherals and interfaces work normally.
The peripheral test program uses CubeMX+Keil configuration, see the attachment for details.