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

Showroom BOSeTAMPER 's Compact Steward Rotary Servo 6DOF SMC3 base for Go Kart (Complete)

Discussion in 'DIY Motion Simulator Projects' started by prophet.id, Mar 19, 2025.

  1. Dr_B

    Dr_B New Member

    Joined:
    Oct 29, 2023
    Messages:
    8
    Occupation:
    Mechanical engineer
    Location:
    United States
    Balance:
    69Coins
    Ratings:
    +4 / 0 / -0
    My Motion Simulator:
    2DOF, 3DOF, DC motor, Arduino
    Thank you. I was planning on using it as a simple analog output, just like the 3 wire hall effect pots I’ve been using. I could also double the voltage pretty easily with opamps. One of my hobbies is designing and building analog synthesizers so I have hundreds of opamps. That way you can actually adjust the output magnifier (or decrease) factors on the fly with trim pots. I was trying to be a little lazy and use the voltage output directly without any code or mods. But your suggestion is valid and much appreciated
  2. Dr_B

    Dr_B New Member

    Joined:
    Oct 29, 2023
    Messages:
    8
    Occupation:
    Mechanical engineer
    Location:
    United States
    Balance:
    69Coins
    Ratings:
    +4 / 0 / -0
    My Motion Simulator:
    2DOF, 3DOF, DC motor, Arduino
    Thank you for the quick reply. You’re a really good resource here. And your espresso tamper is very slick!
  3. prophet.id

    prophet.id BOSeTAMPER's Rotary Servo 6dof Build

    Joined:
    Mar 11, 2024
    Messages:
    71
    Balance:
    343Coins
    Ratings:
    +36 / 0 / -0
    My Motion Simulator:
    DC motor, Arduino, Motion platform, 6DOF
    You can use it as 'analog 3 wires' exactly like a rotary potentiometer. This is the way on my setup, literally like a drop-replacement to a potentiometer.

    In regard to simplicity, I don't think you need to add an op-amp at all. Just program it on the chip, or just change the value on the SMC code line, to get the full scale while physically moving less than a full turn.
    But if you want to have fun in adding op-amp, that is great :)
  4. Gadget999

    Gadget999 Well-Known Member

    Joined:
    Dec 27, 2015
    Messages:
    2,026
    Location:
    London
    Balance:
    12,353Coins
    Ratings:
    +498 / 11 / -0
    My Motion Simulator:
    2DOF, DC motor, Arduino, 6DOF
    AnalogRead()

    Will give you a number between 0 and 1024 for 0 to 5v

    The 0-180 degree sensor will give 5 v at full range

    A 0-360 degree sensor will give 2.5v at 180 degree rotation

    So when you do the analogread() just multiply the number x 2
    • Friendly Friendly x 1
  5. Dr_B

    Dr_B New Member

    Joined:
    Oct 29, 2023
    Messages:
    8
    Occupation:
    Mechanical engineer
    Location:
    United States
    Balance:
    69Coins
    Ratings:
    +4 / 0 / -0
    My Motion Simulator:
    2DOF, 3DOF, DC motor, Arduino
    This is very helpful, thank you so much. It's a great group of people here, knowledgeable and helpful.
  6. Garrett

    Garrett Member

    Joined:
    Mar 14, 2026
    Messages:
    60
    Balance:
    351Coins
    Ratings:
    +31 / 0 / -0
    My Motion Simulator:
    2DOF
    I use wheel chair motors in a 2 DoF sim. They came with a 36:1 gear ratio and it functions fine but you will feel the gear backlash. One downside of the cheaper motors.

    But very interested in your build, thinking of also trying a 6 DoF using wheel chair motors.
  7. Dr_B

    Dr_B New Member

    Joined:
    Oct 29, 2023
    Messages:
    8
    Occupation:
    Mechanical engineer
    Location:
    United States
    Balance:
    69Coins
    Ratings:
    +4 / 0 / -0
    My Motion Simulator:
    2DOF, 3DOF, DC motor, Arduino
    yes, they work great with the cheap IBT2 controllers. As long as you improve the cooling shortcomings on the IBT2s. I add fins on both sides of the board and use 24V high flow fans per 2 controllers. I will keep the group updated. Here’s a few pics. Those motors are CM808-110B. Heavy duty versions. eBay seller Xi’s sells them for $35 each free shipping in US
    Power supply is 1500W 24V for 2 motors, total of 3 for the 6DOF build

    Attached Files:

    • Like Like x 1
  8. Garrett

    Garrett Member

    Joined:
    Mar 14, 2026
    Messages:
    60
    Balance:
    351Coins
    Ratings:
    +31 / 0 / -0
    My Motion Simulator:
    2DOF
    That fan set up will keep the IBT's nice and cool.

    What is the max current rating of the power supplies?
  9. Dr_B

    Dr_B New Member

    Joined:
    Oct 29, 2023
    Messages:
    8
    Occupation:
    Mechanical engineer
    Location:
    United States
    Balance:
    69Coins
    Ratings:
    +4 / 0 / -0
    My Motion Simulator:
    2DOF, 3DOF, DC motor, Arduino
    1500W at 24V so max is about 62A for two motors. Although I would not trust anything beyond 50A continuous per power supply. I have 25A blade type fuses going to each motor, just in case
    • Like Like x 1