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

Question Electronic part testing

Discussion in 'Ready, set, go - Start your engines' started by vitor brzozkowski, Dec 9, 2020.

  1. vitor brzozkowski

    vitor brzozkowski New Member

    Joined:
    Dec 8, 2020
    Messages:
    9
    Location:
    Brazil, Rio Grande do Sul
    Balance:
    56Coins
    Ratings:
    +0 / 0 / -0
    My Motion Simulator:
    2DOF, DC motor, Arduino, Motion platform
    I'm setting up the electronic part of my cockpit, but I don't have 30 days of registration on the website so I can't apply for the software license.

    I would like to know if you have any other software to perform the tests of the movements of the engines.

    Regards, Vitor
  2. noorbeast

    noorbeast VR Tassie Devil Staff Member Moderator Race Director

    Joined:
    Jul 13, 2014
    Messages:
    20,555
    Occupation:
    Innovative tech specialist for NGOs
    Location:
    St Helens, Tasmania, Australia
    Balance:
    145,148Coins
    Ratings:
    +10,780 / 52 / -2
    My Motion Simulator:
    3DOF, DC motor, JRK
  3. vitor brzozkowski

    vitor brzozkowski New Member

    Joined:
    Dec 8, 2020
    Messages:
    9
    Location:
    Brazil, Rio Grande do Sul
    Balance:
    56Coins
    Ratings:
    +0 / 0 / -0
    My Motion Simulator:
    2DOF, DC motor, Arduino, Motion platform
  4. noorbeast

    noorbeast VR Tassie Devil Staff Member Moderator Race Director

    Joined:
    Jul 13, 2014
    Messages:
    20,555
    Occupation:
    Innovative tech specialist for NGOs
    Location:
    St Helens, Tasmania, Australia
    Balance:
    145,148Coins
    Ratings:
    +10,780 / 52 / -2
    My Motion Simulator:
    3DOF, DC motor, JRK
    In the FAQs, you have a number of code options, depending on hardware choices, but I would suggest you start with SMC3, as it has a configuration app: https://www.xsimulator.net/community/faq/arduino-code-for-use-with-various-hardware-and-simtools.31/

    Also grab a copy of the SimTools manual: https://www.xsimulator.net/community/faq/rtfm-start-with-the-official-simtools-documentation.117/

    And peruse the member tips: https://www.xsimulator.net/community/faq/simtools-settings-tips-and-tricks.18/category

    In particular take note of the configuration tips for refining a motion profile: https://www.xsimulator.net/community/faq/steps-to-create-a-motion-profile.228/

    Please keep all future questions on your own dedicated build thread, as otherwise it gets way too difficult for members to follow and give advice.
    • Informative Informative x 2
  5. Zed

    Zed VR Simming w/Reverb Gold Contributor

    Joined:
    Apr 4, 2017
    Messages:
    1,044
    Location:
    USA
    Balance:
    5,834Coins
    Ratings:
    +1,043 / 4 / -0
    My Motion Simulator:
    2DOF, DC motor, JRK
    Hey Vitor, the Arduinos are a very popular collection of microcontroller educational/hobbyist/general purpose interface circuit boards.

    There are websites all over the web with lots and lots of background information, examples, experiments, etc. The examples and discussions here mostly assume a little familiarity with them but to learn more about Arduino, just do a web search and you will likely get more than you ever thought possible.

    Here is the Arduino “home”: https://www.arduino.cc/ There is a whole learning section with examples. I think most or all Arduinos interface to a PC with a USB cable for both programming them and using them as interfaces to hobbyist projects like motion control here. You can download the compiler environment there, see lots of examples, etc.

    Other resources for Arduinos, information, and accessory parts and pieces are:

    https://learn.sparkfun.com/tutorials/what-is-an-arduino/all

    https://opensource.com/resources/what-arduino

    https://www.adafruit.com/category/17

    The microcontrollers Arduinos are based on are very powerful and capable. The Arduino build environment makes them very approachable and pretty easy to use for many very different projects/applications. Between Arduino and Raspberry Pi (an even more powerful but used for other things full on computer) you can just about rule the world. ;-)
    • Informative Informative x 1
  6. vitor brzozkowski

    vitor brzozkowski New Member

    Joined:
    Dec 8, 2020
    Messages:
    9
    Location:
    Brazil, Rio Grande do Sul
    Balance:
    56Coins
    Ratings:
    +0 / 0 / -0
    My Motion Simulator:
    2DOF, DC motor, Arduino, Motion platform
    @Zed
    Well then, I have arduino and Raspberry-PI! but I find it easier to use the Arduino, as it has many more forums and explanations! Precisely because it is a cheaper device.