So this is my first instructable, hope it is usefull.
I was wondering for quite a while how could I build my own coffee heater, for the following reasons:
- I usually bring my coffe to my desktop (not the virtual one), and while I am coding or something it gets colder and colder, sometimes needing replacement (even my old Ni-Cd have a greater dutty cycle);
- Lots of power available through unused USB ports, I have 8 and use only 2 or 3 (think green);
- Usb heaters are cheap and easy to find, but I needed to build one from scratch to satisfy my ego (and impress my friends);
- I have lots and lots of scratch at home, needed to find a way to use them instead of just throwing out (think green, recycle, reuse reduce)
- and, at last but not least, I found someone who actually did it, with the math behind ( check this link ).
This is a prototype! - I actually built it, plugged to one of my USB and felt it going hot. The USB port still runs normally, no power or caffeine issues. But, as you'll see, it is not yet finished, no casing, no ZIF socket, no way to prevent the mug from dropping. I already have some ideas for an improved second version, comments and suggestions are welcome.
Remove these ads by
Signing UpStep 1The physics behind
Some basics on Ohm's Law:
I = E / R
Which means, the current through the resistors (I) in Amperes is equal to the volts applied (E) divided by the resistance (R). Consider E=5 (USB power), R=14 (resistors used):
I = 5 / 14 = 0.357143
So, we're spending around 350mA, safe enough for most USB ports with a 500mA limit.
Now, to check how much power will be sent to our tasty coffee:
P = E x I
We already know the values of I and E, so:
P = 5 x 0.357143 = 1.785714
meaning we get close to 1.8 watts, enough to keep it hot till the last drop. You can calculate your own to give more/less heat, but keep in mind the limits (5V, 500mA for USB ports).
'Some considerations:'
- First things first. The resistors should be able to handle the power they will be dissipating; Thou shall not use resistors smaller than 1 watt or thou shall have unpredictable and unpleasant surprises... I took mine from old ATX power supplies, judging by theyr size they're at least 1w for sure (the body is almost 1 inch long). Guess you'll not spend a dolar to get them on local stores.
- Using 2w or 4w resistors (or bigger) will give you more safety, not heat. Trust me when I say this is technology, not magic.
- You can use a different number of resistors, as long as you keep the final resistance inside the calculated values. A smaller resistance could burn your USB, cause personal injuries or several other situations involving your hot coffee.
ATTENTION:
Kids, don't try it at home without reading everything carefully!
The resistors are somewhat critical parts, you should stick to the values calculated (by me or you). When you connect two (or more) resistors in series, the final resistance value is increased by summing all their values. So, 6.8+6.8=13.6 (the tolerance of each resistor may take it a bit higher or lower).
Connecting them in parallel DECREASES the final resistance value, drastically, so don't do that, unless you really know all the formulas.
ATTENTION: (part 2 - thanks RetroPlayer)
If you connect this project to a non-powered hub (meaning no AC/DC adapter plugged in), the 500mA from the USB is actually split by the number of ports, so this probably wouldn't work on that type of hub, unless you use the other ports for unpowerable purposes (like connecting digital cameras, scanners, printers and other stuff that doesn't depend os USB power to work). Anyway, a powered hub will ensure 500mA to each port, therefore being a better idea in case you really need to use a hub (or eventually would forget and plug all your tiny USB stuff).
- Ensure your favorite mug can handle extra heat, you will not be pleased if it melts over your stuff. The same goes for the casing if you build one. By the way, good ideas for casing are wood or some thick plastic, I believe metal should be avoided because it could dissipate ALL the heat and/or eventually cause a short circuit.
| « Previous Step | Download PDFView All Steps | Next Step » |









































if you use epoxy to attach
I have a project where I'm trying to generate about 350F (I don't plan to do this with a USB port, but I'm just wondering how much heat this particular setup got you...
what do u mean by non dynamic load?
V / I = R, so 5 / .1 (100 ma) = 50 Ohms, and 5 / 2.5 = 2 Ohms
So a 2 Ohm resistor will work IF the handshake is done, and the USB port makes the full power available. If not, I understand the USB standard just current limits it by dropping the available voltage, in which case, it won't even heat significantly. So, to make it possible to use all the power the port will provide, use a 2 Ohm resistor. Now
the formula for power is I(Sq)(Amps) X R(Ohms), so 2.5 (Sq) = 6.25 X 2= 13 Watts. Big resistor physically. And you CAN use more than one resistor, in parallel, to achieve greater power in a smaller (set of) package(s), but that requires recalculating the resistance, etc., and the math is more than I want to attempt teaching here. Use a 15 Watt 2Ohm resistor, and it should work, and WILL be safe. And 15 Watts is pretty hot. Put your hand on a 15 Watt light bulb that's been burning awhile. That's how hot the resistor will get. But it won't burn up, so it won't short, and it won't open.
Micah