Close

Basic functionality working

A project log for Power Supply B3603 Alternative Firmware

B3606 is a cheap MCU controlled power supply, I'm reverse engineering it and writing software to add serial port and more features.

baruch-evenBaruch Even 02/24/2015 at 05:290 Comments

It works!

I can now set the voltage and current through the serial and it actually sets the output to the right value (haven't validated current limit yet).

I needed to do proper calculation of the PWM values and for that there was a roadblock with integer overflows in the fixed point calculations. The initial setup for the current and voltage control was reversed.

I also had a roadblock where out of the two units I have both have some issue now with the top board, one doesn't display properly and the other can't control the output properly.

Discussions