Commit graph

5 commits

Author SHA1 Message Date
Rahix 115eecde4f temp: Don't exit on errors
Make the script slightly more robust by not stopping the monitoring when
an exception is raised.
2025-08-24 16:08:04 +02:00
Rahix 37b58a1529 temp: Also plot last raw value
To sanity-check the filtered result, also plot the raw value alongside
it each time.
2025-08-24 04:07:31 +02:00
Rahix 670576abf8 temp: Increase filter time
Increase the filter constant to 100s to smoothen the signal a lot.  For
online viewing, this is quite nice, but for acquisition, we should
probably look at the raw data...
2025-08-24 03:35:41 +02:00
Rahix 12753d93fb temp: Slow down reports
Only send a new report every 200ms to hopefully mitigate the serial port
glitches.
2025-08-24 03:21:46 +02:00
Rahix f46e58b4e8 temp: Rename script 2025-08-24 03:12:43 +02:00
Renamed from Misc/Temp-Monitor/firmware.py (Browse further)