So, I am working on my own bicycle computer project, and I want to make it entirely self contained. Ive been browsing different way to generate power on a bicycle, and the common denominator of all of them is that the power is very inconistently generated. If you're moving fast, you are generating more power then when you are riding slow. I am trying to come up with a way to take this variable input, and effectively, and safely charge some Lithium Ion batteries.
One of the first things that stood out, was this solar charging circuit from adafruit. (http://www.adafruit.com/products/390) I assume the output ofa solar panel does vary a lot, so it would seem logical that I could modify this to work. They also have this slightly more basic version, but I am not sure how it would function in my project. (http://www.adafruit.com/products/259)
Lastly, I have seen a few very minimalistic options, but not specifically tailored to what I am doing.http://www.youtube.com/watch?v=5nGrcR030R8) I assume in this case that the phone handles the charging phases of the Lithium Ion battery, so hooking one direcctly to it would be a bad call.
I was hoping someone might be able to give me some insight on what I need to do. Thanks for the time guys!