Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.86 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.86 KB

Warning: Still in progress to make this public friendly. Please be patience. Feel free to contact me (email on github profile).

Warning: If you decide to run this software, make sure you know what you are doing. Electrical fire and explosion can happen if hardware and software are not configured properly. I'm taking no responsibility of all your losses caused by running this software.

DIY Force Feedback Steering Wheel

Code name: wheel03-pico

  • Microcontroller: Raspberry Pi Pico
  • Motor: Hoverboard motor
  • Motor driver: 2x IBT-2 module
  • Position sensor: AS5600
  • Power supply: FSP 24V, but generic 12V 10A PSU will also works with voltage adjustment on code.
  • Motor control software: SimpleFOC
  • PC side software: https://github.com/suryavip/wheel01-pc and vJoy
  • Pedals: currently using Thrustmaster T3PA set

Data Communication Strategy

A bit unique because this microcontroller is not communicate directly with directX or any other game API. This microcontroller is just communicating to a software on the PC side via USB serial. The software on the PC side that will communicate with vJoy API, which then communicate to game API.

MicrocontrollerSoftware on PCvJoyGame.

More details are coming soon...

Thanks to