Hello everyone! Hope you all are doing well and staying safe.
I convert classic cars to electric for a living, and I use these chinese made electric A/C compressors for retrofitting air conditioning in the cars. It works wonderfully and it definitely tough enough to handle our Texas Heat.
So to turn on the compressor, I send high voltage to the power pins, using my own precharge circuit as per what the specification calls for. Then I add 12V + and - to the controller, (-) being chassis ground. Then I use the "STB" pin which is switched to GND to turn the compressor on as the start signal. Now the compressor runs at about half power, and this cooling is fine, but I would really like to be able to control the speed of the compressor and be able to turn it up to max power if I can to really get full use out of the compressor.
here's what my translated Chinese documentation says about the PWM pin, and this is all I know about it.
"PWM IN --- Air conditioning speed control signal input. The signal form is 400hz PWM duty cycle signal, low effective. Input level range: high 9~16V DC, low 0~0.8V DC, 15mA.Speed range: 1500RPM~5500RPM, corresponding PWM duty cycle 0%~80% linear change. The corresponding positive duty cycle is 20% at 1500RPM and 80% at 5500RPM."
Words that throw me off are "positive duty cycle" and "low effective".I have verified that it is running at half speed 3000RPM because power consumption is 8A at my pack voltage, which is 1.2kW, that corresponds with the rated power at 3000RPM.
I am honestly not sure if I have to have the STP pin grounded first to control PWM, or if I only use PWM pin, or if I use both. I know I can change arduino PWM frequency too via PWM library available, but I don't know what it means by low effective and positive duty cycle. Not sure if I can make this signal from the arduino pin directly or I need to use an N channel mosfet or something.
Any feedback and advice would be greatly appreciated! Thanks so much!