counterchemists / Poly-Characterization

Software for evaluating properties of conductive/resistive materials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Polymerization Characterization

What?

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)

How?

Measures

The code uses processing, it can be downloaded here: https://processing.org

To run it, open this file:

evalCode/evalCode.pde

Evaluation

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

About

Software for evaluating properties of conductive/resistive materials


Languages

Language:Processing 93.3%Language:R 6.7%