Analog to digital conversion in the KADE miniConsole+ works by converting the input voltage to a number between 0 and 255.
Below is the typical configuration for a variable voltage divider.
(+)---|POT|-+-|RES|---(-)
|
|
|
(OUTPUT)
POT = Potentiometer (linear)
RES = Fixed value resistor
Both POT and RES should have the same value.
Atari Paddles use 1M pots (not grounded). So in order to use Atari Paddles with the miniConsole+, we just need an 1M resistor connected between GND and POT output. One for each axis. The Paddles cable adapters already have those 1M pull down resistors for the axis.
This configuration will give us voltage ranging from V/2 to V.
The (OUTPUT) signal is then connected to an ADC pin in the miniConsole+ that will convert the input voltage to the correct value.
Assuming the Atari yoke POTs are NOT grounded, (I could not find a schematic for it online, let me know if you find one) we just need a couple of pull down resistors of the same value of the POTs connected as the configuration above. The voltage would then still range from V/2 to V, thus, making the ADC driver to work as expected.
Conversion to the host systems (Wii, PS2, PS3, etc...) is done automatically and they are also mappable to any analog stick by using the neat application developed by Degenatrons!
I thought it was a good idea to expose this information now because this is how the analog driver used by the miniConsole+ works, so you guys can plan your projects ahead, way before the adapter is available!
