A Candle-Powered iPhone?

If you’ve been reading Kibbles and Bytes over the past few months, you might have noticed I’ve written more than once about power and electricity. A few weeks ago, I wrote about generating electricity and how watts work. In that article, I mentioned that I’ve experimented with thermoelectric electricity generation and I thought this week I’d explain a bit about what that is and how it works. Spoiler alert: it’s pretty cool!

Sometimes it can seem like our iPhones are just electricity black holes. Sure, they last a pretty long time, but they still need to be charged a lot. This problem has spawned a whole line of products to help charge our devices when a wall outlet isn’t available. Most of these that I’ve seen are based on solar. We even carry a number of solar-based charging systems by Goal Zero. These are really cool products, and they work really well, but you probably already know the catch: Without sunlight, all they can do is look nice.

With this in mind, I set out to see if I could use thermoelectric generation to generate power on demand. Thermoelectric generation uses something called the Seebeck Effect. When you have two dissimilar metals joined together in a loop, a temperature difference between the junction points will create a current. You can use any two metals, but modern devices use a P-N semiconductor junction. These tiny semiconductor pieces are small (sometimes only about 1/8” cubes) so dozens (or more) are linked together to form a thermoelectric module. When you apply heat to one side, and cool the other side, the module generates electricity.

Could you use one of these to charge something like an iPhone? Yes and no. These modules are typically only 5%-8% efficient, so you need to work really hard to get appreciable power from them. In my design, I used a 5-watt module and a tea light candle. 5 watts is enough to charge a smartphone, but to get that power, the hot side needs to be about 300C and the cold side would need to be around 25C. That’s a hard differential to create, and I was never able to do quite that well.

There are things you can do with that low power though, and having it on-demand allows it to be useful in ways solar panels can’t be. One thing you can do is use your own body heat to power an LED flashlight. How is that possible? LEDs don’t need a lot of current, but they do need a few volts. The small voltage generated from the heat of your hand can be boosted to drive the LEDs. Thermoelectric generators also power deep space probes. Out of reach of the sun’s rays, they use heat from radioactive isotope decay to drive the generators. One final application is in waste heat energy harvesting. Thermoelectric generators are used to capture waste heat energy from industrial processes to improve energy efficiency.

Obviously you can’t use radioactive isotopes to generate your power, but a few companies have developed thermoelectric generators for the consumer market. The most famous is probably the Bio-Lite camp stove. They claim it can charge an iPhone, which is probably true, but I expect it takes a very, very long time. Since it’s a stove, you also can’t use it indoors. Another company, Tellurex, has a device you can run with a tea light candle (like my design) called t-POD. I actually bought that one to try, and I have to say, it works really well. It comes with a bright LED light it powers, but I’ve plugged in other small circuits as well.

For now it looks like we’re mostly stuck with solar when it comes to powering our devices without a wall outlet, but we might see that change in the near future.

Similar Posts

  • Keyboard Shortcuts

    I got my start in using computers with CPM operating system and keyboard shortcuts were present there. I used them all the time…

  • Go Wireless!

    I am a huge fan of wireless technology. I have been slowly updating my home office to be as wireless as I can with speakers from Sonos and all of my computer accessories from my keyboard to printer are wireless as well. One area that I had not ventured into yet has been wireless headphones. I am often working at home, and because my office space is part of my main living space, I often have to have headphones while working. It was only recently that I started to use wireless headphones and frankly I can’t believe I hadn’t started to use this technology sooner! Urbanears has a bluetooth option in their popular Plattan line up, the Plattan ADV. I was able to easily link the headphones to my computer and no longer felt tethered to my desk when working. With the bluetooth headphones I could easily leave my desk for a glass of water or to let dogs out without missing a beat. The battery easily lasts all day and unlike some other bluetooth headphones, you can easily plug them into your computer or device directly with a cable should you forget to charge them. I also linked up these headphones to one of my iPads. These headphones allow you to have them linked with up to 8 devices, so you can easily use them from one device to the next without having to pair and unpair constantly.

    Over the ear headphones are great for around the home and office, but not the most practical when you’re exercising. As mentioned a few weeks ago I have begun trying to get out and move more in recent weeks, and carrying my iPhone in my hand or pocket when out for a run was becoming a bit of an annoyance. The Ourdoor Tech Orcas are the perfect solution. With the bluetooth on my Apple Watch I easily paired these headphones with my watch, synced a playlist to my watch and left my phone behind! The headphones are lightweight and comfortable. I am not a fan of in ear headphones and I was skeptical that these headphones would work well for me, but I was pleasantly surprised by how well they stayed in my ears and with the quality of the sound. Many in ear headphones begin to wiggle out of your ears or provide sub par sound quality, but these headphones have truly made me change the way I think of in-ear headphones. As an added bonus they also feature a built in microphone. This feature isn’t something that I can say I have taken advantage of, but it’s certainly nice to know I could take a call if I needed to.

  • Bouncing Lions

    I love Lion. So far it is my favorite iteration of Mac OS X, but it does have some annoying features. In my internet wanderings yesterday I came across an article with instructions on how to get rid of the rubber-band effect which occurs when you scroll to the very bottom or top of a page. This effect will make the page scroll a little bit past the end point then bounce back. It’s a nice little bit of eye-candy, but not really necessary.

    You can easily turn this effect off by entering a simple Terminal command (which I’ll list below) and then press “enter”. As always, do this at your own risk. Mucking about in Terminal can cause irreparable harm to your OS if you do something you shouldn’t. Make sure you have a good backup before you make any changes like this to your system. Here’s the text you need to enter:

    defaults write -g NSScrollViewRubberbanding -int 0

    You can revert to the original setting by entering the following and then press enter:

    defaults delete -g NSScrollViewRubberbanding

    You’ll need to relaunch any applications that display the rubber-banding in order for this to take effect. Unfortunately, it will not affect Safari. Should I find a way to get rid of the rubber-band in Safari, I’ll update this article.

    You can read the original article here.

  • Diagnosing & Treating Bash "Shellshock"

    OS X is a descendant of a long lineage of UNIX operating systems, from which it inherits its incredible stability and enhanced security….