Buy a working sketch

Hi I need some help making a sketch to controlling a fridge. I want to use it like a fermentation chamber with cooling/heating PID control. This fridge is a Samsung who use a inverter to control the compressor. I have done some testing and I am able to control it with a simple manual PWM controller who provides 0-5V. And it seems to work with various frequencies, but 1khz and a duty cycle about 15-95% works fine. Then I want to control the fans, one inside and the second one who cooling the compressor. I think they are voltage controlled 0-12V. And then we have light, door switch and also defroster. Then it should be nice with a touch screen and maybe things like ramping the temperature and so on. I just have a Uno ATmega328 (playknowlogy) clone I guess. I don’t have anything else right now besides the fridge, heater and some NPN sensors. I have realised that I don’t have the time and skills to do this. So if you think you can do it, give me your best price. But I’m just a beer brewing hobbyist and not a professional.
Thanks in advance/Kenneth

Are you still looking for someone to do this for you?

All my stuff works :):):slight_smile:

All of my solutions are implemented using modern object-oriented methodologies. They require a C++ Standard Library (I wrote one of those too). Note: Implementation and use of PID controllers requires knowledge of Control Theory and Engineering, it's not a "hack". A good primer can be found here: PID controller - Wikipedia. Cheers!!

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.