Measure resistance value between all nodes in a 3×3 resistor grid

arduinomeasurementresistanceresistorsvoltage measurement

I have a Schematic like that:
Schematic

(except the power supply is an Arduino Uno with a voltage divider to measure resistance between any pair of ABC and 123, except C3 of course)

How can I get the resistance between all nodes (the resistance of every single resistor) in the grid, when I only measure between ABC and 123? All resistors are unknown.

Best Answer

Normally you'd do it by setting up the equations and solving for the unknowns.

But in this case it's impossible.

The two resistors in the top left are in series, and there's no measurement point between them. That means that you can only get the combined resistance of the pair, with no way to separate it into its component resistances.