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 Arduino Joystick With FFBLibrary experience??

Discussion in 'Direct Drive Wheels' started by CNCModeller, Nov 8, 2022.

  1. CNCModeller

    CNCModeller New Member

    Joined:
    Nov 8, 2022
    Messages:
    2
    Balance:
    38Coins
    Ratings:
    +1 / 0 / -0
    Hi All,
    Just getting back into this and was looking for code options that give me more integrated solutions for arduino DD wheels.

    That being the case has anyone tried using the Arduino FFB library from YukMingLaw?

    https://github.com/YukMingLaw/ArduinoJoystickWithFFBLibrary

    Seems interesting and could be used instead of something like EMC, perhaps with a display and menu to allow setting parameters from the hardware rather than needing a separate host PC application.

    Any constructive thoughts would be much appreciated.

    All the best
    Barry M
    • Like Like x 1
  2. nosazik

    nosazik New Member

    Joined:
    Feb 5, 2022
    Messages:
    2
    Balance:
    13Coins
    Ratings:
    +0 / 0 / -0
    My Motion Simulator:
    DC motor, Arduino
    looks like they've already worked a lot on this subject, I know it's derived a lot from Vjoy and Freepie.
    here some examples https://github.com/njz3/vJoy
    https://github.com/jshafer817/vJoy
    https://github.com/shauleiz/vJoy
    https://github.com/cyberluke/vJoy
    https://github.com/AndersMalmgren/FreePIE
    https://github.com/MarijnS95/FreePIE
    https://github.com/cyberluke/FreePIE
    I believe maybe with the combination of vjoy + freepie and implementations with Odrive and Arduino other projects.
    Make it easy to use some additional encoders and use different drivers.