Science-y sourdough
I'm dissatisfied with the liveliness of my sourdough starter. I think the temperature is too low. So I made a container with a heat source, and put the starter in there:
Including enough smarts to run a control loop and keep the temperature optimal.
Writing code for a PID loop wasn't too hard. Lots of good examples, including XXX's work.
Here's the response to a change in target temperature while I was tuning the parameters:
chatGPT had some advice on adding fuzzy logic control to account for non-linearities. I haven't implemented that yet.
Comments
Post a Comment