Setup information for PHYS142 Faraday's Law lab.
One iOLab with the 10 turn coil wrapped around the body and plugged into the g+ and g- (hi gain) inputs on the device.
This file needs to be present in the root directory of the IoLab software to increase the number of significant figures in the display of the recorded magnetic fields.
file name = config.json
{
"earthMagneticFieldZ": -48.55,
"sensors": [
{
"code": 12,
"desc": "High Gain",
"shortDesc": "HG",
"label": "G+ - G-",
"unit": "mV",
"legends": ["Voltage"],
"numberOfDigits": { "mean": 5, "sigma": 5, "area":5 },
"scales": [-1, 1],
"autoScaleY": false
}
]
}