diff --git a/src/notes/5-measuring-mash-temperatures/assets/1.png b/src/notes/5-measuring-mash-temperatures/assets/1.png new file mode 100755 index 0000000..de68de8 Binary files /dev/null and b/src/notes/5-measuring-mash-temperatures/assets/1.png differ diff --git a/src/notes/5-measuring-mash-temperatures/note.md b/src/notes/5-measuring-mash-temperatures/note.md index c0c7bd8..7c461a3 100644 --- a/src/notes/5-measuring-mash-temperatures/note.md +++ b/src/notes/5-measuring-mash-temperatures/note.md @@ -1,4 +1,6 @@ -# Measuring mash temperatures with custom equipment +# Measuring mash temperatures with custom equipment 🍺 🌡️ + +![alt-text](@asset/1.png) For yesterdays brew I wanted to improve something in the brewery, namely having a dedicated thermometer so I don't have to steal the one from the kitchen. I looked at what I had at home to see what I could build for cheap and dug up an old nodemcu, the esp8266 variant and remembered that I set it up with esphome sometime last year. After a quick check at the esphome documentation I found out that esphome supports the dallas ds18b20 temperature sensor which I have one of at home already but i picked up a couple more since in knew I wanted to be able to measure multiple things at the same time.