BenchPod pin-out
Where everything is on the board, and what each pin does. Both diagrams look down at the pod in the same orientation, so the LA1 corner of the header points at the SMA end in each of them.
J1 — the logic-analyzer header
A 2×10 header carrying the LA channels plus power, ground and CAN. Even pins run down one side and odd pins down the other, with pin 1 (LA1) at the bottom right — the square pad, at the ADC/DAC end of the board. The pod has no role-named pins: there is no pin marked SWCLK, so you choose which channel carries which signal and record that mapping in your test.
Eight of the twelve channels carry a fixed bias network, and they do not all pull the same way — LA7 and LA8 pull down. Each is switched in and out individually; all of them are off (high-Z) at boot.
| LA channel | Network | Value | Good for |
|---|---|---|---|
LA1, LA2 | pull-up | 4.7k | Open-drain buses — an emulated or real I2C bus goes here |
LA3, LA4 | pull-up | 2.2k | |
LA5, LA6 | pull-up | 10k | |
LA7, LA8 | pull-down | 10k | Holding a line low by default — a boot-mode or enable strap |
LA9 – LA12 | none | — | Anything that must float — nothing biases these |
The resistors hang off +3V3 rather than the LA bank rail, so the pod engages them only while the bank is at 3.3 V — at 1.8 V an enable is refused and anything already on is released. In a test, pins.has_pullup(n) and pins.has_pulldown(n) answer this per channel rather than hard-coding it.
Connectors on the board
The same view, zoomed out to the whole pod:
- Top edge — the RJ45 jack (wired Ethernet, the pod's primary network interface), the USB connector that carries the console, and a green 5V out screw terminal: positive on the left, negative (the black lead) on the right.
- Right edge, towards the top — two green screw terminals. The upper one is the
0–20 Voutput; the one below it is the input, which accepts5–20 V. Both have GND on their lower pin. - Bottom edge — four SMA connectors, left to right: the
0–3V3DAC, the0–5VDAC, the±12VDAC and the±30VADC. - Left edge, middle — J1, the LA header above, with LA1 at the corner nearest the SMA end.