Smoothie has up to 6 MOSFET controls (6 on 5X, 4 on 4X, and 2 on 3X).
The MOSFETs act as switches to ground: loads must be connected between the power source and the MOSFET switched terminal.
When the MOSFET is switched on, power will be applied to the load.
When the MOSFET is switched off, power will be removed, because one load terminal will be essentially disconnected and current cannot flow.
The exception being inductive load ‘flyback’ switching transients, discussed above.
Connect your PSU to the power input connector for those FETs (providing power to the load), and connect your power-consuming element (be it heating element, spindle, etc.) between the power output terminal and the MOSFET terminal.
Smoothie connects/disconnects the element’s ground as needed to maintain temperature or as requested by G-codes.
There are three main pairs of MOSFETs on the board:
Big MOSFET pair: Their outputs are labeled P2_7 and P2_5 on the schematic, the input connector for them is found between them. They are found on the 4X and 5X boards. To power those MOSFETs, you need to provide them with power by wiring their power input to the power supply.
Small MOSFET pair: Their outputs are labeled P2_6 and P2_4 on the schematic, the input connector for them is found by their side, between P2_6 and P1_23. They are found on all of the boards. To power those MOSFETs, you need to provide them with power by wiring their power input to the power supply.
Mixed MOSFET pair: Their outputs are labeled P1_22 and P1_23 on the schematic. The pair is called “mixed” because it consists of one big MOSFET and one small MOSFET. They do not have a specific input, they take power directly from VBB (the Stepper motors power input described in the Stepper Motors chapter). To power those MOSFETs, you need to provide them with power by wiring their power input (which is the same as the one for the stepper motors) to the power supply.
MOSFETs list:
MOSFET group | MOSFET name | Controlling pin | Output connector | Input method | Voltage | Current |
---|---|---|---|---|---|---|
Big MOSFETs | First big MOSFET | 2.7 |
X15 | Big MOSFETs power input X13 | 12-24V | 12.5A max |
Big MOSFETs | Second big MOSFET | 2.5 |
X10 | Big MOSFETs power input X13 | 12-24V | 12.5A max |
Small MOSFETs | First small MOSFET | 2.4 |
X7 | Small MOSFETs power input X6 | 12-24V | 3A max |
Small MOSFETs | Second small MOSFET | 2.6 |
X8 | Small MOSFETs power input X6 | 12-24V | 3A max |
Mixed MOSFETs | Third big MOSFET | 1.23 |
X16 | VBB (motor) input | 12-24V | 12.5A max |
Mixed MOSFETs | Third small MOSFET | 1.22 |
X9 | VBB (motor) input | 12-24V | 3A max |
+
on that connector to +
on your PSU, and -
to -
on the PSU.
Never use the big MOSFETS for more than 12.5A (and monitor connector and MOSFET temperatures at that current use, too much heating can be a sign of a bad wire connection), and the small MOSFETS should never be used for more than 3A.
Trying to power a 40W (or more) hotend cartridge heater at 12V with the small FETs will destroy them, usually locking (melting) them to the “ON” state (shorted) and possibly destroying the circuitry driving the MOSFET gate.
If you need to control more than 12 Amps, you cannot do it with one of the MOSFETS on board, however, you can use a Solid State Relay.
For information see the Solid State Relay Appendix on this page.