Ls30 rotary to usb

esoteric_rt

Newbie
Credits
34CR
I'm trying to find a solution myself to connect a set of LS-30's. It seems those Ultimarc encoders are long gone and the best option still available today is the GP-Wiz40 from Groovygamegear
 

Fantazia2

Active member
vacBacker
Feedback
13 (100%)
Credits
2,052CR
Since then there are usb versions
I will look into it and see if any on the market look possible.
Needs the 13 I/0’s that sees to be the short coming

It doesn't need 13 inputs, it's actually only 12 inputs and ground, but the Arduino versions only use 3 or 4 inputs.

Every 3 or 4 connections are daisy chained together so when you turn the stick the inputs get switched

1 2 3 1 2 3 1 2 3

Or in the opposite direction

3 2 1 3 2 1 3 2 1

And from that the code on the Arduino can tell which direction the stick is being turned in and send the same key presses as the ultimarc controller does, or whatever mapping you want to use.

I'm pretty sure the version you've linked works like this with the daisy chaining of the Switches done on the PCB before it hits the inputs.
 

Retroman839

Senior Member
vacBacker
Feedback
12 (100%)
Credits
6,480CR
It doesn't need 13 inputs, it's actually only 12 inputs and ground, but the Arduino versions only use 3 or 4 inputs.

Every 3 or 4 connections are daisy chained together so when you turn the stick the inputs get switched

1 2 3 1 2 3 1 2 3

Or in the opposite direction

3 2 1 3 2 1 3 2 1

And from that the code on the Arduino can tell which direction the stick is being turned in and send the same key presses as the ultimarc controller does, or whatever mapping you want to use.

I'm pretty sure the version you've linked works like this with the daisy chaining of the Switches done on the PCB before it hits the inputs.
Attiny 85 has 8 inputs it’s only like £3
 
Last edited:
Top