Hi.
I'm currently building a throttle with buttons, switches, encoders and a TLE5011. At first I thought about using MMJoy2, but now that it is abandoned, Ejoy seems like a better solution. Problem is: I have no idea how to wire it. I experimented a little bit with an Arduino Pro Micro and MMJoy2, so I have a little bit of experience, but overall I'm fairly new to this.
Here is what I want to do:
- 1 TLE5011 for the throttle axis. I bought rel4y's PCB from OSH-Park (great work!), so I have Gen, SCK, CS, MISO, Gnd and VCC output pins
- 20 Buttons with LED, via SN74HC165 shift registers. (LED must use SN74HC164 or 74HC595, I guess?)
- 6 toggle switches, also via shift registers
- 6 encoders. I also bought rela4y's hardware debouncers, but I'm not sure if I need them.
- 1 or 2 thumbsticks
To complicate things, the STM32F103C8T6 is on of those "Black Pill" boards, which have a different layout than the older Blue Pill.
I'm grateful for any pointers.