Skip to content

Air Still (or clone) upgrade that uses an SCR controller for the heating element 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 capabilities.

License

Notifications You must be signed in to change notification settings

larry-athey/airhead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airhead

Air Still (or clone) upgrade that uses an SCR controller for the heating element 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 capabilities.

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 $65 Air Still clone water distiller for this project.

This project began on October 22, 2024 and does not yet have an official release...

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.

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 is solved by replacing the relays or snap switches on the heating element with an SCR controller. As long as the heating element is always on at some level, 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:

  1. Operate at a constant user selectable power level (1% to 100%)
  2. Operate at a constant user selectable temperature (up to 100C/212F)
  3. Perform timed runs with a user selectable starting and ending temperature
  4. Perhaps additional features will be added as time goes by

This project works with a very common SCR controller (shown below) that is available from numerous Amazon sellers. This project uses an ESP32 with a built-in touch screen display to replace the interface that comes with their unit. Here is a link to this unit, but please feel free to shop around to see if others are selling it for a lower price, I got mine for $20. They're all the same, no matter what the brand name is. There's a 4 conductor ribbon cable that plugs into the controller interface, so you can just unplug their interface and put it back in the box.


The brains of the operation is a LilyGo T-Display-S3 ESP32 microcontroller with a built-in capacitive touch color LCD display. These ESP32 units are available with a case or you can buy them separately, there's no need for any 3D printing. The only wires coming out of the case are 4 wires that connect to an internal power supply in the bottom of the still. The USB-C port for the ESP32 is accessible for software updates without the need to take anything apart. Refer to the contents in the /Instructions/ directory here for more information.







About

Air Still (or clone) upgrade that uses an SCR controller for the heating element 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 capabilities.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages