Simple Solar Circuits

SolarCircuits - 09

Simple Solar Circuits:
How to get started adding solar power to your small electronics projects. Use the sun to power small solar and battery powered night lights, garden lights, and decorations for halloween.


SolarCircuits - 12 SolarCircuits - 11

The first part of a solar circuit is... a device for collecting sunlight. To keep things simple, we're using a single nicely made small solar panel for all of these circuits. The panel that we're using for these circuits is this one, part number PWR1241 from BG Micro, about $3 each. This is a monolithic copper indium diselenide solar panel, apparently printed on a 60mm square of glass and epoxy coated for toughness. On the back of the panel are two (thin) solderable terminals, with marked polarity. (While you can solder directly to the terminals, be sure to stress-relieve the connections, e.g., with a blob of epoxy over your wires.) In full sunlight the panel is specified to produce 4.5 V at up to 90 mA, although 50 mA seems like a more typical figure.

[Before we move onto our first examples, a word of caution: These are small simple circuits. In building these, we will quite intentionally gloss over a number of minor details and issues that are unimportant at these low powers, but could become critical if you were to try to scale up.]


Direct Drive:
The most obvious way to use power from a solar panel is to connect your load directly to the output leads of the solar panel.

solar1

Here are a couple of examples of this in practice:

SolarCircuits - 02 SolarCircuits - 01

On the left, we've hooked up one of our little solar panels directly to a small motor taken from an old CD player. When you set it out in the sunlight or bring it close to a lamp, the motor starts to spin. On the right we've hooked one of the panels right up to a high-power blue LED. The reason that we've used a high-power LED here is that it can easily withstand 50-90 mA from the solar panel-- a "regular" LED designed for 20 mA would be destroyed by that current. (The LED is the same type that we used for our high-power LED blinking circuit.)


Interruption-resistant direct drive:
The "direct drive" circuits work well for their design function, but are rather basic. They provide no energy storage, and so are quite vulnerable to blinking out when a bird or cloud passes overhead. For some applications, like running a small fan or pump, that may be perfectly acceptable. For other cases, like powering a microcontroller or other computer, a brief power interruption can be disruptive. Our next circuit design adds a supercapacitor as a "flywheel" to provide continued power during brief interruptions.

solar2

SolarCircuits - 03

Instead of adding a single supercapacitor, you might notice that we've actually added two. That's because the supercaps that we had on hand are rated for 2.75 V-- not enough to handle the 4.5 V output of the panel when sunlight is present. To get around this limitation, we used two of the caps in series, for which the voltage ratings add, giving us a barely-okay total rating of 5.5 V. (Note: be careful adding capacitors of different values in series-- the voltage ratings may scale in non-obvious ways.) When first exposed to the light, this circuit takes about 30 s to 1 minute to charge the capacitors enough that the LED can turn on. After it's fully charged, the circuit can be removed from the sunlight and still drive the blue LED for about 30 s to 1 minute-- a very effective flywheel for light duty applications.


Adding a battery
While interruption resistance is nice, a capacitor generally does not provide sufficient energy storage to power a solar circuit for extended periods of time in the dark. A rechargeable battery can of course provide that function, and also provides a fairly consistent output voltage that a capacitor cannot. In this next circuit, we use the solar panel to charge up a NiMH rechargeable battery and also LED off of the power, which will stay on when it gets dark out.

solar3

SolarCircuits - 04

In this circuit the solar panel charges up a 3-cell NiMH battery (3.6 V). Between the two is a "reverse blocking" diode. This one-way valve allows current to flow from the solar panel to the battery, but does not allow current to flow backwards out of the battery through the solar panel. That's actually an important concern because small solar panels like these can leak up to 50 mA in the reverse direction in the dark. We're using a garden-variety 1N914 diode for reverse blocking, but there are also higher-performance diodes available that have a lower "forward voltage."

In this design we are continuously "trickle charging" up the battery when sunlight is present. For NiMH batteries and sealed lead-acid batteries (the two types that are most suitable for this sort of un-monitored circuit) it is generally safe to "trickle" charge them by feeding them current at a rate below something called "C/10". For our 1300 mAh battery cells, C/10 is 130 mA, so we should keep our charging below 130 mA; not a problem since our solar panels only source up to 90 mA.

The other thing to notice about this circuit is that it's pretty darned inefficient. The LED is on all the time, whenever the battery is at least slightly charged up. That means that even while the circuit is in bright sunlight it is wasting energy by running the LED: a sizable portion of the solar panel current goes to driving the LED, not to charging the battery.


Detecting Darkness
We have written recently about how to make a useful dark-detecting LED driver circuit. That circuit used an infrared phototransistor. To add a darkness detecting capability to our solar circuit is even easier, actually, because our solar panel can directly serve as a sensor to tell when it's dark outside.

solar4

SolarCircuits - 06

To perform the switching, we use a PNP transistor that is controlled by the voltage output from the solar panel. When it's sunny, the output of the panel is high, which turns off the transistor, but when it gets dark, the transistor lets current flow to our yellow LED. This circuit works very well and is a joy to use-- it would make a good upgrade to the dark detecting pumpkin to make it go solar with this circuit.


A solar garden light circuit
While the last circuit works well for driving a yellow or red LED, it runs at 2.4 V (the output of the NiMH battery), it does not have sufficient voltage to drive a blue or white output LED. So, we can add to that circuit the simple Joule Thief voltage booster to get a good design for a solar garden light: A solar-charged battery with a dark detector that drives a Joule Thief to run a white output LED.

solar5

Naturally, you'd want to give this a tough, weatherproof enclosure if it were going to be run outside. (A mason jar comes to mind!) This circuit is actually very close to how many solar garden lights work, although there are many different circuits that they use.


Adding a microcontroller
Our last circuit examples extend the previous designs by adding a small AVR microcontroller. We use the voltage output from the solar panel again to perform darkness detection, but instead take it to an analog input of the microcontroller. The microcontroller is potentially a very low current, efficient device that lets you save power by not running the LED all the time, but (for example) waiting until an hour or two after darkness and/or fading the LEDs on or off, or even intermittently blinking for very low average power consumption.

solar6

SolarCircuits - 07

In this example we have the PWM (pulse-width modulation) output of the microcontroller driving a Joule Thief style voltage booster to run the white LED. (This is one of many, many different working designs for this sort of boosting circuits.)


We also made a second version of this circuit, with two red LED outputs to make a spooky Jack-o'-lantern:

solar7

SolarCircuits - 09

White LED pumpkin

To finish it up, we carved a beautiful white pumpkin and added this circuit to make our microcontroller-driven, dark-detecting, solar-powered programmable pumpkin, which faded its eyes in and out one at a time. Note the long leads on the solar panel and wires to the LEDs to reach.

We hope that you might find this introduction to simple solar circuits helpful; let's see those solar jack-o-lanterns!

49 comments

The following comments are owned by whomever posted them. This site is not responsible for what they say.
Authored by: gerhenz on Thursday, October 23 2008 @ 11:12 AM PDT Simple Solar Circuits
Hey,
I enjoyed it very much.
Because of that, I would like to make a batteries charger circuit with solar power.
But I have some questions:
-Did I need to include some resistor in the circuit?
-Will there a problem when the batteries get full-charged and the solar panel still receiving the sunlight even I put a diode?

Thank you very much.
Keep the good work!
Authored by: moe1243 on Friday, October 24 2008 @ 04:03 AM PDT Im making one
Im going to make the circuit with the compacitors but im just wondering where did u get the capicitors and is there another solution instead of soldering?
Authored by: Windell on Friday, October 24 2008 @ 09:13 AM PDT Im making one
Supercapacitors like these can be purchased at many electronics stores, especially online. Avoid the "memory backup" types; they do not have a high current rating.

You *can* do this without soldering, using crimp connectors or just twisting the leads, but your results may be less than reliable.

---
Windell H. Oskay
drwho(at)evilmadscientist.com
http://www.evilmadscientist.com/
Authored by: Anonymous on Friday, October 24 2008 @ 01:20 PM PDT Simple Solar Circuits
There's always keeping your eyes out for good deals on those solar yard stake lights, then hacking in some AVR. I've found some deals that end up being cheaper than you can buy the bits seperatly.

Good luck, its not much power.
Authored by: Anonymous on Friday, October 24 2008 @ 02:00 PM PDT Simple Solar Circuits
This is cewl!!!!!!! just asking, do you think this could be modified to power a parallax BOE-bot? If so how big would the panels need 2 be??
Authored by: Windell on Friday, October 24 2008 @ 03:38 PM PDT Simple Solar Circuits
I don't know how much current the BOE-bot requires, but it might need a pretty good sized panel.

---
Windell H. Oskay
drwho(at)evilmadscientist.com
http://www.evilmadscientist.com/
Authored by: Anonymous on Monday, December 22 2008 @ 09:05 AM PST Simple Solar Circuits
it requires min-5V of power, but is designed to run on 5V-9V i use rechargable batteries 4 mine so it would be fine for that, but, while I am ok in programming, I have no experience in the actual construction of the circuts so i hav know idea of how to do this without frying my Stamp.
Authored by: Windell on Tuesday, December 23 2008 @ 07:23 AM PST Simple Solar Circuits
If you really have "no idea" how to do it then you might want to hold off a bit on this project-- when messing with the power supply you should at least have a pretty good idea what you're doing, or you're quite likely to make an expensive mistake.

---
Windell H. Oskay
drwho(at)evilmadscientist.com
http://www.evilmadscientist.com/
Authored by: Anonymous on Sunday, May 10 2009 @ 03:58 AM PDT Simple Solar Circuits
The input on the BOE-bot has a built-in 7805 (or is it something else?) regulator, so as long as you stay above ~6 volts and provide enough current, it would work.
Authored by: Anonymous on Saturday, January 09 2010 @ 12:06 PM PST Simple Solar Circuits
I think a 9.V panel to power the 6V (5.C) rechargeable batteries, I'm about to do (try) it.

http://forums.trossenrobotics.com/blog.php?u=3873
Authored by: Anonymous on Saturday, October 25 2008 @ 08:04 AM PDT Simple Solar Circuits
Great writeup. I'd recently mailed you guys about this exact question, and it's fantastic to see this info posted!
Authored by: jmarler on Thursday, November 06 2008 @ 11:40 AM PST Simple Solar Circuits
I had a bit of trouble building the "A solar garden light circuit" piece. I eventually ended up replacing the 5k resistor with an 150ohm resistor, which fixed it. I built it on a breadboard, and I'm not quite sure what I did wrong. With anything higher than that, the LED would never get enough juice to light up.

Any ideas?
Authored by: Windell on Thursday, November 06 2008 @ 04:27 PM PST Simple Solar Circuits
Sounds like your Joule Thief circuit isn't working-- either that, or you've mis-wired your PNP transistor.

---
Windell H. Oskay
drwho(at)evilmadscientist.com
http://www.evilmadscientist.com/
Authored by: jmarler on Thursday, November 06 2008 @ 05:55 PM PST Simple Solar Circuits
I believe you're right. I'm going to keep working with it. It's such a simple circuit, I can't imagine what I did wrong :(

Thanks!
Authored by: Anonymous on Friday, December 05 2008 @ 01:35 AM PST Simple Solar Circuits
amazing!
Authored by: Neilgue on Monday, December 08 2008 @ 01:56 PM PST Simple Solar Circuits
Hi Windell,

Woo-hoo.... Long term fan, First post....

You say: "....In building these, we will quite intentionally gloss over a number of minor details and issues that are unimportant at these low powers, but could become critical if you were to try to scale up."

Can you point me in the right direction to find more information about controlling higher powered panels? I've just ordered my first Arduino, and I've got some serious playing to do.

Thanks
Authored by: Windell on Tuesday, December 09 2008 @ 08:13 AM PST Simple Solar Circuits
There really are a *lot* of details to worry about as you scale up. Some are pretty straightforward-- like you can't use the diode that we do because it's not rated for that much current, but less straightforward is that you want to replace it with a diode that has a lower forward voltage.

Also, for combining multiple panels you need to worry about what happens when there is mismatch from the output of different panels-- like when a shadow falls over part of the panel, so all of your cells and panels need to be combined with the proper blocking and bypass diodes to prevent reverse current from flowing through not just whole sets in series, but also through individual cells.

There's also a lot to worry about in making sure that you treat your batteries well. For low-power trickle like in our systems, there's not much to worry about. But for larger systems, you *really* need to know what you're doing.

Generally speaking, if you want to set up a solar power system, you need to start approaching it from the perspective of someone doing so-- scaling up from our little circuits can lead to big trouble unless you also understand what issues come up in large systems. Start out by using Google-- look for information about how to hook solar panels together, for information on basics of solar energy, and solar circuits, on batteries for solar systems, and so forth. There is a *lot* of information out there.

A separate issue is how to use (for example) the microcontroller to control things with higher power-- that's a matter of learning about solid state and mechanical relays, mostly.

---
Windell H. Oskay
drwho(at)evilmadscientist.com
http://www.evilmadscientist.com/

Authored by: peterb on Wednesday, December 10 2008 @ 06:04 AM PST Simple Solar Circuits
some say to put the joule thief to work charging the batteries, making the panel into joule thief driver:
http://www.talkingelectronics.com/projects/SolarCharger/SolarCharger.html
am curious what you think the efficiency difference is between:
- DC charging the batteries/ RF LED driver
- RF charging the batteries/ DC LED driver

bye!
http://www.ciat-lonbarde.net
410 362 8364
Authored by: Anonymous on Wednesday, December 10 2008 @ 10:40 AM PST Simple Solar Circuits
I am still a kid and I am not allowed to solder alone and I don't have soldering gun. Are there any options to soldering? Also, how much would all these parts cost?

thanks
Authored by: Windell on Wednesday, December 10 2008 @ 10:54 AM PST Simple Solar Circuits
First off, you *do not* want to solder alone, even when you're not just a kid. It's basic safety practice. Also, you want a soldering iron, not a gun. The "gun" types are suitable for plumbing and big things, but not really for small scale electronics. When doing wiring, many connections can be made by using crimp connectors rather than soldering. However, when working on a circuit board, there's not much that can substitute for actually soldering.

The parts that we've used here are all relatively inexpensive; the solar panels are about $3 each. The most expensive thing that we used is the microcontroller, which costs about $5.

---
Windell H. Oskay
drwho(at)evilmadscientist.com
http://www.evilmadscientist.com/
Authored by: AHMED on Thursday, December 11 2008 @ 01:59 PM PST Simple Solar Circuits
I know very little in the field electronics, i have interest in learning how to build this simple solar circuit. i am a new member. i would be grateful if details could be sent to my e-mail.
Authored by: AHMED on Tuesday, December 16 2008 @ 10:32 AM PST Simple Solar Circuits
I really enjoyed the project so far. but i would like to design a solar circuit to power up to 20 white led bulb at a time, then how do i get the materials can i buy them from you, how much does it cost and how do i pay or get them. Also to design for a 6V rechargeable battery. Thanks, you can kindly reply to my mail box now.
Authored by: Windell on Tuesday, December 16 2008 @ 11:53 AM PST Simple Solar Circuits
You're on your own; we don't make or sell anything like that.

---
Windell H. Oskay
drwho(at)evilmadscientist.com
http://www.evilmadscientist.com/
Authored by: Anonymous on Friday, February 20 2009 @ 08:51 AM PST Simple Solar Circuits
interesting article! here is another way to use solar power:

http://www.solarbotics.net/library/circuits/se_t1_mse.html
Authored by: Anonymous on Sunday, April 26 2009 @ 03:31 AM PDT Built a couple
Ok I have built a couple now and I wanted to know if there are small bifilar toroids I can purchase? My homemade ones are huge.
Authored by: Windell on Sunday, April 26 2009 @ 08:57 AM PDT Built a couple
Yes; there are even small surface mount ones that you can get.

---
Windell H. Oskay
drwho(at)evilmadscientist.com
http://www.evilmadscientist.com/
Authored by: Anonymous on Tuesday, April 28 2009 @ 12:48 AM PDT Built a couple
Do you have any part numbers? Also my led comes on to early before the sun is even down. Can I lower the 5k resister to make it less sensitive?

Authored by: spetros on Friday, May 29 2009 @ 02:29 AM PDT Simple Solar Circuits
This was a fantastic article.
But could you please explain in detail why you specifically chose a 5k (as opposed to a 100ohm or 100K) resistor? I understand basic V=IR, and I have the data sheet for the 3906PNP. Im sure the resistor has something to do with the solar panel putting out 4.5@90mA, but I would love to see how you worked the numbers to come up with the need for a 5K resistor. thanks.
Authored by: Windell on Friday, May 29 2009 @ 06:20 AM PDT Simple Solar Circuits
The base current of the transistor needs to be high enough to turn the LED on through the (rather low) transistor gain, but also as low as possible so as to not waste electricity unnecessarily.

---
Windell H. Oskay
drwho(at)evilmadscientist.com
http://www.evilmadscientist.com/
Authored by: Lars Esterhazy on Tuesday, June 23 2009 @ 02:09 AM PDT Simple Solar Circuits as Battery Charger
Hello Evil Mad Scientists!

Thank you for this inspiring article on stuff I've been wanting to do with my defunct garden lights. If I can get the joule thief approach to power my high-power LEDs, I should be able to get even brighter versions.

But the main thing I wanted to ask: If I wanted to make a solar powered battery charger, well, obviously you have shown me how. But I'd like to be able to see if the battery is fully (or close to fully) charged. Is there a simple way to do that?

Thanks in advance,
-Lars
Authored by: Windell on Tuesday, June 23 2009 @ 08:21 AM PDT Simple Solar Circuits as Battery Charger
The obvious way is still the best: disconnect from the charging source and measure with a voltmeter.

This could be as simple as a momentary switch that disconnects one and connects the other, and the "voltmeter" could be made of one or more LEDs, possibly in series with one or more "plain" diodes to create the voltage threshold that you want to detect. There are also some nice low-power "voltage detector" chips out there that can light an LED when any specific threshold is reached.

---
Windell H. Oskay
drwho(at)evilmadscientist.com
http://www.evilmadscientist.com/
Authored by: Anonymous on Monday, June 29 2009 @ 04:02 AM PDT Simple Solar Circuits
Hi,
Thanks for a wonderfully clear description!
I was wondering, in a setup like the above with a solar panel/battery/atmega that makes the leds blink only when its dark, how would you be able to calculate how long it will run before the battery runs out, given that there is enough sun to have the battery completely full by the time the darkness activates the system?
Many thanks!
Authored by: Windell on Monday, June 29 2009 @ 06:34 AM PDT Simple Solar Circuits
That's pretty straightforward. You would need to know the capacity the battery cells (usually written on them in mAh), the average current that the microcontroller takes (which can be found in the datasheet, given its power input and clock speed, and noting that the ADC is active) and guessing 40 mA or so for the LED driver part when it's turned on. Better would be to just *measure* the average current consumption with a multimeter.

---
Windell H. Oskay
drwho(at)evilmadscientist.com
http://www.evilmadscientist.com/
Authored by: Anonymous on Monday, June 29 2009 @ 01:45 PM PDT Simple Solar Circuits
Hi and thank you EMSL!
These are enormously helpful explanations of these circuits!
I'm working on a permanent light graffiti project which is basically a combination of the classic LED throwie with LED electronic graffiti. My main concern is how to keep the battery in top condition to keep the circuit (and art) as near to permanent as possible. I know that for large voltage solar circuits the battery has to be kept from over charging and that for smaller ones the trickle charge is ok. Will adding some kind of voltage regulator circuit to a 9v recharging battery noticeably prolong the life of my light art or is it an overcompensation?

Thanks again, keep up the learning and sharing!
Authored by: Anonymous on Wednesday, July 08 2009 @ 08:53 AM PDT Simple Solar Circuits
Hi,
In the version with a micro controller, I was wondering where you mention 'waiting until an hour or two after darkness', what would you reckon to be the least power consuming way of making the controller wait for one or two hours? Is it just something like delay(600000) or is there a more effective way?
Also, what does the line between the two 10k resistors and the Analog In tell the controller? Is it a voltage level that needs to reach a certain height (or low-th) that you would then use as a trigger in the script?
Thanks!
Authored by: Windell on Wednesday, July 08 2009 @ 09:13 AM PDT Simple Solar Circuits
>where you mention 'waiting until an hour or two after darkness',
>what would you reckon to be the least power consuming way of
> making the controller wait for one or two hours?
>Is it just something like delay(600000) or is there a more effective way?

Depends on the specific microcontroller and how you have it configured. On the ATmega48/168 that we used in this project, you could run off of the internal clock at 500 kHz, which makes the active-state current consumption about 0.2 mA when running at 2.4 V. (As opposed to about 2 mA when running at 8 MHz). You can also run at lower frequency for lower-yet power consumption.

If you're just sitting idle, you can use a hardware timer with a wake-up interrupt and put the AVR into idle mode. That turns off the AVR core, but lets the timer keep running. Idle-mode power consumption is only 0.03 mA at 500 kHz. You could wake up whenever the timer runs out, and check to see if enough idle periods have elapsed, or go back to idle if it's still within the 2-hour window.

>Also, what does the line between the two 10k resistors and the Analog In
> tell the controller? Is it a voltage level that needs to reach a certain height
> (or low-th) that you would then use as a trigger in the script?

It just lets you measure the input voltage-- you don't want to use that input without a voltage divider, because the analog inputs aren't designed to accept voltages that are larger than the power supply voltage.

---
Windell H. Oskay
drwho(at)evilmadscientist.com
http://www.evilmadscientist.com/
Authored by: Anonymous on Monday, July 20 2009 @ 07:12 AM PDT Simple Solar Circuits
Hello,
I was wondering, what does the inductor do in the version with a micro controller, just because mine works both with and without the inductor? Does it have to do with a lower power consumption?
Thanks!
Authored by: Windell on Monday, July 20 2009 @ 07:19 AM PDT Simple Solar Circuits
The inductor is there to give a voltage boost in cases where the LED forward voltage is high (e.g., 3 -4 V) but the voltage supplied to the microcontroller is only about 2 - 2.5 V. If you're using a red LED, for example, you'll never need the inductor. Or if your battery voltage is higher....

---
Windell H. Oskay
drwho(at)evilmadscientist.com
http://www.evilmadscientist.com/
Authored by: Anonymous on Friday, December 11 2009 @ 05:06 AM PST requir higher current
Thank u Mr.E.M.scientist 4 such great stuff.

But can u tell me some tricks to increase current o/p in order to drive a small DC motor up to 100 to 500 mA,
Authored by: toddbg on Wednesday, March 10 2010 @ 11:45 AM PST Simple Solar Circuits
Wendell - do you have any part numbers (or the inductance and current ratings) for SMD versions of the bifial Toroids?

I want to modify my store bought solar garden lights into pummers and need a joule thief circuit to make it work I believe. I'm new to electronics and don't know what to look for at digikey or mouser.

Thanks!
Authored by: Windell on Wednesday, March 10 2010 @ 12:33 PM PST Simple Solar Circuits
That's *Windell* please. 68 uH, 350 mA or so. Bourns type PM3602-68-B-RC. Digi-key P/N M8670-ND or M10142CT-ND, which appears to be an exact substitute. Wire two opposite terminals of the device together for use with a Joule Thief.

---
Windell H. Oskay
drwho(at)evilmadscientist.com
http://www.evilmadscientist.com/
Authored by: toddbg on Wednesday, March 10 2010 @ 01:37 PM PST Simple Solar Circuits
*cough* *cough*

My apologies Windell!

Many thanks!
--
T
Authored by: Anonymous on Monday, March 15 2010 @ 08:47 AM PDT Simple Solar Circuits
It seems that in the solar garden light circuit, two cells are necessary to get the PNP ttransistor to conduct and turn off when the solar cell is getting light. Is there any way to get this to work with only one 1.2v NiMh cell or am I doing something wrong?
Authored by: Windell on Monday, March 15 2010 @ 09:39 AM PDT Simple Solar Circuits
When the solar cell is receiving light, it biases the base at 4.5 V and the emitter at about 4.0 V. That's about as clamped off as you can be. The battery doesn't have much say in the matter.

---
Windell H. Oskay
drwho(at)evilmadscientist.com
http://www.evilmadscientist.com/
Authored by: Anonymous on Thursday, March 18 2010 @ 08:22 AM PDT Simple Solar Circuits
Thanks, but still having the same issue. If I were to remove the input from the solar panel throught the 5K resistor, the thief should turn on and light, coorrect?

With only one battery this does not work, with two batteries (2.4V) it works for some reason. Any idea what may be wrong?

Could I possibly need more windings on the torroid?

Your input is much appreciated, thanks--
Authored by: Anonymous on Saturday, July 10 2010 @ 08:59 AM PDT Simple Solar Circuits
Hello!

I have exacly opposite preoblem, it works only with one battery (1.2V).

Thanks for answer.
Authored by: Anonymous on Monday, April 12 2010 @ 01:01 PM PDT Simple Solar Circuits
This is an excellent introduction to solar circuits. Thanks for writing it :)
Authored by: Pete on Wednesday, July 14 2010 @ 04:21 PM PDT Simple Solar Circuits
Thank you for a very informative and useful article. One writer mentioned a use for defunct solar garden lights: that's exactly what i have been doing, by taking them apart and incorporating the bits into old hurricane lanterns. I found NiCad cells almost unobtainable as replacements and am using NiMh. The bottom of the lantern tank must be cut away. The solar panel is removed from the old garden light, solder long wires onto it and feed them down one of the main metal struts that support the top so they extend down to the now open base. The solar panel is glued to the top of the lantern. The LED is unsoldered and its wires extended so that it can sit just above where the wick would extend. The wires from the solar panel and LED are then resoldered and the innards of the old garden light, including battery are glued into the base of the lantern. We use it as a night light in the hallway, taking it outside to charge daytime. I would like to do similar refurbs of old hurricane lanterns but increase the powe r of the LED to make it more useful as a regular lantern.
Authored by: Anonymous on Tuesday, August 31 2010 @ 12:11 AM PDT Simple Solar Circuits
thats cool.
i exactly got the info i was searching for my project.
thank you.
Welcome to Evil Mad Scientist Laboratories. New projects are posted on most Wednesdays.


Bookmark EMSL

EMSL RSS

Evil Mad Linkblog

Twitter: @EMSL

Facebook page
del.icio.us
feedburner
Feed on Google Reader
YouTube Channel

Subscribe to get new articles by E-mail:

E-mail address:


Preview | Powered by FeedBlitz

My Account





Sign up as a New User
Lost your password?

Who's Online

Guest Users: 15

DIY Hardware for Electronic Art


Interactive LED Panel kits


Meggy Jr RGB
LED matrix game
development kit.


Business-card sized
AVR target boards


Peggy 2
LED Pegboard kits

Forumposts

Order: New Views Posts
Latest 10 Forum Posts
 
Re: Excited and full of questi..
 By:  dnewman
 Wednesday, September 08 2010 @ 06:30 PM PDT
Re: Excited and full of questi..
 By:  Windell
 Wednesday, September 08 2010 @ 05:30 PM PDT
Re: Interactive LED Dining Tab..
 By:  Windell
 Wednesday, September 08 2010 @ 09:44 AM PDT
Re: Excited and full of questi..
 By:  dnewman
 Wednesday, September 08 2010 @ 09:01 AM PDT
Re: Interactive LED Dining Tab..
 By:  squall_line
 Wednesday, September 08 2010 @ 08:54 AM PDT
Re: Interactive LED Dining Tab..
 By:  Sarah Ling
 Wednesday, September 08 2010 @ 07:59 AM PDT
Re: Excited and full of questi..
 By:  David Rysdam
 Wednesday, September 08 2010 @ 07:47 AM PDT
Re: Excited and full of questi..
 By:  Dan Newman
 Wednesday, September 08 2010 @ 07:33 AM PDT
Excited and full of questions
 By:  David Rysdam
 Wednesday, September 08 2010 @ 07:05 AM PDT
Egg-Bot Resources
 By:  Windell
 Wednesday, September 08 2010 @ 01:35 AM PDT