this is my first post on this forum, i just start to play with Arduino and i just enjoy this for now.
I start to work on a boat rudder for my project.
I have to build a real boat rudder for an installation an build with unity a "game development tool" a little simulator to control the boat direction. This rubber must return a value to unity to indicate the direction chosen by the user.
My difficult is really more about the hardware to use to build the rudder, it should be on metal but what kind of sensor i should use to connect to this Arduino device. I already test a little slip ring but it doesn't work like expected.
If any one have an idee i really appreciate it thanks !
I think you want to create something that looks and feels like a boat tiller, for use as a human input device to control a game.
I suggest the easiest way to do that would be to get an ordinary USB joystick and attach it to your tiller handle so that the tiller moves the joystick. You can design the attachment so that the tiller handle is only free to move in one direction if you want. How you make and mount the tiller handle is entirely dependent on your fabrication skills.
No Arduino or other DIY electronics required, and I expect your game will already have provision for joystick input.
It will be connected to a pc throw the arduino device. Unity have a plugin called uniduino that can send and receive serial signals.When the user turn the "gouvernail" the background picture on the screen turn to like in a real boat "The picture will be a 360 video.
That would be a "helm wheel" in a boat, or a "steering wheel" in a car.
You can use a shaft encoder (rotary encoder) to detect either the absolute angular position of the wheel, or whether it is rotated by some amount. See Rotary encoder - Wikipedia
Yes.
A simple quadrature encoder can be made with some aluminium tape on a drum and two opto sensors.
Speed of turning does not matter you just need direction which is done easilt with a logic gate.