Open Source Automated Sheet Resistance Measurement equipment. This repository contains the GUI Java Software and Arduino firmware for Teensy 3.2. More information and links coming next.
Don't forget to add opencsv-3.8.jar, sp-core.jar, and sp-tty.jar in Java Build Path when building the project. Alternatively just run OS4PP.jar.
All required libraries is already included in the folder.
Use Arduino IDE to download the firmware into Teensy 3.2 board. Connect the Teensy 3.2 via USB cable and start OS4PP.jar in Java folder
- Teensy ADC Library - Teensy Arduino ADC Library
- Serial protocol - Serial protocol framing used for Java - Arduino communications
- Filter Library - Arduino Digital Filter Library
- OpenCSV - CSV parser library for Java
- SerialPundit - Serial port library for Java