mortenfyhn / coffee-scales

⚖️ Scales for brewing coffee ☕
GNU General Public License v3.0
22 stars 2 forks source link

Log raw data for filter testing #53

Closed mortenfyhn closed 1 year ago

mortenfyhn commented 1 year ago

Here is some:

log.txt

This is from actually brewing a cup of coffee:

The log format is just MILLIS DATA (space separated) with milliseconds since device boot, and DATA being raw data from the load cell amplifier. The input to the filter is (DATA - offset) / scale, where the scale is 1874.f and the offset is whatever makes it zero in the beginning.