1. Do not share user accounts! Any account that is shared by another person will be blocked and closed. This means: we will close not only the account that is shared, but also the main account of the user who uses another person's account. We have the ability to detect account sharing, so please do not try to cheat the system. This action will take place on 04/18/2023. Read all forum rules.
    Dismiss Notice
  2. For downloading SimTools plugins you need a Download Package. Get it with virtual coins that you receive for forum activity or Buy Download Package - We have a zero Spam tolerance so read our forum rules first.

    Buy Now a Download Plan!
  3. Do not try to cheat our system and do not post an unnecessary amount of useless posts only to earn credits here. We have a zero spam tolerance policy and this will cause a ban of your user account. Otherwise we wish you a pleasant stay here! Read the forum rules
  4. We have a few rules which you need to read and accept before posting anything here! Following these rules will keep the forum clean and your stay pleasant. Do not follow these rules can lead to permanent exclusion from this website: Read the forum rules.
    Are you a company? Read our company rules

Starting out on my project

Discussion in 'DIY Motion Simulator Projects' started by Dicky, Apr 11, 2026 at 18:34.

  1. Dicky

    Dicky New Member

    Joined:
    Saturday
    Messages:
    3
    Balance:
    18Coins
    Ratings:
    +0 / 0 / -0
    My Motion Simulator:
    2DOF, Arduino
    Hi everyone, I'm new here and I'm just starting to build a 2DOF simulator with Arduino. Could someone please tell me where I should start? Thanks in advance for any advice.
  2. Dicky

    Dicky New Member

    Joined:
    Saturday
    Messages:
    3
    Balance:
    18Coins
    Ratings:
    +0 / 0 / -0
    My Motion Simulator:
    2DOF, Arduino
    Hi everyone, I've started this project. I'm about to test it with the SMC3, but nothing moves when I set it to motion or manual. Can anyone help me? Thanks to anyone who can give me some advice.
    Last edited by a moderator: Apr 13, 2026 at 00:19
  3. noorbeast

    noorbeast VR Tassie Devil Staff Member Moderator Race Director

    Joined:
    Jul 13, 2014
    Messages:
    22,172
    Occupation:
    Innovative tech specialist for NGOs
    Location:
    Tasmania, Australia
    Balance:
    154,648Coins
    Ratings:
    +11,190 / 57 / -2
    My Motion Simulator:
    3DOF, DC motor, JRK
    Can you please post pictures of all your SMC3 settings and detail the control hardware being used.
    Last edited: Apr 13, 2026 at 00:20
  4. Garrett

    Garrett Member

    Joined:
    Mar 14, 2026
    Messages:
    33
    Balance:
    189Coins
    Ratings:
    +19 / 0 / -0
    My Motion Simulator:
    2DOF
    I know you cant post photo's initially, but please do once the forum rules allow you to do so.
    • Agree Agree x 2
  5. Dicky

    Dicky New Member

    Joined:
    Saturday
    Messages:
    3
    Balance:
    18Coins
    Ratings:
    +0 / 0 / -0
    My Motion Simulator:
    2DOF, Arduino
    I'm building 2dof taking inspiration from scruck's tutorial, using arduino uno r3, two ibt7960 and angle sensors.

    I followed the SMC3 setup from the tutorial for motors 1 and 2:
    step 1;
    fpid/1;
    kp=300;
    Ki=0;
    Kd/Ks=1;

    Fpwm=20kHz;
    PWMmin=0;
    PWMmax/PWMrev=130;

    Max Limits=10;
    Clip input=200;
    Deadzone=0.
  6. noorbeast

    noorbeast VR Tassie Devil Staff Member Moderator Race Director

    Joined:
    Jul 13, 2014
    Messages:
    22,172
    Occupation:
    Innovative tech specialist for NGOs
    Location:
    Tasmania, Australia
    Balance:
    154,648Coins
    Ratings:
    +11,190 / 57 / -2
    My Motion Simulator:
    3DOF, DC motor, JRK
    Is the code set to Mode 2: https://www.xsimulator.net/community/threads/problems-with-my-simulator.15382/#post-207320

    If so, at what point in the setup steps did it fail to respond as expected, using the suggested settings?
    1. Disconnect the motor power supply
    2. Make sure Simtools is not running – we’re not ready for that yet!
    3. Wire up the Arduino (with SMC3 installed) to your H-Bridges and connect to your computer via USB
    4. Run the Windows SMC3 Utility software and make sure it communicates with the Arduino (There is no need to set baud rates, they are not configurable)
    5. Set the Kp, Ki, Kd, PWMmin, PWMmax, PWMrev to 0 for ALL motors (This will make sure the motors don’t move)
    6. Set Clip to 255 (you need to do this first) and Limit to 255 (This will give you plenty of margin if something goes wrong while setting up)
    7. Turn on the power to your motors – nothing should move at this stage!
    8. Set Kp to about 400
    9. Now slowly, increase PWMmax… at some point the motor should start to move. When it does check the “Green” feedback line is moving toward the “Blue” target position.
      • If it is then that motor and feedback is wired correctly - proceed to test other motors.
      • If it is moving away turn off motor power immediately (or quickly reduce PWMmax again). In this case you need to either reverse the wires to the motor being tested –OR– reverse the +5V and GND wires to your feedback pot for the motor being tested (do not do both). Restart the test from the beginning.
    10. Do the above for each motor