Issues with Populating Active Calibrations in Experimental Setup Dashboard

Thanks, Brandon. If anyone else encounters a similar issue in the future, here’s what worked for me:

  1. Updating the calibrations.json File: I first referred to a previous post and used the calibration code snippet provided there. I copied and pasted this snippet into my calibrations.json file located on my Raspberry Pi.
  2. Issue with NaN Readings: After updating calibrations.json, I noticed that the Temperature and OD readings on the GUI were displaying as NaN. This is similar to side effects mentioned in the comments of the same post.
  3. Fixing the NaN Issue: The solution came from updating the config.yml file. Specifically, I used the version from evolver-electron v2.0.1. After updating, the NaN issue was resolved, and the GUI readouts now display correctly.
1 Like