jaromir-sukuba / J-SMU

DIY source-measure unit
130 stars 30 forks source link

What is SMU?

In case you don't know what is SMU, take a look here Basically, it's glorified power supply, able to both source voltage (and measure current, with current limit) or source current (and measure voltage, with voltage limit), usually in wide range of voltages and currents. It usually works in four quadrants, meaning it's able to both sink and source power. When set to zero output voltage, SMU acts as ammeter and when set to zero current, acts as voltmeter. It's very useful as general purpose PSU with precise setpoint adjustment, as a tool for measuring high resistances, for testing semiconductors in wide range of voltages or currents. You can do all this things using classic lab tools (PSU, ammeter, voltmeter, switches), SMU offers this all in single package and is designed to be interconnected with computer to automate the tasks.

What is in this repository?

What is JSMU?

JSMU is open source implementation of SMU, inspired by Keithley 236 and Dave Erickson's DIY SMU

How to use it?

User and calibration guide is in the process and will be released soon(TM).

Parameters:

JSMU is designed to work as standalone device, but can be connected to computer via USB, and controlled via simple commands in SCPI form, similar to Keithley 2xxx series SMUs.

More pictures can be found in imgur gallery

FAQ

Q: I noticed you used AT90S4434, made in 1999 as controller for your analog board.

Q: dsPIC33FJ128GP306 is also weird choice here

Q: What is the point of using 14-segment alphanumeric display in 2021, when many test instruments are using graphic LCDs with touchscreens?