can i order directly the picaxe8 starter pack? hope it does have everything in the pack.
Yes the Picaxe 8 starter pack is great and has everything to get you started.
want to use an LP2950 as voltage regulator.
Yes that would work perfectly.
can u plz help me with te code, plzz because i am really clueless.
The code is in BASIC, and is very easy to learn, ill post up a code example of a project my friend did. You code would be very similar to this.
abt the PWM, i think the frequency of the signal should be high enough (ard 75-100KHz) to be able to boost the voltage to 12v !!!
Yes the picaxe can run at 8MHz and will easily produce a PWM with high enough frequency. It can produce a PWM signal 8bit resolution at 31.382KHz.
hw abt the regulation of the input voltage at 3.2V???
A typical solar cell has a V
oc of 0.55 volts and a maximum power point of 0.35-0.45 volts. by regulating the output of each cell to 0.4 volts, that is 0.4 x 8 = 3.2volts, we can have sufficient regulation at the MPP. This provides us with voltage regulation on the MPP rather than POWER regulation, Although this method is not as efficient, it will still be sufficient for this project.
im asking hw are we going to always get the Maximum power point, hw are we going to know that we are at the max current and max voltage?
We know we are at, or near, the MPP because we are regulating the input voltage at 0.4 volts which in theory is very close to the actual MPP. If you want to find the 'true' MPP, you will need to measure the current coming out of the solar cell as well as the voltage. This is much more complicated, and only provides about 5-10% more tracking efficiency because with heat, and insolation changes, the actual MPP doesn't fluctuate to far. A 5-10% increasing in tracking efficieny will only probably provide 1-2% more power, so its probably better to first start of with voltage regulation around the MPP rather than power regulation.
for the output voltage, we cant exceed 12V, bt is it gonna be possible to use a load of 8,9, 10 V for eg.?
You output voltage can be regulated to not exceed 12V by decreasing the duty cycle on the PWM. However,
the actual output voltage will depend on the load resistance and total power of the solar array. The output voltage can be found buy the P=(V^2)/R relationship. Basically, the more current your load draws (the lower its internal resistance), then the more your output voltage drops.
Thanks.