Pin Distribution
- This page lists the pin distribution of the FLY-DP5 mainboard after flashing Klipper firmware. The pin numbers are based on the mainboard schematic.
UART/CSis the driver communication pin: used as UART when using TMC2209, and as chip selectCSwhen using SPI drivers such as TMC5160. The same pin serves both functions.ENis the enable pin, typically active low in Klipper configuration (enable_pinwith a!prefix).DIAGis the driver diagnostic signal pin. When using sensorless homing, configure the correspondingdiag_pinaccording to the table below.
Driver Pins
The FLY-DP5 provides 5 driver ports:
| Driver | STEP | DIR | EN | UART/CS | DIAG |
|---|---|---|---|---|---|
| DRIVER0 | PC15 | PC14 | PC2 | PC13 | PB4 |
| DRIVER1 | PA1 | PA0 | PA2 | PC3 | PB3 |
| DRIVER2 | PA5 | PA4 | PA6 | PA3 | PD2 |
| DRIVER3 | PC5 | PC4 | PB0 | PA7 | PB5 |
| DRIVER4 | PB10 | PB2 | PB11 | PB1 | NC |
Before starting, completely shut down the printer and disconnect the power supply. Do not plug or unplug wiring harnesses, organize interface wiring, or touch terminals while the power is on.
For rows in the table where the corresponding driver DIAG is not -, the driver's DIAG is connected to the corresponding input port on the main controller. When enabling sensorless homing, configure diag_pin directly according to the table. The corresponding input port will be occupied by the DIAG signal, so do not connect mechanical or optical endstop switches at the same time. Drivers without a listed DIAG correspondence cannot be configured for sensorless homing directly according to the table.
SPI Bus
SPI drivers such as the TMC5160 use the mainboard's hardware SPI bus. Configure spi_bus: spi2 in the configuration; there is no need to separately configure the MOSI/MISO/SCLK pins:
[tmc5160 stepper_x]
spi_bus: spi2
cs_pin: corresponding driver's UART/CS pin
Detailed explanation of software SPI, SPI speed, etc.: SPI Configuration Method
Endstops and Probe
| Function | Pin | Corresponding Driver DIAG |
|---|---|---|
| Endstop Port 0 / IO0 | PB4 | DRIVER0 |
| Endstop Port 1 / IO1 | PB3 | DRIVER1 |
| Endstop Port 2 / IO2 | PD2 | DRIVER2 |
| Probe | PB5 | DRIVER3 |
Heating
| Function | Pin |
|---|---|
| Heater Port 0 | PC6 |
| Heater Port 1 | PC7 |
Temperature Sensors
| Function | Pin |
|---|---|
| Thermistor Port 0 | PC0 |
| Thermistor Port 1 | PC1 |
The thermistor ports support NTC thermistors (100K) by default. The recommended sensor_type configuration is Generic 3950.
List of
sensor_typeoptions built into Klipper that can be directly connected, and their applicable scenarios: Thermistor Configuration Method
K-type thermocouples, PT100, etc., require additional conversion chips and cannot be directly connected to the thermistor ports.
Fans
| Function | Pin |
|---|---|
| Fan Port 0 | PC8 |
| Fan Port 1 | PC9 |
PWM
The FLY-DP5 provides 1 PWM output, which can be used for servos, fan speed control, etc.:
| Pin | Remarks |
|---|---|
| PA8 | Servo / BLTouch control |
BL-Touch
| Function | Pin |
|---|---|
| Servo signal | PA8 |
| Probe signal | PB5 |
Driver RGB
- Please note that this is not separately brought out | Pin | Remarks | | :----: | :----: | | PB7 | Driver RGB |