Thanks, Brandon. If anyone else encounters a similar issue in the future, here’s what worked for me:
- Updating the
calibrations.jsonFile: I first referred to a previous post and used the calibration code snippet provided there. I copied and pasted this snippet into mycalibrations.jsonfile located on my Raspberry Pi. - Issue with NaN Readings: After updating
calibrations.json, I noticed that the Temperature and OD readings on the GUI were displaying asNaN. This is similar to side effects mentioned in the comments of the same post. - Fixing the NaN Issue: The solution came from updating the
config.ymlfile. Specifically, I used the version fromevolver-electron v2.0.1. After updating, theNaNissue was resolved, and the GUI readouts now display correctly.