Skip to content

rolfdegen/PPS5330_PowerSupply_mod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 

Repository files navigation

PPS5330 power supply modification

Reverse Engineered Firmware for the ELV PPS5330 Power Supply and hardware modification for faster output voltage slew rate

20240418_200517

Umbau

  • All Basic functionality is working, the Power Supply is in a usable state
  • Added Temperature measuring of the internal heatsink and transformer with display on LCD
  • PWM controlled FAN dependend on Heatsink's Temperature
  • Voltage Calibration
  • Current Calibration
  • faster output voltage slew rate
  • Measure transformer and heatsink temperature
  • Menu with LCD contrast/backlit settings
  • Calibration of internal ADC measurements
  • Timeout for Display-Settings-Menu

Temperature display: Long time is heatsink, short time is transformer.

Temp

Video: https://youtu.be/KPteA9frJQY

Hardware modification

In the ELV PPS5330 power supply, the setpoint specification for voltage and current is implemented by the Atmega MCU with PWM signals. The PWM signals U-Soll and I-Soll are converted into a proportional DC voltage via a low-pass filter R43/C27 and R53/C34. The problem in the power supply is the low PWM frequency of 488Hz and the low pass filter. A rapid increase in current and voltage after a standby is therefore not possible. When activating the output, the power supply needs 1.4 seconds until the voltage is fully present at the output.

Output voltage rise rate befor modification Bild_1

Output voltage rise rate after modification Bild_2

Modification circuit. The PWM signal for I-Soll and U-Soll at R43/R53 is now constantly present in the new firmware and is no longer switched off by standby. A CMOS switch IC2 switches off the rectified PWM voltage on the regulator input IC4/B pin 5 and IC4/C pin 10. The CMOS switch IC 2 receives its control signal from the inverted standby signal. The advantage of this circuit is that there is no time required for filtering of the PWM signal. After the hardware modification, the voltage rise rate is < 50msec (Pic).

Modification circuit Screenshot 2024-04-19 225535

Screenshot 2024-04-19 230514

About

Reverse Engineered Firmware for the ELV PPS5330 Power Supply

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages