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

Uno controller help

Discussion in 'SimTools compatible interfaces' started by patde, May 6, 2011.

  1. patde

    patde New Member

    Joined:
    Apr 25, 2011
    Messages:
    2
    Balance:
    0Coins
    Ratings:
    +0 / 0 / -0
    Hello everyone,
    This is my 1st post and my 1st sim. I wanted to know if the Arduino Uno would work as a controller for a 2/6dof platform, I am just not sure if it will work with x-sim I have never done any programing. The parts I am looking at so far is the uno for the controller and Critical Velocity 28A, 5.5-30V PWM Motor Speed Controller (High Frequency) and w-motors. To start i will build a 2dof to learn but i really want the 6dof Stewart but don't we all. :lol:
    Thanks for any help
    Pat
  2. kubing

    kubing Member

    Joined:
    Sep 27, 2010
    Messages:
    259
    Occupation:
    teacher, Industrial electronic programmer
    Location:
    kelantan Malaysia
    Balance:
    350Coins
    Ratings:
    +0 / 0 / -0
    my advice...start with simple project like 2DOF , servo gauge, gear indicator then move on bigger one. 6 DOF need bigger uController at least 6 hardware PWM. Which can produce about 15khz to 20khz each. 6DOF servo only use 50Hz refresh rate so its not necessary to use hardware PWM. Make your simple project with timer interrupt, play with PID. Good luck. :hi:
  3. Frakk

    Frakk Active Member

    Joined:
    Apr 15, 2009
    Messages:
    1,144
    Balance:
    328Coins
    Ratings:
    +4 / 0 / -0
    First, do some programming. :)
  4. kubing

    kubing Member

    Joined:
    Sep 27, 2010
    Messages:
    259
    Occupation:
    teacher, Industrial electronic programmer
    Location:
    kelantan Malaysia
    Balance:
    350Coins
    Ratings:
    +0 / 0 / -0
    oh..am I scare him away? :(
  5. patde

    patde New Member

    Joined:
    Apr 25, 2011
    Messages:
    2
    Balance:
    0Coins
    Ratings:
    +0 / 0 / -0
    nope im still here. :) my plan was to build a 2dof sim to play with first, just a real easy one. Then i have a bunch of old rc parts laying around so i wanted to do a model Stewart platform before i got the welder out and all my cash. im good with all the hardware pwm motors linkage fabrication all that stuff its just the basic programing if the controller. The uno has 6 pwm outputs and a usb input. I guess the real question is if i plug this controller in to my computer will it be able to run alll 6 motors or survo's in real time, is there a controller that i should use like the layout from Tronic i dont mind building a pcb. I just don't want to buy something to collect dust on a shelf.
    thanks for the input so far
    Pat

    this is the description of the controller

    http://www.robotshop.com/arduino-uno-mi ... ler-2.html
  6. kubing

    kubing Member

    Joined:
    Sep 27, 2010
    Messages:
    259
    Occupation:
    teacher, Industrial electronic programmer
    Location:
    kelantan Malaysia
    Balance:
    350Coins
    Ratings:
    +0 / 0 / -0
    not matter 2 or 6 dof..there are big difference between servo purpose pwm and dc motor pwm. servo only use 50hz timebase .., DC motor like wiper motor use about 10khz-32khz. :yes:
  7. Frakk

    Frakk Active Member

    Joined:
    Apr 15, 2009
    Messages:
    1,144
    Balance:
    328Coins
    Ratings:
    +4 / 0 / -0
    You should visit the Arduino forums and tutorials for help. There are a couple topics on this forum too that worth checking out.