
The Chameleon X5 can be used in various multi-color applications requiring multiple motors to work together, such as Type-A, Type-B, and Type-C systems. It also includes the necessary fan/heating control and temperature detection circuits for heating and drying functions.
It is based on the STM32F407VET6 microcontroller and TMC2209 stepper motor driver chip, with each channel equipped with the necessary I/O interfaces for filament input/output monitoring and status indication (buttons and LEDs) to ensure stable feeding.
The optional 5-channel heating and drying function includes dedicated interfaces for fan control and heating elements, as well as NTC temperature measurement, and also supports I2C sensors, such as temperature and humidity sensors.
The X5 board needs an input voltage of 24v for both CAN and USB connection methods. This can be supplied via either the DC Barrel Jack or Microfit3 connector on the X5 I/O board.
The DC barrel jack is 5.5*2.1, and center-positive. This should be wired directly to 24v PSU of the printer.

| Barrel Jack | Value |
|---|---|
| RED | 24v |
| BLACK | GND |
The microfit3 is a 2x2 female connector. This connector allows both the 24v and GND connections, as well as the CAN data connections.

| Microfit3 | Value |
|---|---|
| RED | 24v |
| BLACK | GND |
| YELLOW | CAN H |
| WHITE | CAN L |
To use the Chameleon X5 on a USB connection, power the board with either the DC barrel jack or microfit3 connector and then connect the USB C cable from I/O board to the SBC (Raspberry Pi, Orange Pi, BTT Pi etc) of your printer.
To use the Chameleon X5 on a CAN connection. Use the microfit3 connector to supply both power and data using the diagram above to connect CAN H and CAN L to the corresponding CAN connection on your printer setup.





⚠️Waining
The USB 5V jumper is for facilitating firmware updates. Please remove this jumper cap when connecting a 24V power supply; otherwise, the onboard DC 5V will be directly connected to the USB 5V, and if the motherboard malfunctions, it may damage your USB host device.



Firmware flashing can only be performed after entering DFU mode.
How to get in DFU mode:
Command:
cd ~/klipper
make flash FLASH_DEVICE=0483:df11
For more documents including configuration information, please check https://github.com/FYSETC/CHAMELEON_X5