Matrix Input Board¶
The Pinball Forge Matrix Input Board provides 64 inputs per board.
Note that in a matrix like this the columns and rows are connected together through a diode, like this:
Row Connectors (J0-J7)¶
The board provides eight row connectors. The pin-out of each is:
COL
— Column.ROW0
— Row 0.ROW1
— Row 1.ROW2
— Row 2.ROW3
— Row 3.ROW4
— Row 4.ROW5
— Row 5.ROW6
— Row 6.ROW7
— Row 7.
SPI Connector (J8)¶
The slave board communicates with the master through the SPI connector. It has the following pin-out:
+5V
— 5V Power (optional)GND
— Ground (optional)- (not connected)
LOAD
— Load- (not connected)
- (not connected)
MISO
— Master In, Slave OutMOSI
— Master Out, Slave InSCLK
— Serial ClockCS
— Slave Select
Note: When power and ground are not connected/present on the SPI connector, they must be provided through the power connector.
Power Connector (J9)¶
The slave board can get power through either the SPI connector or the power connector. The power connector has the following pin-out:
+5V
— 5V Power- (not connected)
GND
— GroundGND
— Ground
Note: The connector is not necessary when you power the board through the SPI connector.
Columns Connector (J10)¶
The columns connector can be used to connect one or more rows and columns together directly. The pin-out is:
COL0
— Column 0COL1
— Column 1COL2
— Column 2COL3
— Column 3COL4
— Column 4COL5
— Column 5COL6
— Column 6COL7
— Column 7
Rows Connector (J11)¶
The rows connector can be used to connect one or more rows and columns together directly. The pin-out is:
ROW0
— Row 0ROW1
— Row 1ROW2
— Row 2ROW3
— Row 3ROW4
— Row 4ROW5
— Row 5ROW6
— Row 6ROW7
— Row 7
Assembly¶
This board has no specific assembly instructions.
TODO¶
- Fix SPI Input and Output connectors (MOSI and MISO)
- Put SPI-10 connectors at fixed position on the board so it can be chained with, e.g., Solenoid Output Board.