-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use library without touch sensitive motor faders #13
Comments
If you use the latest version, you can set the
However, that's not enough: if the Arduino doesn't know that you're touching it, how does it know when to turn of the motor? In its current form, the software will just work against you when you try to move it, which kind of defeats the purpose. You could add some logic to enable the controllers only when the reference changes, with some kind of lock-out system, and then detect when the user stops moving the fader by looking at the analog input. |
Hi, thanks a lot for your reply! Maybe I will shift around by introducing an additional push button for every fader. Using a D-FLIPFLOP I will produce a switch behaviour. If I set the Touch pin to VCC I can change the fader position by hand. After that I press the button again and then the PIN will set to LOW --> Motor fader is controlled by command. Does this make sense for you? |
Hi,
first of all: It is a fantastic library and I am very happy that I found it.
One question regarding the library: Is it possible to use this library without touch sensitive motor faders?
My existing ALPS faders do not have such an "Touch" pin.
Do you have any tipps for me how to proceed? Or would you suggest that I should buy new faders.
(However, I have already 16 faders, therefor I do not really like to throw them away....)
Thanks in advance!
Best regards
Fabian
The text was updated successfully, but these errors were encountered: