/      日本語

Pin Assignments of Extremely Simple! Standard App

Functions of pins used by the Extremely Simple! Standard App
Functions and arrangements of pins used by the Extremely Simple! Standard App (App_Twelite)

Pin Assignments

Pin Assignment Table

Pin Assignment Table

Pin NameFunction
VCC GNDPower Input
DIx AIxDigital/Analog Input
DOx PWMxDigital/Analog Output
TX RXUART
SCL SDAI2C
Mx BPSConfiguration Input
RSTReset Input

Power Input

Connect a 3.3V (2.3-3.6V) power supply to VCC/GND.

Digital and Analog Input/Output

DIx/DOx, AIx/PWMx pins transmit signals synchronously with matching pin numbers.

DigitalAnalog
Input on DIx → Output on DOxInput on AIx → Output on PWMx

Serial Communication

UART

TX/RX are used for UART transmission and reception. Specifically, they are used in the following cases:

I2C

SCL/SDA pins are used to connect I2C target devices.

Configuration Input

By leaving the Mx pins unconnected or connecting them to GND, you can switch operation modes such as parent, child, and repeater (Operation Modes).

By leaving the BPS pin unconnected or connecting it to GND, you can change the UART baud rate from 115200bps to other values (Alternative Baudrate).

Reset Input

By connecting a push button between the reset input pin RST and GND, you can implement a reset button. RST is internally pulled up.