I am doing a midibox64 implementation and want to connect a few encoders .. I am using the ones SmashTV sells on his site. By default when I connect them to DIN, they send sorta random messages.. basically cause of the nature of the encoder, it sends both pins at the same time for every turn … i tried editing the tables file .. i am also using smashtv’s version of the DIN module so all the pinouts as they appear in the wikis and such don’t really apply (but are close enough). Am i correct in understanding that if I have 2 encoders connected to chip #2 on the only din i have going in then it should read like this:
ENC_ENTRY 2, 6, MIOS_ENC_MODE_DETENTED
ENC_ENTRY 2, 4, MIOS_ENC_MODE_DETENTED
the rest of them are EOT entries.. as I play with these, i get various results (sometimes what the encoder sends is garbage on all channels).
I have also tried midibox_lc and 64e all with the same results…
for those who know which encoder it is i’m using, i’m connecting the middle pin to ground and the outside pins to the the various din pins.
I tried MB64, 64E and LC - none of them could get my encoderes to work
can someone post the EXACT steps invovled to getting 1 encoder working completely in either 64 or 64E (including any necessary code changes and pin-for-pin soldering using 1 encoder like the type sold by SmastTV ) ??