Sketches have been updated to work with ESP8266 and ESP32 boards. So far I have used the HiLetgo boards on amazon. These boards use less power and I am testing them out on my Solar Shed.
Sketches should be downloaded from monitor.brewbench.co but I have some notes on BrewBench's github
You'll need to download a driver to see the board in the Arduino IDE and upload the sketch.
https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers
And add some libraries to your board manager URLs
- http://arduino.esp8266.com/stable/package_esp8266com_index.json
- https://dl.espressif.com/dl/package_esp32_index.json
Sensor Support
- Thermistor 3.3V 10k (147000k resistor or 150000k resistor)
- PT100
- DHT11 and DHT22
- DS18B20
ESP8266
- 1 Analog pin
- 3.3 V only

ESP32
- 1 Analog pin
- 5V and 3.3 V
