What Is a 2DOF Motion Simulator?
A 2DOF (two degrees of freedom) motion simulator moves on two axes: pitch (forward/backward tilt) and roll (side-to-side tilt). This creates the sensation of acceleration, braking, and cornering forces — all without needing the complex mechanics of a full 6DOF platform. It's the most popular entry point for DIY motion simulator builders because it balances cost, complexity, and immersion.
Key Components You'll Need
- Frame: Steel box section or aluminum extrusion, typically 40x40mm or 40x80mm profile
- Actuators: Two wiper motors, linear actuators, or DC motors with lead screws — one per axis
- Motion Controller: An Arduino-based board running SimTools-compatible firmware (e.g., Thanos AMC or similar)
- Motor Driver: IBT-2 H-bridge drivers or similar for controlling motor direction and speed
- Power Supply: 12V or 24V DC supply rated for your motor current draw
- Sim Software Interface: SimTools (free) to translate game telemetry into motor commands
- Seat & Harness: Racing bucket seat with shoulder harness to keep you secure during movement
Phase 1: Designing Your Frame
Before cutting any metal, sketch your layout. The seat must pivot on a central or rear fulcrum point for pitch, and on a center spine for roll. Key design considerations:
- Keep the center of gravity as close to the pivot point as possible to reduce motor load.
- Allow at least ±10° of pitch and roll travel for meaningful motion effects.
- Ensure all mounting points are reinforced — motion rigs experience significant cyclical stress.
Phase 2: Motor & Actuator Selection
Your actuator choice determines the feel and responsiveness of the rig. The two most common DIY options are:
- Wiper Motors: Cheap, widely available, and strong enough for light rigs. Best for rigs under 100kg total moving mass.
- Linear Actuators: Cleaner installation, self-contained, and available in various speed/force ratings. More expensive but easier to mount and control.
For a single-seat rig weighing around 60–80kg (seat + rig frame + occupant), a pair of 12V wiper motors running through lead screw mechanisms is a proven and cost-effective solution.
Phase 3: Electronics & Wiring
The typical control chain is: Game → SimTools → Arduino → Motor Driver → Motor. Each motor needs its own H-bridge driver board. Position feedback (so the controller knows where the platform is) is provided by potentiometers mounted at each pivot point.
Phase 4: Software Setup with SimTools
SimTools is the industry-standard free software for DIY motion simulators. It reads telemetry from hundreds of supported games and outputs serial commands to your Arduino. Key setup steps:
- Install SimTools and the game plugin for your title (iRacing, Assetto Corsa, MSFS, etc.)
- Configure axis assignments: which game output (surge, sway, heave) drives which motor
- Tune axis intensity and smoothing for each game profile
- Run the tuning center to calibrate your actuator travel limits
Safety First
Motion rigs can move fast and carry significant force. Always include:
- Hardware end-stop limits (physical bumpers) in addition to software limits
- An emergency stop button within easy reach
- A harness to prevent being thrown from the seat
Is It Worth Building Your Own?
A well-executed DIY 2DOF build can deliver motion quality comparable to commercial rigs costing several times more. If you enjoy fabrication and electronics, the build process itself is deeply rewarding. The community at XSimulator.net is an invaluable resource with thousands of documented builds.