Results 311 comments of vitotai

To support ESP32-S3, the configuration in PlatformIO.ini needs to be modified like what @DMT07 has done. The PINs assignment also needs to be rearranged. I have a ESP32-1732S019 module, which...

Try formatting filesystem by http://[ip of your BPL]:8008/format-spiffs

Maybe your iSpindel was disturbed by door opening. Did you dry hop or do something to the fermenter? Look the spike of fridge temperature around 18:00, the gravity didn't spike...

I've used MAX6675 in another project which needs to measure up to 250 degree Celsius. It definitely can be done. However, I am busy these days and don't feel like...

You can try Max6675 with this branch: https://github.com/vitotai/BrewManiacEsp8266/tree/PTsensor pin assignment SCK 18 CS 23 MISO 19 That's the best I can do.

Have you tried the project? How about the readings? I don't have experience with NTC 10K sensor, but I've tried A2D with pressure transducer on ESP8266 and ESP32. The reading...

Isn't that included in platformio.ini? https://github.com/vitotai/BrewManiacEsp8266/blob/f74b381411b69d0af8dcfd394061e7f929fbf221/platformio.ini#L16

The only pins available of ESP8266 are D0 and D2 that should be left open when boot. That's why I implemented two buttons. The operation is awkward in my experience....

No. Limited number of available PINs limited my minds. I haven't thought of using both at the same time. Given enough pins, it should be possible. However, there might be...

I think it should work, but some test is definitely needed. Small change of the code is ongoing, and I will do some simple test. You might need to dry...