a modular ESP8266/ESP32 + MAX31855 based logging thermometer https://huskee.gay/projects/therminator
Find a file
2024-01-18 16:33:40 +02:00
.vscode Initial commit 2023-12-12 18:26:14 +02:00
data Add support for multiple sensors and credit popup 2023-12-24 19:23:51 +02:00
enclosure Add enclosure and PCB files 2024-01-18 16:33:40 +02:00
include Add simple web interface 2023-12-13 18:32:12 +02:00
lib Initial commit 2023-12-12 18:26:14 +02:00
schematics Add enclosure and PCB files 2024-01-18 16:33:40 +02:00
src Add support for multiple sensors and credit popup 2023-12-24 19:23:51 +02:00
test Initial commit 2023-12-12 18:26:14 +02:00
.gitignore Add enclosure and PCB files 2024-01-18 16:33:40 +02:00
LICENSE Initial commit 2023-12-12 18:00:46 +02:00
platformio.ini Improve ESP32 support 2023-12-24 01:24:04 +02:00
README.md Add logo 2023-12-24 19:29:17 +02:00
therminator_logo.png Add logo 2023-12-24 19:29:17 +02:00

therminator

therminator logo

a modular ESP8266/ESP32 + MAX31855 based logging thermometer

therminator is a logging thermometer, based on the ESP8266/ESP32 microcontrollers and the MAX31855 thermocouple to digital converter.

features:

  • support for up to 6 (ESP8266) or 8 (ESP32) sensors
  • live temperature charts
  • data recording capabilities for writing logged data to CSV files
  • timed recording (recording stops after specified time passes)