Sie erhalten in Kürze eine Bestätigung per E-Mail.
Einfach neue Dokumente auswählen
und zuletzt Adresse eingeben.
Zur Hilfeseite »
AGB


This is a detailed technical paper on the Creality V2.2 Silent Motherboard (often referred to as the 4.2.2 or V2.2 board), focusing on its schematic layout, component identification, and functional block analysis. This document is intended for educational purposes, firmware development, and hardware troubleshooting.
The Creality V2.2 board is a capable 32‑bit silent controller for Ender‑series printers. Its design is simple, well‑documented by the community, and highly repairable. However, firmware developers and advanced users must be aware of:
With the provided pin mappings and power schematic, anyone can repair, upgrade, or port custom firmware to this board. Future revisions (V4.2.7) address most of these hardware quirks, yet the V2.2 remains a reliable workhorse for thousands of printers worldwide.
Always keep a copy of your original firmware and a reference photo of your board’s wiring – especially before unplugging anything.
Creality V4.2.2 32-bit mainboard is the standard factory board for the Ender 3 V2 and Ender 3 Pro. While versions may vary between "silent" (TMC drivers) and "non-silent" (A4988 drivers), the physical layout and pinout for connections remain nearly identical. Core Specifications : 32-bit ARM Cortex-M3 (STM32F103) running at 72MHz. : Supports 24V power input.
: Varies by batch; look for a letter on the SD card slot to identify: : HR4988 (Non-silent). : A4988 (Non-silent). : TMC2208 (Silent). : TMC2209 (Silent). Port Layout & Connection Guide
When looking at the board with the power terminals at the bottom-left, the ports are organized as follows:
Creality Board 4.2.2 and 4.2.7 Schematics - Configs - Klipper Creality V2 2 Board Diagram
The Creality V2.2 board Go to product viewer dialog for this item.
(often designated as version 2.2.x) is an 8-bit mainboard powered by the ATmega2560 processor. It served as a significant mid-cycle update for high-end Creality machines like the CR-10S, CR-10S Pro V2, and Ender 5 Plus.
Unlike standard Ender 3 boards, the V2.2 series was designed to handle more complex printer configurations, including dual Z-axis motors, filament runout sensors, and auto-leveling probes. Key Features of the Creality V2.2 Board Processor: 8-bit ATmega2560.
Stepper Drivers: Often equipped with TMC2208 "silent" drivers in its V2.2.1 iteration, though some variants used standard A4988 drivers.
Voltage Support: Typically operates on a 24V system, which provides more power to the heated bed compared to older 12V boards.
Expansion: Includes a dedicated 30-pin daughterboard connector for the CR-10S Pro series and D11 pins for BLTouch integration. Creality V2.2 Board Pinout & Diagram Overview
The layout of the V2.2 board is distinct from the 32-bit V4.2 series. Understanding the primary connections is essential for troubleshooting or upgrades. CR-10S with Mainboard V2.2 BL Touch - Thingiverse This is a detailed technical paper on the Creality V2
Creality V2.2 Motherboard (also referred to as the V2.2.1) is an 8-bit mainboard commonly found in printers like the Ender 5 Plus
. It serves as a central hub for controlling stepper motors, heating elements, and sensors. Technical Overview : Features an Atmega 2560 8-bit microcontroller. Stepper Drivers : Frequently upgraded to TMC2208 "Silent" drivers to reduce motor noise during printing. Voltage Support : Typically operates on but may support depending on the specific printer configuration. : Includes Thermal Runaway Protection
to automatically stop heating if temperatures become unregulated. Wiring and Pinout Configuration
The board layout is designed for easy "plug-and-play" installation for supported printers, featuring standard ports for: Axis Motors : Dedicated ports for X, Y, Z, and Extruder motors.
: Connections for limit switches that define the printer's home position. Accessories
: Includes a 12-pin header near the EXP2 port that can be used for connecting auto-leveling sensors like the
: Two available IO pins can be used for custom expansions, such as EZNeo LED strips The shared Z‑endstop / BLTouch probe pin
looking for pin layout of Cr touch and creality v2.2.1 board
When compiling Marlin 2.x for this board, use:
#define MOTHERBOARD BOARD_CREALITY_V422
(V422 refers to V4.2.2 board)
The Creality V2.2 board—widely mislabeled as the “4.2.2” silkscreen version—is the silent mainboard upgrade for the Ender 3 Pro, Ender 3 V2, and CR-10 series. It replaces the earlier 8‑bit boards with a 32‑bit ARM Cortex‑M3 architecture and TMC2208 (or TMC2225) stepper drivers in standalone mode. This paper provides a reverse‑engineered block diagram, pinout mapping, power distribution, and critical signal paths necessary for custom firmware (Marlin, Klipper), hardware repairs, and expansion modifications.
| Component | Function | Failure symptom | |-----------|----------|----------------| | F1 (PTC) | 24V input fuse (resettable ~6A) | No power at all | | MP1584 | 5V buck converter | No 5V -> blank LCD, no USB | | AMS1117‑3.3| 5V→3.3V LDO | No 3.3V -> MCU dead, boot fail | | D1 (diode) | Reverse polarity protection on 24V | PSU polarity protection |
Always verify 24V input polarity – red to
VIN, black toGND. Reversing will blow D1.
| Aspect | Score (out of 5) | |--------|-----------------| | Official diagram accuracy | 2 | | Community diagram quality | 4.5 | | Ease of finding diagrams | 4 (searchable) | | Usefulness for beginners | 3 | | Usefulness for advanced users | 4 |
If you are installing a BLTouch on the dedicated 5-pin port: