julian on April 14th, 2010

Continue reading about How to use the PWM5 Solar Charge Controller

julian on April 14th, 2010

Too great a compromise. That’s the upshot of trying to use two 5.6 volt zener diodes in series instead of a single 9.1 volt diode.
The 9.1 volt has a completely stable reverse voltage over a wide range of current. The 5.1 and 5.6 volt zeners are completely different and have a non-linear current/voltage relationship. I [...]

Continue reading about Zener Zeitgeist (continued)

julian on February 8th, 2010

This is the finished PWM5 Solar Charge Controller

Continue reading about Finished

julian on January 24th, 2010

Here is the MOSFET circuit including protection and EMC related components.
Firstly that innocuous looking 10k resistor connected to the gate of the IRFZ44N MOSFET. This component makes a huge difference to the amount of RFI (Radio Frequency Interference) that the charge controller generates. Together with the FETs own gate capacitance, it slightly increases the rise and fall [...]

Continue reading about MOSFET and Protection

julian on September 1st, 2009

Continue reading about Video of Prototype Charge Controller

julian on August 11th, 2009

Another consequence of having the FET on the high side of the load is that we need a high voltage supply to drive the FET gate. In previous tests, it was found that the FET would turn on with as little as 4.5 volts on its gate (with respect to its source), but the datasheet [...]

Continue reading about Charge Pump

julian on August 10th, 2009

Here’s the circuit  for battery voltage measurement. The zener diode (1N959B) drops 8.2 volts off the battery voltage to bring it closer to the 5 volt range that the microcontroller A/D converter can measure. The potential divider provides a further reduction and defines the maximum measurable battery voltage. The 1n5 capacitor smoothes out ripples caused by PWM [...]

Continue reading about Measuring Battery Voltage (revisited)

julian on August 10th, 2009

Centre stage is the PIC12F683

Continue reading about Vero Prototype

julian on August 4th, 2009

Just spent the last two hours measuring the reverse voltage of a couple of hundred 1N959B zener diodes. These came from a shop sale a few years ago and until recently I wasn’t actually sure what they were. Turns out they’re 8.2 volt zener diodes, 500mW, 5%. Well correct me if I’m wrong, but this means [...]

Continue reading about Zener Phobia

julian on July 30th, 2009

This is the high-side driver circuit for the MOSFET in the charge controller. It provides the interface necessary to drive the MOSFET gate from the PIC mocrocontroller’s PWM output. Inspiration for this circuit came from this site.
The NPN transistor (2N3904) is driven directly from the PICs PWM output pin. Current limiting is provided by the [...]

Continue reading about High Side Driver (old)