Would it be theoretically possible to create a 'vibration module' for the Deck?
As mainly a console gamer over the years, I've become quite used to playing with a controller that has vibration. I feel that this is one thing the Deck is missing out on.
So I'm wondering if it's possible to somehow connect up a small vibration motor (externally) that can be connected to the Deck, and have it recognised as a controller?
Possibly more effort than it's worth but would be interesting to see if anyone has any ideas.
This may actually be the perfect solution! Internal vibration. Imagine playing Forza and feeling your insides jiggle as you accelerate through a corner. Possibly the closest thing to actually driving a car.
I'm in the work bathroom so I can't check, but I think you can crank the haptic settings up on the deck, maybe that might help hold you over.
it might actually be easier to replace the vibration motors in the deck with those for another controller. They could be a standard size, and other motors might fit. It all depends on how the motors are controlled electrically, and whether sufficient power could be sent to the new motors, and if so whether the electrical system can handle it.
The Deck doesn't use conventional motors for vibration like most controllers do, it uses a haptic feedback engine built into each touchpad that works more like a speaker than a traditional vibration motor (which is just a motor with a spinning weight attached). You can't really interchange these.
I always thought it would be a cool product idea to create a usb haptic feedback thing that attached to your desk, but no idea how you'd extract the vibration data unless you fake it based off of bass in the sound...
You could always use an external controller with haptics?
If the game has native support for controllers, maybe the USB pack could act as a controller and you "mirror" the controller input between both the pack and the deck itself?
Theoretically of course :D
The Software side shouldn't be that hard either so if you get the motor somehow connected you could get fancy rumble instead of the haptic feedback which you can currently enable.
As a programmer that has little to no idea how to program a driver, I think it's basically zero chance. It would take a LOT of research and learning. Define the problem, choose an appropriate language, choose and install the programming tools, learn how to program a device driver, learn about controller hardware, learn about Linux, learn the programming language, learn about Steam Deck, write code and test probably hundreds or thousands of times. If I were to wildly speculate I'd say it would be several months starting with basically zero knowledge but having time, will, and aptitude.
The hardware can be as simple as a microcontroller with two motor drivers. The software would require some work though as you would have to somehow redirect the vibration commands from the game to go to your custom motor driver rather than the built-in controller (or split it to both). The other issue is providing power to your contraption.
I tried adding RGB lights to my Deck and modded in a microcontroller board with some LED strips. I found an interface to send data from the Deck to my microcontroller to control the LEDs (using some I2C pins I found) but I ended up killing a chip on my Deck's motherboard by pulling too much power from the 5V rail on the controller PCB. Motors also consume a lot of power so finding a safe power source for this mod would run into the same issue.
If you do attempt such a mod, don't try to draw power for the motors off of the integrated controller PCB. You run the risk of overloading the supply for it on the motherboard, and repairing that is messy.
Most things are possible with enough effort but the question is if it would be worth it. You could potentially replace the weight the motor spins with one that's heavier but then you risk burning out the motor and I'm not sure how easy it would be to replace. Adding an additional motor to the back could work. Maybe you could use an Adruino in combination with the Steam Deck's USB C port?
I imagine without a fair amount of effort though you'd lose any kind of feeling of 3D vibration. Depending on where it's mounted as well you might see diminishing returns.
The Deck doesn't use a motor with a weight, it uses a vibration coil built into each touchpad that works more like a speaker. You couldn't just replace the motor or weight.