Page 1 of 1

NXT evo joystick

Posted: Sat Mar 19, 2022 3:52
by bsod
How do I disable the hat switch component of the POV joystick? I'd like the depress to act as a normal depress so I can have that stick work as a sensor slew and designate

Re: NXT evo joystick

Posted: Sat Mar 19, 2022 4:07
by fallout9
You can program the center press button as TempoB, which will provide a short button press for whatever you want to program it to and a long button press to swap between analog and digital. You'll have to send the logical output of the short button press to an unallocated cell (41 in below example). Also, if you want for the ministick to start in digital mode (axes) just uncheck the POV mode on start option.

Re: NXT evo joystick

Posted: Sat Mar 19, 2022 4:48
by bsod
is there any way to fully disable the POV mode? as in completely remove it?

Re: NXT evo joystick

Posted: Sat May 21, 2022 7:05
by lxstang
I would like to completely disable POV as well.

Re: NXT evo joystick

Posted: Sat May 21, 2022 19:45
by fallout9
Then do exactly as above, but uncheck the Start as POV box. This way, the ministick will be by default in analog mode and you'll have a short press on the center button. Just don't do the long press so it won't switch to digital mode.

Re: NXT evo joystick

Posted: Sat May 21, 2022 21:48
by lxstang
I understand what was explained before.

Is there a way to completely disable the POV? I want to use the center button as press and hold and for it not to switch to POV mode. Completely disable the POV. Is that possible?

Re: NXT evo joystick

Posted: Sat May 21, 2022 22:20
by fallout9
In this case you could just set the center press button of the ministick as a regular button or anything else other than uSSw.

Re: NXT evo joystick

Posted: Sun May 22, 2022 18:43
by lxstang
Awesome. Thanks.