User loginNavigationNew photosRandom QuoteBreak the spell of urgency. Then see what is needed. Then do it. |
PIC-based solar engine (PICSE) 2007My PrayBot project last year needed a “solar engine,” and the quickest thing I could come up with was based on a PIC instead of the more usual BEAM-style solutions. This year I wanted something more efficient. But it still ended up with a PIC, and it’s much more efficient than any of the BEAM designs I’ve tried. This came as a surprise. I’m not sure whether it’s because I didn’t do a very good implementation of the other BEAM designs, or because I spent a lot of time tweaking this one. Perhaps the BEAM folks are more interested in simple designs, and I can respect that. But for what it’s worth, neither the EZ Solar Engine nor the T3SE, which both claim to be more efficient and robust than most of the other SE’s, came anywhere close to the performance of the circuit I ended up with. The standard FLED circuit was hopeless. I’m getting about 7 RPM in ambient room light, 200+ RPM in weak sunlight (just enough to see a shadow), and too fast to measure by eye in strong sunlight, with a light load (the spinning tub, as pictured in the old PrayBot gallery). It’s difficult to compare this precisely with the other engines, because their behavior is different (the EZSE waves back and forth, and the T3SE only releases current when the charge rate is decreased, so it doesn’t run continuously in low light), but in person, the difference is remarkable. I certainly haven’t tried all the BEAM engines out there (or even all the ones listed in the link above), so I’d love to hear about engines that might be more efficient than this one. Simplifications would be good too! Circuit detailsA solar engine’s basic task is to store up charge from a photovoltaic panel until there’s enough to start a motor running from a standstill, then release it. Refer to the schematic image. Working from left to right, roughly:
The changes that made the greatest efficiency differences were:
Details of the PIC’s firmware (source, hex, programmed chips) available on request. More later after I finish a few more physical changes in preparation for this year’s Solstice celebration. |