Pinout
Note
- This page lists the pinout of the FLY Tool-Lite 232 tool board after flashing Klipper firmware. The pin numbers are based on the product schematic.
UART/CSis the driver communication pin: it acts as UART when using TMC2209 and as chip selectCSwhen using SPI drivers; the same pin is multiplexed.ENis the enable pin. In Klipper configuration, it is typically active-low (with the!prefix inenable_pin).
Loading...
Driver Pins
| Driver | STEP | DIR | EN | UART/CS | Endstop |
|---|---|---|---|---|---|
| DRIVER0 | gpio24 | gpio23 | gpio29 | gpio25 | - |
Heating
| Function | Pin |
|---|---|
| Extruder heater | gpio6 |
Temperature Sensors
| Function | Pin |
|---|---|
| Extruder thermistor | gpio28 |
Supported Thermistor Types
The thermistor port supports NTC thermistors (100K) by default. It is recommended to configure sensor_type as Generic 3950.
List of built-in
sensor_typeoptions directly supported by Klipper and their applicable scenarios: Thermistor Configuration Guide
K-type thermocouples, PT100, etc., require additional conversion chips and cannot be connected directly to the thermistor port.
Fans
| Function | Pin |
|---|---|
| Part cooling fan | gpio13 |
| Heat sink cooling fan | gpio14 |
Accelerometer (SPI)
The accelerometer uses software SPI and requires three separate signal pins to be specified:
| Signal | Pin |
|---|---|
| CS | gpio9 |
| MOSI | gpio11 |
| MISO | gpio8 |
| SCLK | gpio10 |
Probe and Endstops
| Function | Pin |
|---|---|
| Generic Input 0 | gpio17 |
| Generic Input 1 | gpio20 |
| Generic Input 2 | gpio16 |
| Probe / Generic Input | gpio19 |
| HV-IN / Generic Input | gpio22 |
| BLTouch / Servo Control | gpio7 |
PWM
| PWM Function | Pin |
|---|---|
| BLTouch / Servo Control | gpio7 |
Loading...