![]() | ![]() | ![]() |
| | |||||||
| General Electronics Chat This forum is for general chat about electronics, eg: Dont know what a part does? Dont know how to read a circuit? Want to get an opinion? |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) | |
| Quote:
And I hope I answered your question regarding the physical size of the panel. Sorry if I didn't.
__________________ Lord Robert Stephenson Smith Baden Powell\'s last message : -BE PREPARED- | ||
| |
| | (permalink) |
| Hope you guys dont mind me posting this here. It's about PIC, it is part of my project. Would like to ask what and where should I start in learning about PIC, apart from getting the PIC units ready? I've downloaded the datasheet for 16F628A, going through the datasheet as well as a PIC cookbook at the moment. I intend to use the PIC to get feedback from the battery as well as the load to read the following: a.) Read current current-load. b.) Present the approximate life-time of the battery at that level with that drawn current. c.) Present the battery level in terms of percentage. Any direct help or advice or comment is very much needed. Thanks...
__________________ Lord Robert Stephenson Smith Baden Powell\'s last message : -BE PREPARED- | |
| |
| | (permalink) | |
| Quote:
You will need to convert the current reading to a voltage, so the PIC A2D can read it (a simple opamp circuit will do this). In order to give life-time and battery level readings you will have to plot the performance of the battery system, you can then incorporate the details in the PIC program, possibly as a simple lookup table. I would suggest you have a look at my tutorials, they may give you some ideas - particularly the analogue one. | ||
| |
| | (permalink) |
| Hi there, I'm working on the PIC at the moment. Thanks for that hint on using 16F819. Would like to ask something simple. Confused :? Recently, I posted my idea in a discussion room regarding the boost DC/DC converter that I intend to built after some simulation done. However, I was told that I shouldn't be using the 555 timer but a PWM to control the ON/OFF switching of my MOSFET to increase efficiency. :?: I thought in actual fact, PWM is actually the implementation of a 555 timer? Blur here... Apart from that, can I ask for some advice on how to make a proper selection of zener diode? Apart from the working voltage, how about the power dissipation? Should I just select the zener diode I need with the specific working voltage and select the lowest power dissipation available for that working voltage? Thanks.
__________________ Lord Robert Stephenson Smith Baden Powell\'s last message : -BE PREPARED- | |
| |
| | (permalink) | ||
| Quote:
Quote:
| |||
| |
| | (permalink) | |
| Thanks for the in regarding the PWM IC. I found SG3524, still reading the datasheet. For zener dioide: Quote:
Lots to read... :cry:
__________________ Lord Robert Stephenson Smith Baden Powell\'s last message : -BE PREPARED- | ||
| |
| | (permalink) |
| I thought you'd gone another path already... Now be sure to look at the data sheet for how much power a PIC consumes. You may need to run it at a fairly high frequency to make your inductor work well, and this means higher power. So you may be looking at 10 or 20mA to run it, check the spec. To do this efficiently, you might want to replace the diode with a MOSFET, the diode consumes 0.7v, around 6% of the power for 12V. There are PIC chips with an "Enhanced CCP" module that can do this better since they provide a second PWM signal delayed a fixed amount so both switches aren't on at the exact same time. Now here's the key: you've already seen how critical it is to load that solar cell with the right current. If you miss the "maximum power point" either high or low, you get less power overall. Your PIC can be set up to measure the current going to the battery and try making slight adjustments to the duty cycle either up or down to find the max power point. It will change as lighting conditions change so it requires continuous adjustment. The current is all that matters, but the PWM won't know if higher or lower duty will make it higher until it tries it out. The battery voltage could also be used since it will always be higher voltage when the current is higher, but it is not only a smaller change but actually lags behind the current change significantly so it's not as easy. Max power point tracking can definitely get more juice out of a solar cell. Now don't get carried away, it's limited. Might only be 10%. So I'm not sure it will even make up for the losses in the converter. On a practical level, you're still making a mistake by not matching the cell with the battery. This complexity will take up space, weight, and (probably) efficiency. But, this sounds like an educational project so I think you're learning truckloads more than if you'd just connected a panel to a battery and called it "done". On that level, you're a friggin genius. | |
| |
| | (permalink) | |
| Quote:
I'm not sure what circuit you're refering to with the zener?, is it one you've already posted?. | ||
| |
| | (permalink) | |
| Quote:
A real beginner here...Thanks for your reply. Thank you very much! Hope you don't mind to guide me through my project.
__________________ Lord Robert Stephenson Smith Baden Powell\'s last message : -BE PREPARED- | ||
| |
| | (permalink) | |
| Quote:
Yup, it is the same circuit I posted earlier. Mind to comment? Thanks.
__________________ Lord Robert Stephenson Smith Baden Powell\'s last message : -BE PREPARED- | ||
| |
| | (permalink) | ||
| Quote:
| |||
| |
| | (permalink) |
| Sorry, the schematic diagram is suppose to be on Page 7, entitled Boost Converter. However, there isnt any zener diode drawn. Sorry as I thought I did. I intend to have the zener diode at the end of the circuit. Does it mean that I just have to measure the load current and multiply with 15V for the power selection?
__________________ Lord Robert Stephenson Smith Baden Powell\'s last message : -BE PREPARED- | |
| |
| | (permalink) |
| About the PIC 16F819, does it mean that I will only be using the Port A for my entire project? Since I'm only using the ADC converter. Would like ask if the only ports that I should be using would be Port A, from AN0 to AN4?
__________________ Lord Robert Stephenson Smith Baden Powell\'s last message : -BE PREPARED- | |
| |
| | (permalink) | |
| Quote:
| ||
| |
| | (permalink) | |
| Quote:
| ||
| |