Mellow Fly Gemini V3¶
The Gemini V3 is a printer mainboard that incorporates both a host single-board computer running linux, and a MCU running klipper.
All ports inside the blue frame are controlled by the host, e.g.:
ZH1
,ZH2
,ZH3
,ZH5
and the FPGA Connector expose SPI- and UART-capable GPIOs on the host, for displays like the Fly TFT (or the BTT SPI TFT), an ADXL, but also custom uses from klipper or through the device tree of the host.- The left USB-C port (
USB3
) exposes an UART shell that shows the full boot log and allows root access to the system. CORE_FAN
is a switchable 5V port onPL2
(GPIO3
) on the host. If you want that fan to be always-on, the red pins next to it can be jumped for a constant 5V power.
Important Notes¶
- The
IC3
responsible for providing 5V power is aXL1509-5V
, which are usually rated at less than 2A current. That 5V rail will provide power to all exposed 5V ports on the MCU such as neopixels, endstops and probes (MCU and USB are powered by a different step-down converter). A single neopixel uses up to60mA
, two matchsticks + the 8 bed pixel might draw up to1.68A
. Consider not running them at full brightness. - Do not flip the switch to power off the system. Read Powering off
Important Links¶
- Mellow documentation for the Gemini v3 (might be broken in some browsers, works on Chrome/Firefox): https://mellow.klipper.cn/#/board/fly_gemini_v3/
- Pinout for the Gemini v3: https://github.com/Mellow-3D/Fly-Gemini-V3/blob/main/Hardware/Gemini_v3_pinout.svg (Mirror)
- Schematic for the Gemini v3: https://github.com/Mellow-3D/Fly-Gemini-V3/blob/main/Hardware/Gemini_v3_schematic.pdf (Mirror)