No description
Find a file
2023-01-30 08:52:29 -05:00
assets 📝 Add README 2023-01-29 15:19:26 -05:00
contrib Fixup submodules 2023-01-29 15:06:31 -05:00
scripts 🎉 Initial Commit 2023-01-29 15:01:07 -05:00
src ️ Tweak websocket timing and threads 2023-01-30 08:52:29 -05:00
.gitignore 🎉 Initial Commit 2023-01-29 15:01:07 -05:00
.gitmodules 🎉 Initial Commit 2023-01-29 15:01:07 -05:00
CMakeLists.txt 🎉 Initial Commit 2023-01-29 15:01:07 -05:00
LICENSE 🎉 Initial Commit 2023-01-29 15:01:07 -05:00
README.md 📝 Add README 2023-01-29 15:19:26 -05:00

brewserver-lcd

EG's Brewserver

This is the latest incarnation of my Brewserver. This is the core of the brewserver, that runs on a Raspberry Pi 3b.

This program:

  • reads temperatures (fermenter, ambient) from two Dallas '1-wire' DS18B20 temperature probes via sysfs
  • controls two relays (freezer, heater) via GPIO pins 23 & 24
  • displays status on a repurposed '12864' 3d printer LCD screen (a ST7920) via GPIO SPI
  • provides a simple http web api and status updates via websocket