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

News Force feedback system for xplane/p3d/msfs

Discussion in 'DIY peripherals' started by Arturo, Sep 20, 2023.

  1. Arturo

    Arturo New Member

    Joined:
    Sep 20, 2023
    Messages:
    6
    Balance:
    53Coins
    Ratings:
    +11 / 0 / -0
    My Motion Simulator:
    Arduino
    [​IMG]


    I have been building a piper comanche home cockpit for p3d the last years:
    You can see a quick tour here:


    Then I wanted to add force feedback yokes. I disliked comercial solutions like brunner because I wanted to use my own real yokes.
    And forces in p3d/xplane through the simulator api are not very good. P3d is not usable, and you need to add Fsforce to get right forces.
    I saw bffsimulation system but it is not currently avaliable.

    So I thought I could try to build my own system.
    I have built a central box with a Teensy 4.1 and my own code. It receives data from xplane, compute and drive the whole force feedback system. Now I am going to add p3d/msfs support.

    You connect for each axis. Central box support aileron, eleveator and rudder:
    -Encoder. Several types supported. I am using pd3806
    -Motor driver. Several supported, PWM_R/PWM_L/enb - Dir/pwm etc.. I am using cytron 30A but bts 7960 work fine too.
    -Motor. Using MY1025/MY1016 24v using 12v

    And you can connect buttons or pots to trim, and servo or galvanometer indicators.
    Everything calibrated in the central box.

    Here is the result:



    I have learnt a lot in this forum reading, but I never wrote. So it is the moment.
    and I want to thank the forum for what I have learned from reading here.
    I still have a lot to learn

    Attached Files:

    • Like Like x 6
    • Winner Winner x 1
  2. Kido0529

    Kido0529 New Member

    Joined:
    Mar 15, 2025
    Messages:
    1
    Balance:
    16Coins
    Ratings:
    +0 / 0 / -0
    My Motion Simulator:
    DC motor, Arduino
    Hello, your setup looks immaculate btw, I'm currently working on a similar project, do you mind sharing the code and wiring diagram?