This code allows characterizing pressure and stretch sensors by measuring:
- their resistance (with the Fluke 8846A digital multimeter)
- the force exerced on it (with the PCE DFG 500 force gauge)
The code uses processing, it can be downloaded here: https://processing.org
To run it, open this file:
evalCode/evalCode.pde
The measure program will generate csv files in the evalCode/data folder.
To analyse them, you can use the following R code:
evalCode/data/plot.r