|
|
|
|
|
by fake-name
402 days ago
|
|
The challenge is that while you can make a strain gauge out of just about anything, making them repeatable over temperature, humidity (in the case of hygroscopic materials, like PCB FR4) and repeated flexing is where it gets difficult. For this, while I'm sure it works, if the humidity and/or temperature changes, the same deflection will result in different readings. If you can calibrate it immediately before each use, or you don't care about absolute values, this is a completely valid option. "Real" strain gauges generally use a constantan resistive element to deal with the temperature variability, deposited on a plastic carrier film (typically polyimide). The film elements then get glued to the stress sensing member. They're fairly inexpensive too. |
|
The temperature coefficient of resistance of the strain element seems like a concern, though, and so do thermal EMFs. My kitchen scale zeroes when I turn it on, a procedure that should be able to cancel one of these two but not both. Maybe you could have a diode thermal sensor, as an MCXO does, to measure the temperature so you can cancel both?
This project seems to do the first-order temperature correction thing:
> The included sample firmware will wait until a serial console is opened, perform a 5 second offset calibration, then sample continuously at the lowest gain setting. The graph.py script can be used to display the output.
> For high sensitivity measurements, it's important to let the board reach a stable operating temperature for at least 5 minutes before calibrating.
The thing I intuitively worry about here is creep. Does FR4 creep enough to worry about? Normally you make strain gauge bodies out of steel because it doesn't.