Open source code force feedback steering wheel

Now i am trying to make a opensource ffb wheel base on adruino 1.8.10 (base on some projects on github that are not maintained)

The progress:

  • Leo can read encoder 2 phase without index Z.
  • PC recognizes Leo as FFB device.
  • Leo can send wheel report and receive ffb reports
    But there is a problem. The code run not stable.
    When I use Iracing Wheel Check, sometime it works, sometime wheel check is freeze when changing type of ffb.
    When freezing, i saw Both TX and RX are turn on.
    Maybe Leo send and receive at the same time. How to solve it?

It may be interesting to note down issues that are occurring in the repository to prevent anyone from trying to use and generating problem reports for known issues.

Hoantv:
Now i am trying to make a opensource ffb wheel base on adruino 1.8.10 (base on some projects on github that are not maintained)
GitHub - hoantv/VNWheel: Opensource FFB Wheel
The progress:

  • Leo can read encoder 2 phase without index Z.
  • PC recognizes Leo as FFB device.
  • Leo can send wheel report and receive ffb reports
    But there is a problem. The code run not stable.
    When I use Iracing Wheel Check, sometime it works, sometime wheel check is freeze when changing type of ffb.
    When freezing, i saw Both TX and RX are turn on.
    Maybe Leo send and receive at the same time. How to solve it?

That repository GitHub - hoantv/VNWheel: Opensource FFB Wheel does not exist appeared.

I replaced with other code!
Same repository.
Now have head ache with condition effect and periodic effect calculation.
Pwm i will add soon.

Nice, you are using ai_wave code parts or are a diferent project?

It is a different source code.

Hi Hoan,

I'm curious about the progress. Are you still using a leonardo or have you switched to a stm32?

I switched to stm32f4. And it worked well.

Already GUI for configuration!

Congratulations, very inspiring project.