Running the Pi4J Smoke Test on a breadboard works, but it is fragile: every time the setup is rebuilt, a wire ends up in the wrong column, a jumper is not fully seated, or a sensor falls over. To make the smoke test fast and repeatable, and easy to hand to a contributor, we designed a dedicated PCB that turns the whole wiring table into a single board.
The full story of how the board was designed is described in this blog post and the accompanying video.

The board reproduces every connection from the smoke test wiring table:
The board was designed in EasyEDA Pro and manufactured by JLCPCB, which integrates directly with EasyEDA.
The design files are available in the pi4j-test/pcb directory of the Pi4J repository, so you can order the board yourself or modify the design.
The directory contains the following files:
.epro) — the complete source design. Import it into EasyEDA Pro to open the schematic and PCB layout, modify the board, and order it directly through the built-in JLCPCB integration (or export Gerber files to order at another manufacturer)..xlsx) — the Bill of Materials listing every component, its quantity, and the matching LCSC part number, used when having the boards assembled (PCBA)..xlsx) — the component positions and rotations used by the assembly machine..pdf) — a human-readable overview of all connections..step) — a 3D export of the board, for example to design an enclosure.The minimum order quantity at JLCPCB is five boards. The 40-pin GPIO header is a through-hole part that is easy to solder yourself if it’s not available, so it does not need to be included in the assembly.
If you have feedback on the design, or ideas for what should go on a future revision, open a discussion on the Pi4J GitHub or find us on Slack.