| | RE: how can I get "manual" input into my RCX? Marco Correia
|
| | With 3 touch sensors = 3 "bits" = 1+7 possible states/combinations 000 = none pressed 001 = 1 pressed 010 = 2 pressed 011 = 1+2 pressed 100 = 3 pressed 101 = 1+3 pressed 110 = 2+3 pressed 111 = 1+2+3 pressed or you can use a rotation/angle sensor as (...) (22 years ago, 11-Apr-03, to lugnet.robotics)
|
| | |
| | | | RE: how can I get "manual" input into my RCX? Lars Gjerløw Jørgensen
|
| | | | Marco Correia's utterance expressed in news:000d01c30037$06...porcel.pt: (...) What a great idea! why haven't I tried that yet?? Fun things to do with a rotation sensor :) I mainly use it for distance measuring and crane-boom-control. Shame on you! (...) (22 years ago, 11-Apr-03, to lugnet.robotics)
|
| | | | |
| | | | | | Re: how can I get "manual" input into my RCX? Darin Johnson
|
| | | | (...) You don't even need a rotation sensor. You could turn a dial, and for each position a touch sensor is pushed. Ie, for a typical clock style, you gear things up so that for one rotation of the dial the touch sensor is pushed 12 times. A ratchet (...) (22 years ago, 11-Apr-03, to lugnet.robotics)
|
| | | | |
| | | | | | Re: how can I get "manual" input into my RCX? Stephen Edwards
|
| | | | (...) That's a clever idea. For those who don't want to build such a device, you can get away with even less: two buttons (i.e., two touch sensors). You can model the interface after the cascading menus that many electronic devices have. Basically, (...) (22 years ago, 14-Apr-03, to lugnet.robotics)
|
| | | | |
| | | | | | Re: how can I get "manual" input into my RCX? Mario Ferrari
|
| | | | (...) It works with a single touch sensor as well: use single clicks for the "next" function, and double clicks to mean "enter". The method is described in my book too, when talking about the Chess Visual Interface. Ciao Mario (22 years ago, 24-Apr-03, to lugnet.robotics)
|
| | | | |