Air Still (or clone) upgrade that uses an SCR board or SSR for heating element control and an ESP32 to make the whole thing smarter. Eliminates that constant full power on/off switching to the heating element and the possibility of scorching. Plus even more features.
You may contact me directly at https://panhandleponics.com
Subscribe to the official YouTube channel at https://www.youtube.com/@PanhandlePonics
SIDE NOTE: Save your money and just get a $55 Air Still clone water distiller for this project. Add that to the cost to build this or purchase a kit from my website, and it still comes in less expensive than an original Still Spirits Air Still with the temperature control problems.
ALSO: If you'd like a stand-alone WiFi enabled version of the temperature/power controller that I designed here, check out my Boilermaker project!
Aside from Still Spirits brand Air Stills only being sold as an Ethanol Version and a Water Version, they both suffer the same design flaw where the temperature is managed the same way it is with an electric cooking appliance. Even the various Air Still clones out there work the same way, including the ones with adjustable temperature. They send full power to the heating element when heating up, shut it off when they're up to temperature, then repeat this cycle. Thanks for the unstable yo-yo temperatures!
If you have any suspended solids in your wash, they will scorch and fuse to the bottom as they fall out of solution. This will add foul flavors to anything that you're distilling, especially gin. As with my RPi-Smart-Still project, this problem is solved by replacing the relays or snap switches on the heating element with an SCR controller or an SSR running as a simplified PID controller (temperature controlled 0.20 Hz PWM).
As long as the heating element is always hotter than the liquid, heat will radiate upward and force most of the suspended solids to stay afloat. This will eliminate the possibility of scorching for the most part.
This project aims to solve that problem and add three user selectable modes:
- Operate at a constant user selectable power level (10% to 100%)
- Operate at a constant user selectable temperature (up to 100C/212F)
- Perform timed runs with a user selectable starting and ending temperature
- Perhaps additional features will be added as time goes by
This controller works with any (1) PWM controlled SCR board, or (2) voltage controlled SCR board, or (3) zero-crossing trigger solid state relay. This controller puts out PWM, but you can use any opto-isolated PWM to voltage convertor to connect it to any voltage controlled SCR board (one that has a knob to control power).
It's totally up to you which one to use. The SSR is easiest to set up and doesn't require a heat sink if the load is less than 1200 watts (the heating element used here is only 700 watts).
The brains of the operation is a LilyGo T-Display-S3 ESP32 microcontroller with a built-in capacitive touch color LCD display. The boiler control code is a port of the code from my RPi-Smart-Still project. This means that even though this is a newer project, the code has already been refined and fine tuned for 2 years.
Refer to the contents of the /Diagrams/ and /Instructions/ directories here to learn how to build this project.