I'm trying to make a steering wheel for some games and I want to find out can the arduino press a button slightly so it doesn't have to press the button with a higher rate?
can the arduino press a button slightly
do you mean using the arduino to physically control a button? with the right actuator it's possible. what's the button though? most of the ones I know of are ON or OFF - there is no "lightly" touch. Joystick would be something with more movement
you could measure the length of time a button is pressed or turn the steering wheel only while a button held down. presumably there is a left and right button.
There are multi step buttons that connect different connections as the button is pressed.
Idahowalker:
There are multi step buttons that connect different connections as the button is pressed.
Got a link? I've never heard of such a button.
SteveMann:
Got a link? I've never heard of such a button.
Have a look at the "Canon N3 Camera Remote Shutter Release Cable Cord"
it's something you use to take pictures without touching your camera. A soft press is used to focus, and a hard press takes the picture. (like the shutter button on Reflex cameras)
When you open those up, it's very low tech (hence the price ):
you have three metallic blades lined up with a small separator
and attached a different places
so when you "soft presss" you get blade 1 and 2 to connect and when you hard press blades 1,2 and 3 are touching each other.
You get three wires to the unit (green, blue, red) and you can handle green+blue as a "soft" momentary push-button and green+red as "hard" push button (blue getting activated too along the way).
So may be there are similar constructs out there serving different purpose... Never seen any though
(images from my (French written) tutorial on how to Control your Camera (Canon) and a Cobra Flash with Arduino)
Look up, "2 stage buttons".
This is all very amusing, but we don't actually know what the OP actually wants to do
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.