PWM SSR Controller

If it plugs in, post it here.

Moderator: Site Moderator

Post Reply
matjans
Novice
Posts: 58
Joined: Wed Sep 25, 2019 10:33 am

PWM SSR Controller

Post by matjans »

I've been working on an arduino based slow PWM SSR controller for some time now, and v1 is operational.
fd81d1681a3d3a202a0607be2b0dfe49e7cfbc06_2_1332x1000.jpeg
In a case. Old pic, it now has 2 controls - an analog pot for setting powerl level and a rotary pot for the menu.
092987054ad70a92b84799b1ce5f1f19a03bff9c_2_1332x1000.jpeg
Oooohhh look nice flashing lights. Why the pressure reading? A virtual parrot, based on ambient pressure and measured vapor temperature (->Edwin Croissants eparrot but simpler)
c17e5f97e64998b103d027bb54ba7d537340458b_2_1332x1000.jpeg
And it works in real life too.

Has a whole bunch of settings in the menu, warning and error temperatures (only beep or automatically shutdown heaters etc). I'm not a pro programmer so the code is "clunky" (or worse) but it works. Some small flaws to iron out.



Hard and software details on github: https://github.com/matjanss/StillControl

Works like a charm and might be useful to reuse for all you tinkerers. No warranty/liability/support :P
User avatar
Dancing4dan
Distiller
Posts: 1051
Joined: Sun Oct 18, 2020 4:18 pm
Location: Alberta

Re: PWM SSR Controller

Post by Dancing4dan »

Nice project. I like to tinker as well. Seems like more information can be provided than what is actually needed for distillation though. Could also be used to control fermentation and mash temperatures though.
"What harms us is to persist in self deceit and ignorance"
Marcus Aurelius
I’m not an alcoholic! I’m a drunk. Alcoholics go to meetings!
matjans
Novice
Posts: 58
Joined: Wed Sep 25, 2019 10:33 am

Re: PWM SSR Controller

Post by matjans »

Yeah sure, that’s why the stuff is on github. Have at it. A software PID is implemeted easily enough.
Post Reply