aeroelectrolight / OpenFFBYoke

Force feedback yoke for flight simulation with arduino leonardo
GNU General Public License v3.0
11 stars 3 forks source link

Information on Hardware? #1

Open filipre opened 4 years ago

filipre commented 4 years ago

Hi! Could you provide some information on the hardware of this force feedback yoke or this project in general? Are you building a joystick or a yoke? Is it for racing games or flight simulations? What kind of hardware (motors, controller board, etc.) does it use? I'd love to hear more from this project. Best René

cristianooliveirasilva commented 4 years ago

hello I can't compile the error, help me please SendInputReport((s16)turn,(u16)brake, macro "SendInputReport" requires 5 arguments, but only 4 given(u16)accel,buttons);

cristianooliveirasilva commented 4 years ago

Arduino: 1.8.13 Hourly Build 2020/02/19 03:33 (Windows 7), Board: "Arduino Leonardo"

RFRWheel: 194: 59: error: macro "SendInputReport" requires 5 arguments, but only 4 given

     SendInputReport ((s16) turn, (u16) brake, (u16) accel, buttons);

                                                            ^

exit status 1 "SendInputReport" macro requires 5 arguments, but only 4 given

This report would have more information with "Show detailed output during compilation" option can be activated in "File -> Preferences"

aeroelectrolight commented 4 years ago

Hello filipre, I haven't had time to talk about all this hardware information yet. Very quickly, this project is for flight simulations. 2 axes forcefeedback. But usable with a joystick or a yoke. I updated the master branch, in the current state of progress of the project. I will put in some time information concerning the hardware on my site: www.aeroelectrolight.fr in french. Best regards

filipre commented 4 years ago

Ah, alright. Thanks for the update! I will monitor your site. An open-source force feedback yoke/joystick is VERY exciting. Both regarding software and hardware. Best René