# Supported controllers

SimHub offers support for a growing number of motion and feedback controllers. While not every device is supported out of the box, the platform includes native integration for several popular controllers and provides flexible options for integrating custom or unsupported hardware through serial or UDP output.<br>

* Thanos AMC : [link](https://www.thanos-motion.com/products/thanos-amc-controller-rgb-v1-4/)
* Thanos T4U : [link](https://www.thanos-motion.com/products/thanos-4-u/)
* Thanos AMC MDBOX and Open Hardware (Discontinued)
* VNM Controller : [link](https://vnmsimulation.com/vnm-motion-controller)
* PT-Actuator CAN Controller : [link](https://www.pt-actuator.com/)
* SimHub DIY belt tensioner : [link](https://www.simhubdash.com/diy-belt-tensionner/)
* SMC3 controller : [link](https://www.xsimulator.net/community/threads/smc3-arduino-3dof-motor-driver-and-windows-utilities.4957/)
* Trak Racer 3DOF Motion System support  : To be released
* Thermaltake GM5 3DOF Motion System support : [link](https://www.thermaltake.com/gm5-3dof-motion-system.html)
* Cammus Dynamic racing simulator : To be released
* Dyadic SCN5/6&#x20;
* Configurable serial output for DIY or unsupported controllers : [how to](/motion-addon/supported-controllers/generic-serial-controller.md)
* Generic UDP output for DIY or unsupported controllers \*
* And more incoming !

**If needed simhub can support controllers aggregation :** Multiple controllers can be used to provide a single motion platform and motion experience

> **\* Note:** Some controllers may require custom configuration or firmware. If your hardware is not listed, it may still be possible to integrate it using the generic serial or UDP output features — but only if the communication protocol is known and documented. Integration requires either manufacturer-provided documentation or a clear understanding of how the device expects to receive data.

Some Controllers presets are available separately in respect of their own licence or future proof warranty reasons : [Repository](https://github.com/SHWotever/SimHubMotionPresets)

* SimFeedback-AC-Servo controller (SFX100)

#### Not Supported (and unlikely to be)

These controllers use closed or proprietary protocols and/or do not allow (new) third-party software integration:<br>

* Next Level Racing Motion Platforms
* Motion Systems (e.g., Qubic System)
* DBox
* ProSimu (PRS Range), older "SCN5/6 based" ProSimu are supported
* Simrig.se
* Simxperience (Gseat, GBelt,  etc ...)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://manual.simhubdash.com/motion-addon/supported-controllers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
