Slashdot Mirror


Company Extends Alkaline Battery Life With Voltage Booster

New submitter ttsai writes: Batteroo is a Silicon Valley company preparing to release its Batteriser product in September. The Batteriser is a small sleeve that fits around alkaline batteries to boost the voltage to 1.5V. This means that batteries that would otherwise be thrown into the trash when the voltage dips to 1.3V or 1.4V could be used until the unboosted voltage reaches 0.6V, extending the useful life of a battery 8x, according to the company. This product has the potential to reduce the number of batteries in landfills as well as increasing the time between replacing batteries. The expected price of the sleeve is $10 for a pack of 4 sleeves.

243 comments

  1. If it sounds too good to be true by Anonymous Coward · · Score: 1, Insightful

    It probably is.

    1. Re:If it sounds too good to be true by Megane · · Score: 5, Informative

      And there's math behind it, too. To raise the volts, you have to lower the amps. It'll work until it can't provide enough current for the device that it's powering. The form factor is the tricky part, because you need to fit a boost coil and a capacitor in there somehow, and they might have to custom-wind the coil to make it fit, making it more costly to manufacture than it would be with off-the-shelf parts.

      It would also have to know when the device is turned off. I think the Joule Thief design puts its power switch before the boost converter. You can't do that when wrapped around a single cell.

      Another "too good too be true" is if you have a "pipe"-style battery compartment and the batteries leak, it could be harder to extract them. Tray-style battery compartments should be no problem.

      But if they really work like they ought to work, I want some. Even if it's only a 2x lifetime, I want to use them in an IR remote control. One big problem with IR remotes is as the batteries get weaker, contact resistance becomes a problem. You can make batteries last longer by rotating them in place a little, which I guess cleans the contacts a tiny bit. Just boosting the voltage should help things right there.

      --
      #naabhaprzrag, #sverubfr-000, #agi-fcbafberq, negvpyr[pynff*=' negvpyr-ary-'] { qvfcynl: abar !vzcbegnag; }
    2. Re:If it sounds too good to be true by Anonymous Coward · · Score: 0

      But what is the quiescent current and how does it compare to a typical AA's internal leakage and a remote controls average current drain!!!
      Also why would anyone make a bluetooth keyboard without a proper boost converter that can run down to the alkalines minimum voltage!!!

    3. Re:If it sounds too good to be true by dgatwood · · Score: 5, Informative

      Also why would anyone make a bluetooth keyboard without a proper boost converter that can run down to the alkalines minimum voltage!!!

      Because the device can't tell whether you're using an alkaline battery or not, and if you run a rechargeable battery down to an alkaline battery's minimal voltage, you'll permanently damage the battery.

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    4. Re:If it sounds too good to be true by quenda · · Score: 5, Informative

      The deceit is obvious if you look at the discharge curve.
      Yes, if you throw it away at 1.4V under load, most of the capacity remains. But it is bullshit because nobody does that.
      High-drain devices will cope with much lower voltage, and low drain devices (like remote controls) will almost completely deplete the battery before you notice a drop in effectiveness.
      For real high-drain devices like cameras, most people use NiMH, which has a nominal 1.2V only.

    5. Re:If it sounds too good to be true by mc6809e · · Score: 4, Informative

      The problem is that many devices require ridiculously high minimum threshold voltages just to work.

      TI, for example, sells a remote control IR encoder that requires a supply voltage of 2.7V. That means two AA batteries in series run down to below 1.35V apiece will not run a device with that IR encoder.

      A typical AA battery will deliver only about 0.40 AH before it runs down to 1.35V. That 0.40 AH is of a 2.1 AH total. That's a huge waste.

    6. Re:If it sounds too good to be true by Brett+Buck · · Score: 5, Informative

      And there's math behind it, too. To raise the volts, you have to lower the amps. It'll work until it can't provide enough current for the device that it's powering.

            If it holds a constant 1.5V output the current draw from the device will also remain constant. What *will* happens is that as the battery terminal voltage (input to the boost converter) drops, the current drawn from the battery will go up, not down. It effectively turns the load into a constant power device.
            I am skeptical about the life-saving claims. Alkaline battery-power devices are typically expected to operate down to about 1V terminal voltage. Since the primary effect of discharging is ion depletion, the internal resistance of the battery is what is changing, meaning by the time you get to doubling the current at low states of charge, you will be depleting it much faster. So the time of use will fall off a cliff very abruptly at the end.

    7. Re:If it sounds too good to be true by Anonymous Coward · · Score: 3, Informative

      I get a bit more mileage out of batteries by starting them off in a higher demand item (like an XBox controller) and when the battery is no longer powerful enough for that, I put it in a bin to be used for TV remotes.

    8. Re:If it sounds too good to be true by Anonymous Coward · · Score: 0

      If you know that the batteries to the TV remote are bad, why do you still push harder?

    9. Re:If it sounds too good to be true by Anonymous Coward · · Score: 0

      Nah...

      It also works on NiMH batteries (1.2V.)

      What I figure may happen is that this will be the "beta test" to see how well it works in practice. After it's been proven to work, Energizer/Duracell/etc will begin their grocery-shrink-ray efforts and ship smaller batteries inside their own version of this (eg turning AAA's into AA's)

      The best outcome of this would be that we just come up with a new battery design for electronics that integrate the power management circuitry, and existing electronics use this version to get the same effect. Much like how cheap electronics don't come with their own power supply AC/DC bricks because they want to save a few pennies.

      But I suppose in the long run, it would be better if electronics just didn't have disposable batteries in the first place. The reason we use Alkaline batteries is for the long shelf life, not the use life. C and D cell batteries and a LED bulb last for an extremely long amount of time, that the batteries may leak before they ever get to the point they would normally need replacing.

    10. Re:If it sounds too good to be true by AmiMoJo · · Score: 4, Insightful

      This will be totally unsuitable for remote controls and will dramatically reduce the life of batteries used in them. Remote controls spend most of their time idle, drawing only a microampere or two from the batteries. Unless you intend to physically switch these cells on/off every time you want to use the remote...

      Quality remotes have their own boost circuits to do this kind of thing, controlled by a microcontroller that turns them on when you press a button. Most are designed to work down to at least 1V, if not 0.9V. The 1.4V figure from TFA is nonsense; NiMH cells start at 1.2V when fully charged.

      This is the wrong solution. The boost circuit needs to be part of the device, not part of the battery.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    11. Re:If it sounds too good to be true by Anonymous Coward · · Score: 0

      If you use two batteries and no regulation. I've yet to encounter a remote control that does not work with 1.2V rechargeable batteries.

    12. Re:If it sounds too good to be true by Anonymous Coward · · Score: 0

      This is just a commercial Joule Thief, they've been around for ages, the draw here is that they've been able to somehow miniaturise the boost converter. Nothing crazy about this, it'll work very well for low current devices like remote controls or clocks. Plenty of devices don't need massive current draws, but they may be powering drop out regulators.

    13. Re:If it sounds too good to be true by RabidReindeer · · Score: 1

      Actually, that has been my experience.

      For a long period of time, batteries seemed to be pretty clean. In the past few years, however, I've seen a lot of leaky batteries. Not so much C and D cells, but AA's and disc batteries - some of which have leaked in the original packaging.

      In fact, it's been fairly common for me to discover that a device that was still functioning was also corroding the battery compartment.

    14. Re:If it sounds too good to be true by Mal-2 · · Score: 2

      Nah...

      It also works on NiMH batteries (1.2V.)

      Excellent. I like Eneloop NiMH quite a bit, but my camera doesn't. It's very voltage-picky. In fact, its voltage requirement for the adapter is 3.7V, even though it's a 2xAA device. Needless to say, it reports "low battery" from the very first moment with NiMH -- and then runs for many hours flashing that warning. The problem is that I get no warning when it really is about to keel over, and that this happens only about 50% of the way through the charge.

      The reason we use Alkaline batteries is for the long shelf life, not the use life.

      Eneloops again. They'll hold most of their charge for months, and are shipped ready to use. Now with this fixing the voltage disparity, there's even less reason to avoid rechargables.

      --
      How is the Riemann zeta function like Trump rallies? Both have an endless number of trivial zeros.
    15. Re:If it sounds too good to be true by Anonymous Coward · · Score: 0

      Some devices turn on the "low battery" indicator long before the voltage reaches 1.0V.

      These are the devices where this would be useful. Other devices? Not so much.

      (and most digital devices already have boost converters in them these days so no gains there, either)

    16. Re:If it sounds too good to be true by 140Mandak262Jamuna · · Score: 1

      Depends on the device that is paired with the remote. The set top boxes made by near monopolies of Fisher Scientific and its compatriots have no real competition and they ship crappy remotes designed back in 1970 because ... because they can. What's the user gonna do? Most remotes made by global brands that sell in third world countries have very strong voltage regulation of their main products and very good remotes that work with dead batteries. Indian local language magazines will routinely report, "If you leave your batteries in direct sun light for 8 hours, your remote will work for one more year!"

      --
      sed -e 's/Chuck Norris/Rajnikant/g' joke > fact
    17. Re:If it sounds too good to be true by Anonymous Coward · · Score: 0

      Yeah, that's absolutely right, if you're talking about draining every Joule from the cell, but electronic equipment is *not* designed to operate from batteries that are down as far as 1V. The region 1V - 1.2V is the crucial one here, and in that region you can boost the voltage up so the equipment still operates, without hugely boosting the current draw.

      Also it's worth noting that the battery voltage for a given charge is a function of the current draw, although external circuitry makes it appear that the opposite is true. If you have a battery that reads 1.2V at 10mA and you try to draw 500mA from it to get 0.6W (for a circuit wanting 1.5V @ 133mA, say) then the voltage will drop still further until you reach the unique point on the curve that has the power output required. This complicates things, and makes this stuff hard to design.

    18. Re:If it sounds too good to be true by Anonymous Coward · · Score: 0

      No serious engineer would run a 2.7V device from two AA batteries, for exactly that reason. Many devices need 3.3V which solves that problem for you. Almost everything I own takes at least three AA batteries.

    19. Re:If it sounds too good to be true by fraxinus-tree · · Score: 1

      Yep. It IS too good to be true.

      (1) an adequate electric device will drain a cell down to 0.9-0.8v. For a good 1.5v alkaline cell this is about 80% of the energy at all possible. Further, the internal resistance limits kick in. For a good 1.2v NiMH at 0.9v you are at 95%-or-something-like mark. Not much to save by draining more. "Salt" batteries leak electrolyte when drained too low.
      (2) booster efficiency. 'nuf said. Space constraints and the very small coil don't help either.
      (3) idle consumption = ?
      Generally, you can get at most 20% more on alkaline batteries in a very limited cases. In most cases, you'll get less or much less.

    20. Re:If it sounds too good to be true by Hodr · · Score: 2

      I feel like the best application, if this works as promised, is to raise NIMH cells from 1.2v to 1.5v. Sure, they work just fine in most applications, but for some they are borderline or don't work at all. I'm thinking specifically of my camera that will only work with Alkaline or NiCad.

    21. Re:If it sounds too good to be true by Anonymous Coward · · Score: 1

      That's the thing - they aren't "bad" per se. They are just not powerful enough for an XBox controller. They work fine in a TV remote.

    22. Re:If it sounds too good to be true by BitZtream · · Score: 1

      If you're trying to use 2 AA batteries to power a 2.7v device, you're just stupid. You don't get to blame the semiconductor company and the laws of physics for your inability to make a design that functions.

      Rechargable AA cells NEVER REACH 1.35v to start with.

      You're essentially bitching about the fact that you under power the device because of a bad design.

      Or use the 1.8v version of the device.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    23. Re:If it sounds too good to be true by Anonymous Coward · · Score: 0

      It is not how far down the batteries will work, it is all about how early your device will stop working.
      Say 4xAA = nominally 6V. Maybe it is regulated down to 5V, so when the voltage drops below 1.25V per cell the device will no longer work.
      So boosting voltage will allow you cells to continue delivering enough voltage for the device.

    24. Re:If it sounds too good to be true by Anonymous Coward · · Score: 0

      I dunno about you but I can't remember the last time I actually put batteries into a remote; I change cable providers more often (every 2 or 3 years) than they run out so I am always getting new remotes with fresh batteries. I have even chucked old remotes only to keep the batteries and use them elsewhere (usually wireless keyboards but those are getting so damn efficient now too). If you are using alkalines in anything that you need to replace more than every few months you ought to look into rechargeables anyway.

    25. Re:If it sounds too good to be true by fizzer06 · · Score: 1

      You don't need a coil to boost the voltage. I've done it with an oscillator, diodes and capacitors.

    26. Re:If it sounds too good to be true by Anonymous Coward · · Score: 0

      An alkaline battery is considered to be fully discharged at 0.9V (Eveready and Duracell data sheet info). Most devices cut off well above that point.
      We wouldn't need this boost converter and wouldn't have problems with rechargable batteries if device manufacturers would design to the datasheet!

    27. Re:If it sounds too good to be true by fgouget · · Score: 1

      I just don't see this as being a common problem: all 20 devices I have work just fine with NiMH batteries that only supply 1.2V.

    28. Re:If it sounds too good to be true by Anonymous Coward · · Score: 0

      Ugg, batteries are current limited. as it dies, the current output will become more and more restrictive.

      Why do you think they have D cell batteries and AAA. You think they all can put out the same current just because they are 1.5 volts?

    29. Re:If it sounds too good to be true by jiriw · · Score: 1

      NiCd starts at 1.2V. But nobody (should be) use(ing) those any-more. My experience is that most good NiMH cells start at 1.4-1.5V and maintain 1.25V during most of their in-use-time.

      It shouldn't be too hard to switch on the boost circuit this Batteriser supposedly has, only when a reasonable current is drawn by the device. A current sensing circuit should not add that many components. That should prevent the Batteriser from drawing power to keep the boost circuit running when the device is switched off...

      [edit]
      -Unfortunately I'm unable to show you the ASCII art I had made... So here is a description of it:
      Main circuit, in series: +bat --[>|-- [R2] - device - -bat (ground).
      Booster circuit, 4 leads: on both sides of the diode, ground and Current detection sense input.
      Current detection circuit, 3 leads: on both sides of R2 and Current detection sense output.
      [/edit]

      Something like this (just a rough idea. I'm a radio amateur, not an electronics engineer): R2 is very small and in series with the device (and the battery). Current is sensed over R2. A diode (pref. a low drop one) maintains most of the original battery voltage over device as long as little current is drawn. When boost circuit kicks in, voltage is boosted, the diode prevents the surplus voltage from running back to the input of the boost circuit. Drawback, R2 will dissipate some energy and its resistance depends on how sensitive you can make your current detection circuit. Also, the current detection circuit itself may use some energy but if devices with a 'soft' standby can be battery powered and drain the battery in a matter of multiple years instead of days (I'm looking at calculators and those small bike LED-lights), so can this Batteriser.

      There is only one sort of device I can think of which may not be able to deal with this. I know some devices that have a stand-by current in the micro-ampere range that still do need a rather high supply voltage, else they reset, restart, draw lots of current while restarting and then go back into stand-by. If the booster circuit shuts down while they are in standby, it would mean and endless cycle of restarts, draining the battery even faster. Of course those devices already would drain the battery faster in the original situation. When the battery voltage would become low the first time, the device resets. Then because of the internal resistance of the battery, the voltage would drop even more by the current drawn by the start-up sequence.... resulting in a reset ... rinse and repeat. A boost circuit should have a capacitor at the device side of things (if only to smooth out the high frequency noise from the boosting). If you can make it rather large (in capacity) and have a voltage sense circuit over it that turns on the boost circuit on for a bit if the voltage drops under, let's say 1.4 volt, maybe you can remedy that problem. But how much room is there for a supercap in such a small device as the Batteriser?

    30. Re:If it sounds too good to be true by Anonymous Coward · · Score: 0

      You can reduce the number of batteries in a landfill by recycling... which seems to be hard to pull off with alkaline nowadays. When did recycling for alkaline stop?

    31. Re:If it sounds too good to be true by NixieBunny · · Score: 1

      Exactly! This guy's hoping to make money fixing stupid devices. It's just rewarding the companies who make the stupid devices.

      --
      The determined Real Programmer can write Fortran programs in any language.
    32. Re:If it sounds too good to be true by Darinbob · · Score: 1

      I also think many devices using small batteries are also relatively simple as well as miniaturized, like the remote controller or bluetooth mouse. It's extra design and cost to insert a boost into the circuit. So you get the engineering tradeoff here; the cheapest solution to the problem if you look at only device cost by itself is to assume that the customers will change their batteries every 6 months.

    33. Re:If it sounds too good to be true by toddestan · · Score: 1

      Alkaline batteries used to contain significant amounts of mercury in them which is why they wanted them recycled. Around the late 90's, they managed to remove almost all of the mercury, so now in many places it's considered acceptable to throw them away (but not all places, California still considers them hazardous waste). There really isn't anything in them that's terribly valuable so there's little interest in recycling them to recover the raw materials. So into the landfill they go.

    34. Re:If it sounds too good to be true by Agripa · · Score: 1

      The TI-30 and similar calculators used a 9 volt battery but had rechargeable battery modules which could be used as well that operated like this. Inside was a NiCd battery and boost converter which always ran producing the 9 volts that the calculator expected. Operating life was good even though the boost converter never shut off. Today we could do much better.

      http://www.datamath.org/BP_Rep...

    35. Re:If it sounds too good to be true by Agripa · · Score: 1

      A burst mode or hysteretic converter can have very low (in the microamp range) quiescent current draw. At low or no output current, they spend most of their time shut down with only the comparator and reference active.

  2. Too good to be true by brausch · · Score: 5, Informative

    The article presents some info that just isn't quite right. The device will probably be useful but not nearly as good as they claim. Instead of 8 or more to one times the typical battery lifetime, it will be more like two times. Google "joule thief" and read the articles and comments carefully. This device works the same way; just in a compact package.

    --
    "Almost every wise saying has an opposite one, no less wise, to balance it." - George Santayana
    1. Re:Too good to be true by brausch · · Score: 2

      There are lots of good comments posted after the original article.

      --
      "Almost every wise saying has an opposite one, no less wise, to balance it." - George Santayana
    2. Re:Too good to be true by gweihir · · Score: 5, Informative

      My intuition as well. In fact, when looking at discharge curves for alkaline batteries and assume than any reasonable gadget will use them down to something like 1.15V (otherwise it does not work with NiMH accumulators which only have 1.22V when fully charged), I expect that you will get less than an 80% boost. That is a bit different from the claimed 500% to 800% and explains why the battery industry does not care much. (Discharge curve e.g. here: http://www.stefanv.com/electro...)

      Of course a device with brain-dead power engineering that claims that batteries are dead at 1.4V would get something like an 1000% boost, but such a device is broken by design and also does not work with accumulators in the first place. Also note that if said device is an LED flashlight with step-up regulator (single-cell ones all are), it already does what this thing is claiming to do.

      The break-in story adds to my impression that this is nowhere near as good as claimed.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    3. Re:Too good to be true by msauve · · Score: 4, Informative

      But the claim was "batteries that would otherwise be thrown into the trash when the voltage dips to 1.3V or 1.4V."

      One doesn't have to look hard to find that an alkaline cell drops to 1.4 V when only about 10% of its energy capacity is used. So I can believe the claim, even though it's exceedingly misleading. I can't think of a device designed for alkaline batteries which would fail to work at even 1.0 V/cell.

      From the article: "Batteroo is a Silicon Valley company preparing to release its Batteriser product in September."

      And don't forget, it's Batterrific!

      --
      "National Security is the chief cause of national insecurity." - Celine's First Law
    4. Re:Too good to be true by Anonymous Coward · · Score: 0

      That is true. I generally buy good quality flashlights for example, which have dc to dc converters and they can run the batteries right down until they are almost totally dead. The one disadvantage is you don't know they are loosing power until it shuts off and they are totally dead.

    5. Re:Too good to be true by Anonymous Coward · · Score: 0

      In my experience with similar devices they only boost the life around 20%, in some extreme an corner case with low power devices it can boost it up to more than 400%, it also depends a lot of the powered device as some that are powered with 4 AA batteries can work from more than 7v to as low as 3v (basically they can run with batteries supplying only 0.75v) and in this device the boost is practically null an even it can be negative due to losses. Actually is the device can run with Ni-MH batteries the battery live boost isn't going to be much more than 20% and is going to depend a lot of the power needed by the device.

    6. Re:Too good to be true by Anonymous Coward · · Score: 0

      I took that claim (tossing the batteries at 1.4V) to be akin to the people struggling to do daily tasks in infomercials. Nothing more, just bad ad copy.

    7. Re:Too good to be true by skids · · Score: 2

      There are actually poorly engineered adgets out there that cut off well before an alkaline is tapped. They are the same ones that have trouble operating off NiMHs.

      (Whereas the ones the SP mentions that drain the hell out of batteries need to be used with care with NiMH as they can decrease rechargeable shelf life by doing that.)

      Ever since LSD NiMHs hit the market I have not bought a single alkaline oter than to put in gifts given to someone who can't handle rechargeables.

    8. Re:Too good to be true by Bite+The+Pillow · · Score: 2

      When my beard trimmers, yes that's a thing, from 1998, go dead (3 AA), or my elliptical from 2004 (4 D), or any number of remote controls for my DVD, Xbox, roku, tv, or receiver, die, and I have to rotate batteries to charge them, I would prefer to eke a few more minutes with this.

      Alternatively, a charge level indicator so I know going in if I need to rotate and charge.

      Build this into devices, switching when the battery dies, would be cool, but additional drain like a charge indicator.

      As a guy with batteries, nothing so far has dissuaded me.

      I, in contrast with most people, will not be buying the first 6 months. So plenty of time for real measurements before I decide.

    9. Re:Too good to be true by tlhIngan · · Score: 2

      My intuition as well. In fact, when looking at discharge curves for alkaline batteries and assume than any reasonable gadget will use them down to something like 1.15V (otherwise it does not work with NiMH accumulators which only have 1.22V when fully charged), I expect that you will get less than an 80% boost. That is a bit different from the claimed 500% to 800% and explains why the battery industry does not care much.

      Of course a device with brain-dead power engineering that claims that batteries are dead at 1.4V would get something like an 1000% boost, but such a device is broken by design and also does not work with accumulators in the first place. Also note that if said device is an LED flashlight with step-up regulator (single-cell ones all are), it already does what this thing is claiming to do.

      Actually, if you look at battery datasheets, if you cut off at 0.9V per cell, you have basically gotten around 95% of the energy out of it.

      The problem is, most devices don't go down to 0.9V - they cut out at 1.1V or higher and you've just thrown away about 50% of the cell. If you cut out higher than that, you're throwing away perfectly good batteries.

      So no, this thing doesn't do any magic, other than letting you extract more out of your battery because most devices are pure crap and they cut out way too early. Depending on how crappy the design, it could give you easily double the battery life.

      Designing for batteries is hard - even alkalines tend to be 1.5V, then drop to 1.2V within a few % of use, then basically linearly drop from there to 0.8V or so at which point you're at 99% extraction. But that's a huge range of voltages - from 1.5V to 0.9V per cell. If you use two batteries in series and use a LDO to power your 1.8V processor, that LDO will cut out at around 2V or so, or 1V/cell, which still gets you only 75% of capacity or so. Use a lamer LDO and you can easily cut out at 1.1V a cell or more and waste so much battery.

    10. Re:Too good to be true by dougmc · · Score: 2, Informative

      otherwise it does not work with NiMH accumulators which only have 1.22V when fully charged

      No, NiMH and NiCD cells are at 1.41 volts when fully charged. By the time they hit 1.22 volts, perhaps 60% of the energy that was in the battery is gone.

      I do not know why primary cell voltages are given at their very highest possible voltage and secondary cell voltages are given approximately at the middle of their useful range -- it basically turns the "1.5v vs 1.2v" thing into an apples to orange comparison, when saying "1.5v vs 1.4v" would be far more accurate.

      That said ... how useful this device would be would depend on the application. If a device will stop working when the battery gets down to 1.3 volts ... yes, this device could help a lot, especially with NiMH cells that start at 1.4 volts rather than alkaline's 1.5 volts. But that's a poorly designed device that will leave a lot of battery power unused.

      But, if the device will work until the battery gets down to 0.9 volts ... there's not much energy left, and this device can not possibly help much.

    11. Re:Too good to be true by Anonymous Coward · · Score: 0

      There is a set of devices which generally fail to work to satisfaction when the battery voltage drops much below 1.3V. Most Slashdot readers probably do not own one of those devices. These devices are also quite power-hungry, so they cause a lot of unnecessary battery waste.

      The obvious solution for such high-drain devices is LiFePO or similar, but for some reason (safety?) there are only a few high-end devices with Lithium batteries.

    12. Re:Too good to be true by Anonymous Coward · · Score: 0

      if said device is an LED flashlight with step-up regulator (single-cell ones all are), it already does what this thing is claiming to do

      Nonsense, simple fixed-ratio step-up regulators are cheap, easy to design, and suffer exactly the same issues that this thing solves. You need a variable-ratio step-up regulator, which is vastly more complex & expensive (a microcontroller vs a 555).

      Maybe a Dyson LED torch contains this thing; the ones that are three for $5 do not.

    13. Re:Too good to be true by rot26 · · Score: 1

      +1 virtual mod point for you. (Best I can do atm, sorry.)

      --



      To ensure perfect aim, shoot first and call whatever you hit the target
    14. Re:Too good to be true by chihowa · · Score: 2

      I do not know why primary cell voltages are given at their very highest possible voltage and secondary cell voltages are given approximately at the middle of their useful range -- it basically turns the "1.5v vs 1.2v" thing into an apples to orange comparison, when saying "1.5v vs 1.4v" would be far more accurate.

      The different chemistries are described this way because of the characteristics of the discharge curves. As you can see here, the NiMH battery (and NiCd is similar) spends most of its life at 1.2V, while the ZnMnO2 batteries have no such plateau.

      Under any considerable load, both battery types will drop from 1.5V/1.4V very quickly, so measuring 1.2V across a loaded NiMH battery doesn't mean that 60% of the energy is gone. Self-discharge alone will drop most NiMH/NiCd cells to below 1.4V pretty quickly.

      --
      If you want a vision of the future, imagine a youtube comments section scrolling - forever.
    15. Re:Too good to be true by Darinbob · · Score: 1

      I noticed my Roku remote controller burns through batteries much faster than a typical remote. Ie, 6 months versus several years. I think this is either because it's active much more often (it has a radio link active even when no button is pushed), or because it has a higher voltage requirement on some of the parts inside. I think this sort of boost would work here because these batteries do start working again if I jiggle or rotate them.

      I think the use here depends upon the type of device. Note that the demo in the article used an Apple bluetooth trackpad which seems like the sort of thing to have parts with a higher voltage threshold.

    16. Re:Too good to be true by dougmc · · Score: 1

      That discharge curve you posted lacks context. What's the discharge rate? What battery?

      And unfortunately, the source page does not provide these details either, basically making the chart useless. In fact, I suspect that the author just drew it freehand rather than actually measuring it? Certainly, his starting voltage is flat out *wrong* and his curve seems too flat. (In fact, he has the NiMH voltage *increasing* slightly during parts of the discharge period!)

      Here's a better reference, with a much more useful discharge curve on page six. This is for a specific battery (Energizer NiMH NH15 AA) at a specific discharge rate (750 mA with a pulse (presumably the pulse is to remove the effect of the internal resistance when measuring and to simulate a low discharge rate -- which I would call slightly misleading, but they did disclose it.) Note the starting voltage of a bit over 1.4 volts, and note that once the battery hits 1.2 volts ... it is indeed about halfway discharged.

      If you'd like to see a bunch more *real world* NiMH discharge curves, here you go. Keep in mind that they're not all for a single cell, but those that are start at a bit over 1.4 volts for lower discharge rates and a bit under 1.4 volts for higher discharge rates. And here's the alkaline discharge curves to compare to.

      Self-discharge alone will drop most NiMH/NiCd cells to below 1.4V pretty quickly.

      They do have a significant self discharge rate -- but still, they start at 1.41 volts, not 1.22 volts. And the low-discharge rate NiMH cells (like the Eneloops) have *greatly* reduced the self discharge rate.

      Either way, if you were trying to explain why primary batteries are rated based on their starting voltages and primary batteries on their "middle of their discharge curve" voltages ... you didn't really succeed. The real world discharge curves for NiMH and alkaline batteries look pretty similar, but why should we look at the very highest point for alkalines and the middle point for NiMH beyond "that's the way it's always been done" ?

    17. Re:Too good to be true by gweihir · · Score: 1

      As you get no switch and no warning, you would have to remove the batteries, add this device and then put them in again. That is a lot of effort. Probably better and cheaper to just get a spare set of alkaline batteries to be used for those 2-3 minutes only.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    18. Re:Too good to be true by gweihir · · Score: 1

      I am not taking exception with this type of power engineering being useful. I am taking exceptions with the claims of 500-800% more use you supposedly get. That is deep in the area of a direct lie.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    19. Re:Too good to be true by gweihir · · Score: 1

      Your numbers are way off. Maybe get a new voltmeter?

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    20. Re:Too good to be true by gweihir · · Score: 1

      Even the figure you quote says that a NiHM is down to about 1.25V before 20% discharge. You pulled your number of 1.22V at 60% discharge right out of your backside.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    21. Re:Too good to be true by gweihir · · Score: 1

      You really do not understand step-up regulation and in particular fly-back topology. Stop posting bullshit.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    22. Re:Too good to be true by gweihir · · Score: 1

      If "jiggle or rotate" works, then you have a contact problem, not a battery voltage problem. The Apple BT track-pad was likely selected as one particularly badly designed device (Apple engineering frequently sucks badly, but many people do not know that or are in denial) that can demonstrate the effect.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    23. Re:Too good to be true by dougmc · · Score: 1

      Looking at the discharge curve given in the Energizer pdf, page 6, for NiMH NH15 AA battery being discharged at 750 mA with 10 mA pulses ... the battery finally hits 1.2 volts right at about 60% discharge at the 750 mA discharge rate, and about 1.22 volts during the 10 mA "pulses".

      The exact voltages depend on discharge rate -- higher discharge rates give you a lower voltage, but at a low discharge rate (around a C/20 discharge rate), the battery hitting 1.22 volts when 60% discharged is approximately what that charge shows. And even at a higher rate -- C/3 -- it finally hits 1.20 volts when about 60% discharge.

      And yet the discharge curve that chihowa linked to had the NiMH cell *starting* at about 1.24 volts, then going down to 1.2 volts, then *going up slightly* before going down again -- *THAT* is pulling it out of your backside.

      I linked to dozens of discharge curves, done at various rates with various batteries, but in general you'll find that when the cell finally hits 1.20 volts, it's roughly 50% discharged, with the exact voltages and discharge amounts depending on the discharge rate and the exact battery involved.

      For example, looking at this specific one -- looking at the 0.2C discharge curve (0.2C means that the battery is fully discharged in five hours), when the battery is 60% discharge thed voltage is about 1.23 volts.

    24. Re:Too good to be true by gweihir · · Score: 1

      Seriously, there are always some circumstances where even the most bizarre claims are true. The question is whether they matter. I actually stopped thinking about it when you made the bizarre claim that NiCd and NiMH behave the same.

      Or in other words, you may be technically correct in some rare or non-relevant circumstances, but you are not worth listening to because you do not understand context. This demonstrates a lack of common-sense on your part, nothing else.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    25. Re:Too good to be true by dougmc · · Score: 1

      NiMH and NiCd do have very similar discharge curves for comparable "C" discharge rates. (If you discharge a NiCd at a rate that will discharge it in three hours (to pick a rate), the discharge curve will look very similar to a NiMH being discharged at a rate that will discharge it in three hours. The differences you do see will mostly come from different internal resistances.)

      some rare or non-relevant circumstances

      What are you talking about? I'm talking about NiMH discharge curves, all of them, not some "rare or non-relevant circumstance".

      I'm sorry that you got your information from an incorrect web page, but you did -- NiMH cells start at 1.41 volts, not 1.22 volts, and the discharge curve you explicitly linked to does not represent reality.

      This demonstrates a lack of common-sense on your part, nothing else.

      Again, I'm sorry that you got some bad information, but you did, and I've shown it to be bad with many different sources.

      What would show a "lack of common sense" would be a failure to acknowledge that you repeated some incorrect information, learn from that, correct it, and move on.

  3. not new by dj245 · · Score: 5, Informative

    This has been around for years. A device from last year uses the same joule thief circuit.

    --
    Even those who arrange and design shrubberies are under considerable economic stress at this period in history.
    1. Re:not new by Anonymous Coward · · Score: 1, Insightful

      So why is this not built in the devices that need it?

    2. Re:not new by Strangely+Familiar · · Score: 3, Insightful

      My thought exactly. This is why one should be extremely skeptical. The article says that none of the circuitry is new, it's only the miniaturization to a sleeve a few millimeters thick that is the trick. So why wouldn't toy manufacturers build this type of thing into their toys to make them last longer? Wouldn't this make people like the toys more? Or at least have fewer gripes? And doesn't every battery powered device need to last longer?

      --
      Join the IParty!
    3. Re:not new by gl4ss · · Score: 2

      So why is this not built in the devices that need it?

      but it is.

      --
      world was created 5 seconds before this post as it is.
    4. Re:not new by ChrisMaple · · Score: 3, Interesting

      Most toys are going to work down to 1 V anyway, at which point the alkaline battery is for all practical purposes exhausted. Although nominally primary cells, alkalines can be recharged if it's done gently. That will provide more life than a booster.

      --
      Contribute to civilization: ari.aynrand.org/donate
    5. Re:not new by sjames · · Score: 1

      As the baby chick said, cheap cheap cheap!

    6. Re:not new by camperdave · · Score: 2

      So why is this not built in the devices that need it?

      Because it cuts into profits.

      --
      When our name is on the back of your car, we're behind you all the way!
    7. Re:not new by Anonymous Coward · · Score: 0

      If you understand the Joule Thief circuit you'll immediately realize that what's being reported here is more complex and useful.

    8. Re:not new by Translation+Error · · Score: 1

      The article itself says it isn't new. What is new is the miniaturization that allows it to go on batteries and have them still fit into existing devices.

      --
      When someone says, "Any fool can see ..." they're usually exactly right.
    9. Re:not new by Anonymous Coward · · Score: 0

      If you do attempt recharging, it works best when the cell isn't very deeply discharged. Don't expect more than a few recharges anyway.

      Overall probably better off buying eneloops and a decent charger. Recharged alkalines leak more easily too.

    10. Re:not new by hackertourist · · Score: 1

      This is bad advice. I've had an alkaline explode when I attempted recharging it.

    11. Re:not new by Darinbob · · Score: 1

      But can you miniaturize it so that it fits in place in a standard device accepting AA batteries? That's the tricky part that's being done here.

    12. Re:not new by Darinbob · · Score: 1

      Probably cost. Assume that the customer is changing batteries periodically, problem is solved! Consumer electronics is all about cutting costs and corners. My guess is that some devices have this circuit and some don't. This thing is essentially mandatory on some device types; ie, smart water or gas meters and other sorts of remote sensors where changing the battery is a relatively expensive operation. Probably see more of this with the better quality "internet of things" devices that need to be standalone and cant be recharged every night.

    13. Re:not new by Darinbob · · Score: 1

      Depends on the parts inside the devices I think. The example from the article was a bluetooth trackpad. That's a relatively complex device, probably using several chips with specific power requirements. But an older style IR remote control for the TV is going to be easier to deal with large voltage ranges. And face it, the toy companies don't care if you have to change the batteries after a couple of months of playing with their products. Many of those things are dirt cheap and the profit margins of the electronics are so tiny that they can't afford the higher quality.

  4. extending the useful life of a battery 8x by Anonymous Coward · · Score: 0

    No it won't.

  5. Don't see this taking off by viperidaenz · · Score: 4, Insightful

    It's going to be limited to low power device, which generally don't cut out when the battery drops to 1.4V. A lot of products are designed to get the most out of a battery, which is around 0.8V per cell.

    High power devices cut out quicker because the internal resistance increases, and when a large amount of current is drawn the voltage drops significantly.

    These little devices don't have much power capability if they're to be so small as to fit in existing products along side the batteries. They're also not going to be 100% efficient, so in a well designed product, they will decrease battery life.

    1. Re:Don't see this taking off by ModernGeek · · Score: 1

      This made me wonder why this or similar voltage boosters aren't simply used in the circuitry of the devices that they are powering .. which it sounds like some already are.

      --
      Sig: I stole this sig.
    2. Re:Don't see this taking off by viperidaenz · · Score: 1

      Because they cost money.

    3. Re:Don't see this taking off by dgatwood · · Score: 1

      And damage rechargeable batteries by draining them below their safe discharge threshold.

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

  6. It's just joule thief by firex726 · · Score: 3, Insightful

    It's just joule thief, thing is not all batteries can tolerate being over discharged and may fail catastrophically.

    1. Re:It's just joule thief by QuasiEvil · · Score: 4, Informative

      Carbon-zinc and alkaline (MnO2) batteries will go to complete discharge without any danger. You're thinking of various rechargeable chemistries that either suffer loss of capacity from excess discharge (Pb Acid, NiCd, NiMH, etc.) or have the potential to fail horribly (lithium chemistries).

      Lithium AAs, while they exist, are fairly rare and not the same chemistry as the rechargables. As far as I know, there's no danger in taking them all the way to dead either.

    2. Re:It's just joule thief by QuasiEvil · · Score: 3, Informative

      Leaks and corrosion isn't "fail catastrophically", and typically happens after the battery has been dead for some time and the seals fail. Taking them to zero wasn't the problem - not removing them after they were dead was where the problems started. Many rechargable lithium chemistries, however, will generate oxygen and/or pure metal in bad places if excessively discharged (or charged), which then can translate into burning and toxic gases. Now that's catastrophic.

    3. Re:It's just joule thief by Anonymous Coward · · Score: 0

      "Leaks and corrosion isn't fail catastrophically" Alrighty then, good luck with that. Read any battery operated devices warranty, evidence of leaking batteries voids the warranty.

    4. Re:It's just joule thief by Anonymous Coward · · Score: 0

      The battery is already dead at that point. How do you fail catastrophically after you've already failed?

      It doesn't mean that the damage isn't real, it just means that it's not considered a catastrophic failure - since it needs to have first actually been working for it to be a failure.

    5. Re:It's just joule thief by Khyber · · Score: 2, Interesting

      "Carbon-zinc and alkaline (MnO2) batteries will go to complete discharge without any danger."

      Bullshit. Carbon-Zinc batteries use the Zinc can as the cathode. Guess what that means?

      As you continue to discharge the battery, the case falls apart because it is eating itself. You get a leak.

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
    6. Re:It's just joule thief by sexconker · · Score: 2

      Look up the word "catastrophically".
      Then look up the word "fail" to find a picture of yourself.

    7. Re:It's just joule thief by Rhywden · · Score: 1

      That's why they have a steel casing around the Zinc, genius.

    8. Re:It's just joule thief by Khyber · · Score: 1

      It still gets corroded through and leaks.

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
    9. Re:It's just joule thief by Anonymous Coward · · Score: 0

      My point exactly. The moron that said "Leaks and corrosion isn't fail catastrophically" is an idiot and anyone who listens to him deserves a phucked up device from leaking batteries.

    10. Re:It's just joule thief by Anonymous Coward · · Score: 0

      The 'lithum AAs' are not actually lithium cells. And they can not be recharged like all other lithium batteries can be.

      It's marketing gimick to slap 'lithium' on it.

    11. Re:It's just joule thief by Rhywden · · Score: 1

      There's also a plastic hull to contend with. Plus, such a leak is not exactly "fails catastrophically". After all, we're not talking about strong acids or bases here - the most problematic would be the manganese due to its toxicity, it's a heavy metal after all. But as long as you don't eat that stuff, you won't have any problems.

      Look at the ingredients - carbon, wet ammonium chloride and zinc chloride as electrolytes / electron conductors, zinc and mangan(IV)-oxide as the electrodes.

      There are quite a lot of battery types out there which are much more nasty. This? This is something you can give your pupils to demonstrate how batteries work - it's that harmless.

    12. Re:It's just joule thief by Anonymous Coward · · Score: 0

      OK you idiot. Here is a scenario for you. The battery for your laptop fails, it wears out and no longer works. The battery in your laptop fails catastrophically, it wears out, no longer works then catches on fire and burns down your house. You buy a television with the expectation that when it fails, it has a fuse that will blow instead of overheating and catching on fire. The expected failure mode is not one that causes property damage beyond the device itself failing to function. When it does, it is a catastrophic failure.

    13. Re:It's just joule thief by toddestan · · Score: 1

      That's why you replace them when they go dead. Any decent alkaline battery isn't going to leak if you take it down to nothing so long as you don't let it sit for an extended period of time after doing that. Now, cheap Chinese shit batteries you buy at Harbor Freight might be a different story.

    14. Re:It's just joule thief by toddestan · · Score: 1

      They are called lithium batteries because they use lithium as the anode. Lithium is a metal, it's not a synonym for "rechargeable".

  7. Or just use LSD rechargables by evanh · · Score: 1

    Last time I purchased an alkaline cell was one of those button cells, since they don't come in rechargeable versions. Needless to say I avoid devices that use button cells.

    1. Re:Or just use LSD rechargables by skids · · Score: 1

      Most button cells are actually "lithium primary batteries", not considered "alkaline" in common parlance.

    2. Re:Or just use LSD rechargables by afidel · · Score: 1

      Came here to say the same thing, and their target price is WAY too high, I got Amazon LSD AA batteries for $1.50 a piece, you can even get the Eneloop manufactured white amazon basics for under their $2.50 price point.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
  8. Sounds suspicious by diamondmagic · · Score: 1

    If this is so great, easy, and cheap to put in (or next to) batteries, why isn't it in electronic devices instead? "Our wireless mouse lasts 8x longer than competitors!"

    This also sounds like snake oil from a salesman who doesn't know about the law of conservation of energy:

    “The time it takes for the battery voltage to drop by 0.1V is longer at lower voltages versus at higher voltages. That means that if a constant current was drawn from the battery, it would take the battery a lot longer to discharge from 1.2V to 1.1V than it would from 1.5V to 1.4V. This means that the extent to which the battery life is increased could be even higher.”

    If the battery is serving a lower voltage, that means it must put out more current. So, they've either broken physics, or just no.

    1. Re:Sounds suspicious by Khyber · · Score: 5, Informative

      The boost converter will run as low as 0.6v. That IS an improvement, since most devices DO power down at 1.0v. But I also call hogwash on the "no extra risk of leakage". Alkaline cells use an inner layer of the case as the cathode. This inner case is invariable damaged by discharge. The deeper the discharge, the more severe the damage. Most reasonably modern C/Zn and AM cells have a second can outside of the first one to reduce the risk of leaks. But the battery may still fail and leak, and the fact that you have a weak battery in your device for longer RAISES your risk of a leak.

      Plus, more hogwash. The "voltage drop slows at lower voltage levels". Alkaline batteries really do have a fairly linear discharge curve for SoC. The dubious claim that it slows is assuming a continuous resistive load, which by Ohm's law says that power will drop 4x for each 2x drop in voltage.

      Not to say these boosters aren't useless. If your device shuts down at 1.3v (not unreasonable for older generation digital devices), you can use that battery for a lot longer. And where these things really come into their own is on rechargeables that OCV at a lower voltage that may fail to drive certain devices.
      There IS a caveat though. A very, serious, caveat.

      You lose ALL SoC INFORMATION IN THE BATTERY.

      When you connect a booster, you forfeit all advance warning that your battery is low. You're at 1.5v until you aren't and you're high and dry.

      And of course battery companies are going to be thinking of chemistry. Because implanting a $10 booster into every $1 AA alkaline battery is going to make these cells prohibitively expensive.

      It's definitely a cool device, but it's not worth the hype this author is giving it.

      Critical warning. This is an active circuit you're placing on your battery. Alkalines have always shined in very low current applications. Attaching an active converter circuit will put a continuous (though light) load on the battery, slashing its shelf- and very-light-duty life.

      Over the span of 60 hours in a Game Boy, it's not much. But over the span of a year or two in a desk clock, it becomes significant.

      Potentially significant enough to fully offset and even overcome the "unlocked" power now available to you by using it at the lower voltage.

      Depending on what you're doing with your battery, you could see -50% through +300% lifespan. Degradations are for microamp-scale super long life devices, where the load of running the Batteriser forms a significant fraction of the running power. Biggest boosts are for devices that shut down at abnormally high voltages.

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
    2. Re:Sounds suspicious by serviscope_minor · · Score: 2

      The boost converter will run as low as 0.6v. That IS an improvement, since most devices DO power down at 1.0v.

      Funnily enough I actually built something like this for a school project a little under 20 years ago. Naturally the batteries were external and the convertor box was large, but that's not the point. The point is that the battery discharge curves are very far from linear.Just google "battery discharge curve". While they vary, the essential characteristics are the same:

      http://robotics.stackexchange....

      The voltage quickly drops down to the nominal voltage from the fresh voltage [*]. It then very slowly drops until the battery is exhausted at which point the drop is catastrophic. At the corner, the chemical energy is nearly gone and the internal resistance goes way up. So, probably 95% of the battery energy has gone by the time the cell hits 1V. While you can scavenge the remainder between 1 and 0.6, there's little energy there and the voltage will drop very very fast so it won't last long.

      [*]And here's where the deception comes in. They claim that people discard batteries at 1.3V, which is not true. That's the point where the batteries finish the initial rapid drop off and start the long, slow discharge curve. No one throws them out then since no equipment minds---the equipment makers know to expect voltages down to about 1V and build accordingly. NB if they didn't, rechargable batteries with a nominal voltage of 1.2V would never work.

      So, their claim is true if people discard alkaline batteries at 1.3V. However people don't.

      --
      SJW n. One who posts facts.
    3. Re:Sounds suspicious by Anonymous Coward · · Score: 0

      I think you made the point very clear.
      * Discharging alkaline more results in a big increase in leak risk.
      * Putting a Joule Thief-like device constantly on the battery drains power (more risk to leak)
      * Most device shut down well blow 1.35V

      Since a Corean idea was to use wasted battery energy to recharge smartphone, I checked how much my devices was wasting. Most of the batteries fell below 1V, sometime as low as 0.5V (very rare - IR after 4 years of use)

      Beside that:
      * you can actually RECHARGE alkaline batteries, especially if they still have more than 1V. It works (not 15 times like advertised, but the 2-3 first recharges give nearly the same battery life)
      * using a Joule Thief rises current stress on the battery, making the internal resistance more of a problem, and making the battery heat more (remember: P=R.I), causing more internal material degradations
      * using a simple Joule Thief introduce some noise in the voltage, that can be audible, especially since battery-powered device don't need a filter to cancel ripple.

    4. Re:Sounds suspicious by sjames · · Score: 1

      There are a very few devices that will cut out at 1.3 (and so, the instructions insist on alkaline batteries). They must have searched long and hard to find one of those oddities to "legitimize" their claims.

  9. What I imagine will happen from this... by mark-t · · Score: 3, Insightful

    Since this requires an external sleeve to be mounted on the battery... I expect this will more than likely cause the battery to not fit properly in many types of devices' housing. Some people may try and force the battery to fit, and might end up breaking their devices, often without even necessarily using very much force (since the only force batteries generally require to insert in most consumer devices is against the spring tension of any battery contacts).

    1. Re:What I imagine will happen from this... by PitaBred · · Score: 1

      The whole point is kinda that it DOES fit. It wouldn't even be a product if it didn't fit, as the circuits and everything else is fairly well known.

  10. Not very useful by ZackSchil · · Score: 2

    There aren't many devices that are both low power and require a steady 1.5V operating voltage. Most will tolerate 0.8-1.2V as their low end. In a high drain device, the number of watts left in the cell when the voltage drops below that low end is minuscule, so this sleeve will only buy you a few more minutes of use. In a low drain device, it can give you a significant amount of time but most low-drain devices that would benefit already have a similar circuit built-in. Logitech's wireless mice and keyboards that use alkalines and last months, for example, have this voltage boosting circuitry already, and tuned to the minimum voltage the mouse requires to reduce conversion loss.

    1. Re:Not very useful by Khyber · · Score: 1

      "There aren't many devices that are both low power and require a steady 1.5V operating voltage."

      Cameras are quite voltage sensitive. Example, two cameras I own came with 1.2V cells. Two for a total of 2.4V. Recording video in bright lighting conditions is fine. The second you drop past a certain light level, the audio capturing/encoding gets beyond fucked, and everything sounds like a chipmunk, even sped up. This does not happen with 1.5V alkaline batteries inserted.

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
    2. Re:Not very useful by thegarbz · · Score: 1

      What you're saying is you have a camera with a very poorly designed power system. Case in point a high discharge device being designed to be used with a non-rechargable chemistry. If a camera can't handle 1.2V cells and runs from AAs then the designer should have their ass kicked.

    3. Re:Not very useful by ihtoit · · Score: 1

      Kodak Easyshare C633.

      Great on fresh alkalines, take a dozen flash shots, it's fucked. Or is it?

      Drop the batteries into an LED flashlight like a "Lenser" which are loaded with Cree electronics, and they'll last another three years.

      Source: I have a drawer full of cameras and flashlights are the cornerstone of any discerning hunter's day pack.

      --
      Political debates have me rolling my eyes so much I think I got optical whiplash. I should sue. - Foamy The Squirrel
    4. Re:Not very useful by thegarbz · · Score: 1

      Oh I believe it. I came across it on an older Olympus model too. That's no excuse for crap design though.

    5. Re:Not very useful by Khyber · · Score: 1

      Shit you even got almost the EXACT models of camera down. Easyshare C643 and C743. My Z981 doesn't have this problem.

      Still waiting for 1.6V Ni-ZN batteries to get their whiskering problem fixed.

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
    6. Re:Not very useful by Anonymous Coward · · Score: 0

      My Easyshare takes AAs and I've found that any kind of store bought AA, renewable or otherwise, just doesn't do anything. You're lucky if you get the mechanical boot-up 'snort' and a few flashing lights. I had to get some special high capacity eneloops just to run it.

  11. Already within power circuit or useless by La+Gris · · Score: 2, Insightful

    When a device power circuit already integrate a voltage regulator, this is yet another battery scam.
    If not, it is either a cheap or old piece of electronic.

    This battery extender _is_ yet another battery scam.

    Next expand your car mileage by adding a water sprayer, magic canister?

    This is not news for nerds.

    _This_ is scamvertisement.

    --
    Léa Gris
    1. Re:Already within power circuit or useless by Anonymous Coward · · Score: 0

      What does a voltage regulator have to do with anything? There are many types of regulators, you know that?

      And the B-52 does use water injection in its engines at take-off, is that a scam too?

      And _what's_ the odd emphasis? You autistic?

    2. Re:Already within power circuit or useless by Anonymous Coward · · Score: 0

      Next expand your car mileage by adding a water sprayer, magic canister?

      Older cars with high compression ratios will suffer preignition and detonation on low octane gas unless you retard the ignition severely. Water raises the detonation point so timing can be set back to factory specs. In those cases, yes, water spray does extend mileage.

    3. Re:Already within power circuit or useless by Megane · · Score: 1

      If they can make it work, I'd buy some. But I will not indiekickfund it. The magic is not the boost converter, it's making it that small and thin. I don't feel confident enough about that to place a bet on it until it's already worked for other people.

      --
      #naabhaprzrag, #sverubfr-000, #agi-fcbafberq, negvpyr[pynff*=' negvpyr-ary-'] { qvfcynl: abar !vzcbegnag; }
    4. Re:Already within power circuit or useless by Anonymous Coward · · Score: 0

      These things have been around for years, genius. The "magic" is in the miniaturization. This *is* news for nerds. You just happen to not qualify.

  12. 1.5V alkaline vs 1.2v NiMH by lindseyp · · Score: 4, Insightful

    "A completely new alkaline battery is rated to generate 1.5 volts, but once its output drops below 1.35 or even 1.4 volts, it effectively becomes useless to many devices. "

    And yet I can't recall any device that didn't work happily with the 1.2v supplied by a rechargeable NiMH.

    --
    j'ai découvert une démonstration vraiment admirable (de ce théorème général) que cette si
    1. Re:1.5V alkaline vs 1.2v NiMH by gweihir · · Score: 2

      And that is exactly the problem with this "invention": And sanely designed device these days assumes batteries may be NiMH. These start at around 1.22V when full and are empty at somewhere around 1.10V. That means this "magic" "invention" will boost battery life by something like 70% or less in such a device. And using NiMH in the first place is a better choice anyways in most applications.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    2. Re: 1.5V alkaline vs 1.2v NiMH by Anonymous Coward · · Score: 0

      That's because the secret rats were running on a wheel to generate the other 0.3 volts.

    3. Re:1.5V alkaline vs 1.2v NiMH by djbckr · · Score: 1

      And yet I can't recall any device that didn't work happily with the 1.2v supplied by a rechargeable NiMH.

      To add to this good statement: Alkaline batteries have high internal resistance, so when they are highly loaded, their voltage drops dramatically (and therefore become useless to the device they are powering). NiMH have low internal resistance and can delivery drastically more amperage before their voltage drops. Many devices completely work with 1.2v just fine, but alkaline batteries drop below that too easily.

    4. Re:1.5V alkaline vs 1.2v NiMH by Anonymous Coward · · Score: 0

      I have a couple tick tock wall clocks that refuse to work with rechargeables.

    5. Re:1.5V alkaline vs 1.2v NiMH by QuasiEvil · · Score: 1

      Yeah, the 1.35 or 1.4 number is total bull$#@!. Almost everything these days will run on the 1.1-1.2 of NiMH, as you point out. Even at that point, the remaining energy in a common alkaline (manganese dioxide) AA cell is nowhere near 80%. Alkaline goes "over the cliff" - the sharp point at the end of the discharge curve where there's no energy left and the voltage plummets - at about 0.8-0.9V. Even at 1.1V, there's only about 10% of the energy capacity left for a typical alkaline.

      Look up "alkaline discharge curve" pretty much anywhere. Typically these will plot output voltage on the Y axis and amp-hours on the X axis. The energy remaining is the area under the curve to the right of where you're looking (because energy is measured in watt-hours, and voltage * amp-hours remaining is watt-hours). As you extract more energy (move right on the X), your voltage drops. When you hit a certain point... boom! straight to the floor.

      Most battery powered devices these days either have a switching regulator that deals with this issue, or they use a low quiescent current, low dropout regulator and a big enough battery stack that can keep the supply rail where it needs to be until the batteries hit their dead point. While not strictly a scam, it won't do much good in most modern devices (and will actually decrease performance in well-designed ones, as I'm sure the switcher in these has a non-zero quiescent current, and an efficiency below 100%).

    6. Re:1.5V alkaline vs 1.2v NiMH by hawguy · · Score: 1

      "A completely new alkaline battery is rated to generate 1.5 volts, but once its output drops below 1.35 or even 1.4 volts, it effectively becomes useless to many devices. "

      And yet I can't recall any device that didn't work happily with the 1.2v supplied by a rechargeable NiMH.

      The remote for my old Sony TV refused to work with NiMH's, but since the remote lasted for a couple years of regular use with a pair of Alkalines, this $10 battery booster wouldn't really be worth it.

    7. Re:1.5V alkaline vs 1.2v NiMH by viperidaenz · · Score: 1

      Great, add this boost converter to the battery, and watch the quiescent current flatten the battery faster than the clock you're trying to power!

    8. Re:1.5V alkaline vs 1.2v NiMH by Anonymous Coward · · Score: 0

      Very old handheld portable CB radios didn't work with NiCd batteries due to the voltage difference. Well, more specifically, some of them had a couple of inserts placed in the battery pack to be removed and replaced with more batteries if NiCd's were in use. When you're shooting for 12 volts, it matters.

    9. Re:1.5V alkaline vs 1.2v NiMH by Anonymous Coward · · Score: 0

      For a TV remote these don't seem useful, where the seals sometimes fail in the cells before you drop them below a voltage the microcontroller needs to operate. The IR emitter needs mostly current and a joule thief isn't going to help there, it might make matters worse.

      For a flash light or AM/FM radio something like this could be fantastic. But I would prefer to have it part of the flashlight and disabled when switched off, if it is a sleeve that works anything like the joule thief circuit it will leak a bit of current without an integrated switch.

    10. Re:1.5V alkaline vs 1.2v NiMH by fnj · · Score: 1

      All the devices I happen to have that use AAs will work just fine down to at least 0.9 v. Some of them work to 0.7 v.

    11. Re:1.5V alkaline vs 1.2v NiMH by YoungHack · · Score: 1

      This is no joke. I made a clock once with a circuit like this and the quiescent current did exactly that. I removed the booster, and just ran the clock on two batteries and it runs a long time now.

    12. Re:1.5V alkaline vs 1.2v NiMH by Miamicanes · · Score: 2

      The catch is, not all devices (especially devices more than a few years old) ARE "sanely designed". I remember quite well that the original Palm III had fairly demanding battery requirements... it was good for about a month with Duracell or Energizer alkalines, but only lasted 2-3 weeks with store-brand alkaline cells, and only lasted a few DAYS with NiMH cells. Ditto for my piece-of-shit Minolta d'Image DSLR, which was good for about 10 photos on brand new alkaline batteries before shutdown.

      That said, the marketers behind this aren't being entirely honest... they're presenting the best-possible and most extreme edge case as the universal norm. It will make a HUGE difference for some (badly-designed/cost-cut) devices, and make no positive difference for well-designed devices. Regardless, it'll be useful, because shit devices vastly outnumber well-designed ones.

    13. Re:1.5V alkaline vs 1.2v NiMH by Anonymous Coward · · Score: 0

      I went NiMH and haven't looked back in a long time. LED flashlight works fine. Beard trimmer runs down fast since it's a motor designed for 1.5v, but can take my entire beard down to stubble. I probably don't need to swap out the batteries half way through, but I do just to avoid full discharge.

    14. Re:1.5V alkaline vs 1.2v NiMH by sexconker · · Score: 1

      I had walkie talkies (the biiiiiiiig ones) that used this scheme.

    15. Re:1.5V alkaline vs 1.2v NiMH by ihtoit · · Score: 1

      older digital cameras.

      source: I have many, and they all suffer the same problem: they don't work on NiMH chemistry. ANY of them.

      --
      Political debates have me rolling my eyes so much I think I got optical whiplash. I should sue. - Foamy The Squirrel
    16. Re:1.5V alkaline vs 1.2v NiMH by ihtoit · · Score: 1

      yep, I had two that had that. One was a Harvard Multi (UK, CEPT & sidebands), the other a Radio Shack 80-channel (UK & CEPT). Both ran on 12V (8xMnO or 10xNiCd - 8xNiCd wouldn't work). I was so happy when I got my Yaesu VX-5 apart from the fact that it doesn't cover MPT-27/81 or CEPT, 49MHz unlicensed or anything above 999.90MHz. Guess I'm stuck using terrestrial bands that everybody else uses. :(

      --
      Political debates have me rolling my eyes so much I think I got optical whiplash. I should sue. - Foamy The Squirrel
    17. Re:1.5V alkaline vs 1.2v NiMH by wbo · · Score: 1

      The old PalmOS devices had options to select which battery chemistry were in use. If I remember correctly, support for recharable batteries such as NiMH cells was added somewhere around PalmOS 3 or perhaps 3.3. A reference page indicates that Alkaline, NiCad, Rechargeable Alkaline, and NiMH were supported.

      If you didn't select the correct chemistry it could report the batteries as being dead or almost dead when they still had lots of life left.

      I had a Palm IIIx that I used for many years and I ran it almost exclusively off of NiMH batteries with no problems. If I remember correctly I had the charge the batteries around every 2 weeks or so.

    18. Re:1.5V alkaline vs 1.2v NiMH by fgouget · · Score: 1

      Try a Canon PowerShot A1100 IS. Dates back to 2009, still works just fine with NiMH batteries.

    19. Re:1.5V alkaline vs 1.2v NiMH by istartedi · · Score: 1

      You can go back even further than that with the PowerShot line. I have one from 2007 that works fine with NiMH.

      --
      For all intensive purposes, "whom" is no longer a word. That begs the question, "who cares"?
    20. Re:1.5V alkaline vs 1.2v NiMH by Anonymous Coward · · Score: 0

      And how many Palm IIIs are still in use?

    21. Re:1.5V alkaline vs 1.2v NiMH by gweihir · · Score: 1

      If it worked at all with NiMH at all, then you get at most 100% battery life extension for alkaline from this device. I would say that 100% in comparison to the claimed 500-800% qualifies as direct and drastic lie, not as "not entirely truthful".

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    22. Re:1.5V alkaline vs 1.2v NiMH by ihtoit · · Score: 1

      Kodak Easyshare C633, c.2006. Mn-O: fine. Ni-MH: no chance. Zn-C: nope. Ni-Cd: Hell no.

      --
      Political debates have me rolling my eyes so much I think I got optical whiplash. I should sue. - Foamy The Squirrel
    23. Re:1.5V alkaline vs 1.2v NiMH by gzuckier · · Score: 1

      Yeah, the 1.35 or 1.4 number is total bull$#@!. Almost everything these days will run on the 1.1-1.2 of NiMH, as you point out. Even at that point, the remaining energy in a common alkaline (manganese dioxide) AA cell is nowhere near 80%. Alkaline goes "over the cliff" - the sharp point at the end of the discharge curve where there's no energy left and the voltage plummets - at about 0.8-0.9V. Even at 1.1V, there's only about 10% of the energy capacity left for a typical alkaline.

      Look up "alkaline discharge curve" pretty much anywhere. Typically these will plot output voltage on the Y axis and amp-hours on the X axis. The energy remaining is the area under the curve to the right of where you're looking (because energy is measured in watt-hours, and voltage * amp-hours remaining is watt-hours). As you extract more energy (move right on the X), your voltage drops. When you hit a certain point... boom! straight to the floor.

      Most battery powered devices these days either have a switching regulator that deals with this issue, or they use a low quiescent current, low dropout regulator and a big enough battery stack that can keep the supply rail where it needs to be until the batteries hit their dead point. While not strictly a scam, it won't do much good in most modern devices (and will actually decrease performance in well-designed ones, as I'm sure the switcher in these has a non-zero quiescent current, and an efficiency below 100%).

      useful for incandescent bulb flashlights.

      --
      Star Trek transporters are just 3d printers.
    24. Re:1.5V alkaline vs 1.2v NiMH by gzuckier · · Score: 1

      get 3 volts for an led out of a single 1.X v cell

      --
      Star Trek transporters are just 3d printers.
  13. I'm not impressed. by fuzzyfuzzyfungus · · Score: 3, Insightful

    Ok, DC-DC converters do have a legitimate place in battery powered systems. You want a blue or white LED in your flashlight without resorting to an expensive cell chemistry or 3ish alkalines in series? Well, DC-DC converter it is. You(for some reason) have an antique filament-bulb flashlight and you don't want it to spend the last chunk of its life putting out relatively useless IR because the filament temperature is too low for visible light? A DC-DC converter will fully flatten the batteries faster(because of its own losses, and because current draw has to increase as voltage droops in order to maintain the same power output); but at least the entire lifespan will be spent putting out usable light.

    However, there's a problem here: Most even vaguely well designed widgets already tolerate some amount of voltage variation. Especially because NiCd and NiMH rechargeables are only good for ~1.2v(maybe 1.3-1.4 hot off the charger, for a few moments), alkalines for ~1.5; but with well known droop as they are exhausted or if discharge current is too high; and lithium primary cells in AAA or AA packages are up around 1.7, with less droop; you simply can't build a consumer widget that is too picky about battery voltage. If you do, you'll be flooded with unhappy and confused customers and probably lots of expensive returns.

    This seems to constrain the useful market for this product to a very narrow, rather weird, niche: Anything that already tolerates voltage droop well will see very limited benefit. Anything with very low power draw will also see very limited benefit, because even badly depleted batteries slump as discharge current increases. Devices with very high power draw might see a benefit; because they will drive the battery to slump most quickly(and, according to the discharge curves for most alkalines, very high currents will cause substantial slump well before the capacity is exhausted); but the DC-DC converter will need even higher discharge current in order to keep power output constant as voltage drops, which will exacerbate the voltage slump, and likely hit the wall where the effective internal resistance of the battery is high enough that it simply won't deliver any more current.

    So what actually gains? Devices that are maldesigned enough to brown out with even modest voltage droop; but also sufficiently low drain that the draw of the converter will remain within the battery's 'best-case' discharge cycle; but not so low drain that the (modest; but nonzero) losses in the DC-DC converter increase the overall drain by a substantial amount.

    Anyone have a device or devices in mind?

  14. Lots of negative nancies in here by Anonymous Coward · · Score: 0

    I remember reading that technology always gets better, and that these kinds of negative comments are JUST LIKE saying 640K ought to be enough for anyone?

    1. Re:Lots of negative nancies in here by msobkow · · Score: 1

      Technology may get better, but the rules of electrical circuits, physics, and so on rarely change enough to make a difference on a planetary scale. Unless there has been some earth-shattering change in the way electricity works, it's a scam.

      --
      I do not fail; I succeed at finding out what does not work.
    2. Re:Lots of negative nancies in here by gl4ss · · Score: 1

      chances of them finding out some new chemical properties universal to all batteries and announcing them this way: 0.000000001%

      chances of the tech being already existing and integrated into most devices that would benefit from it: 99.99999%

      they're more like a posse of people trying to sell you a ram packer that will make your 640k function like 5120k

      --
      world was created 5 seconds before this post as it is.
    3. Re:Lots of negative nancies in here by Nutria · · Score: 1

      Too bad that "640K ought to be enough for anyone" was an urban legend.

      --
      "I don't know, therefore Aliens" Wafflebox1
    4. Re:Lots of negative nancies in here by Anonymous Coward · · Score: 0

      Too bad (for you) that the AC didn't claim anyone ever said it, and especially didn't attribute it to Gates.

    5. Re:Lots of negative nancies in here by ihtoit · · Score: 1

      "There is no reason for any individual to have a computer in his home."
        - Digital founder Ken Olsen, 1977, and yes he did in fact say this at the World Future society event in Boston during a talk.

      --
      Political debates have me rolling my eyes so much I think I got optical whiplash. I should sue. - Foamy The Squirrel
    6. Re:Lots of negative nancies in here by Nutria · · Score: 1

      Gotta love context-free quotes!!

      http://www.snopes.com/quotes/k...

      [That interpretation of my comment] is, of course, ridiculous because the business we were in was making PCs, and almost from the start I had them at home and my wife played Scrabble with time-sharing machines, and my sixth-grade son was networking the MIT computers and the DEC computers together, hopefully without doing mischief, using the computers I had at home. Home computers were a natural continuum of the "personal computers" that people had at work, in the laboratory, in the military.

      --
      "I don't know, therefore Aliens" Wafflebox1
    7. Re:Lots of negative nancies in here by Anonymous Coward · · Score: 0

      No, it's not. It's a miniaturized joule thief. Joule thieves have been around for years. They just were never small enough to fit in a battery compartment before.

    8. Re:Lots of negative nancies in here by gzuckier · · Score: 1

      Gotta love context-free quotes!!

      http://www.snopes.com/quotes/k...

      [That interpretation of my comment] is, of course, ridiculous because the business we were in was making PCs, and almost from the start I had them at home and my wife played Scrabble with time-sharing machines, and my sixth-grade son was networking the MIT computers and the DEC computers together, hopefully without doing mischief, using the computers I had at home. Home computers were a natural continuum of the "personal computers" that people had at work, in the laboratory, in the military.

      Following this sidepath... it's similar to the original concepts of home electric motors, which was not considered worth doing until electric illumination brought electricity home. If you look at the first sketches, ads, etc. for the concept they had a huge motor in the basement running everything via a series of belts and gears and shafts, analogous to Olsen's big computer running the whole house. In practice, of course, that wasn't as useful as little dedicated motors everywhere embedded in the gadgets so you don't think of them as motors explicitly, analogous to the small dedicated computers he saw coming.

      --
      Star Trek transporters are just 3d printers.
  15. Bull. Shit. by jtownatpunk.net · · Score: 1

    If this "technology" actually worked and the only innovation here is the miniaturization, it would have been built into the battery compartments of devices already. It sounds almost as legit as magnetic fuel optimizers.

  16. Alkaline Batteries? by Anonymous Coward · · Score: 0

    Who uses these things anymore? I can't see any reason why everyone isn't using Eneloop or other LSD batteries.

    1. Re:Alkaline Batteries? by Anonymous Coward · · Score: 0

      Personally, I prefer PCP batteries.

  17. Not a linear relation by ortholattice · · Score: 1

    Alkaline battery voltage doesn't fall linearly with lifetime, but undergoes a rapid drop near the end of life: http://www.powerstream.com/z/A... In this curve, the battery has only 10-20% of its life left at 1.1v, and I've never owned any device that did not work down to at least that voltage and usually less. Whatever device in the example that stops working at 1.35v is very poorly designed and not something you run across often.

  18. Impractical by jgotts · · Score: 1

    AA batteries are $1 for a four pack at the dollar store. That's 25 cents per battery. Admittedly, these batteries are low end. If you use one of their coupons, Harbor Freight sells their private label AA batteries for about 25 cents when you buy 24.

    Let's say that I'm using a 4 AA cell device, my old camping lantern. It has one dollar worth of batteries and $10 worth of these devices. The lantern itself isn't even worth $10. Seems like an awful lot to spend to me, because the $10 investment becomes a permanent part of the lantern. You don't swap it around. For each device you need 2, 4, 6, or 8 of these things.

    More logical than buying this product would be using rechargeable batteries, but for me even that is a tough sell because I recycle alkaline batteries.

    1. Re:Impractical by Anonymous Coward · · Score: 0

      Math is hard. Let's go shopping.

  19. May be of some use by Gim+Tom · · Score: 4, Informative

    I have a number of wireless devices ( remote thermometers, rain gauges, etc ) that use AA and AAA cells and I have tracked the failure voltage of most of them for several years. I fresh cell will be a bit over 1.5 volts and good design SHOULD permit operation down to about 1 volt per cell. However, virtually all of the devices I have quit working when the cell voltage gets below about 1.34 volts. The devices use between 2 and 4 cells each, and I have to change batteries in most of them between one and two times per year. I AM an engineer and understand that "there ain't no such thing as a free lunch" but most of the devices are low average current drain with intermittent higher current peaks (a sensor that transmits a new reading every couple of minutes). A device like this, with an appropriate capacitor for peak current (which most of the devices already have internally), would cut down the number of batteries I use per year significantly. For the price mentioned in the article I will buy a few sets of these as soon as they hit the market.

    1. Re:May be of some use by Anonymous Coward · · Score: 0

      Or, you know, just build a voltage booster into the device itself so it continues to operate until the batteries are too far drained to count as anything more than paper weights. That's what an engineer would do.

      Any piece of modern day electronics of any value is already using an internal voltage booster if low current and long battery life is expected. Anything else is just a battery waster that should be replaced.

    2. Re:May be of some use by Anonymous Coward · · Score: 0

      What kind of load are you measuring the voltage under? 1.34V without load might translate into less than 1V under load. A remote sensor would probably use next to nothing most of the time, then represent a heavy load when it transmits. What happens when you use rechargeables?

    3. Re:May be of some use by Ramze · · Score: 1

      Why? That just doesn't strike me as being very cost effective.

      If the plan is to sell a pack of 4 sleeves for $10 to go with a pack of 4 alkaline batteries ($3 for Rayovac, $6 for Duracell around here), you could instead buy 4 Panasonic eneloop Ni-MH AA batteries for $13. You would, admittedly, have to pay for a charger and charge them beforehand, but you'd save lots of money over the life of the rechargeables. The Panasonic chargers go for between $7 and $14, but I highly recommend a La Crosse Technology brand recharger with LED displays and more sophisticated modes and options. -- they run around $35 to $40 on Amazon.

      I've had nothing but eneloops for about 7 years now - they run in my electric toothbrush, my remotes, mouse and keyboard, etc. They're rated for over 2,000 charges each and I'm nowhere near that limit. As for voltage, they're designed to have a lower internal discharge rate than most rechargeables and a much higher and more stable voltage than most alkalines -- typically staying above 1.1 volts 'til they "die" and require a recharge. This means they last longer both when the device is not in use (not draining while resting), and last longer while in use because the voltage doesn't drop until it's drained.

      I only had a problem with one device -- its tiny form-factor wouldn't let me squeeze the eneloop AAs inside as they're slightly thicker than a regular AA.

      I've tried many rechargeables for decades and many were failures - largely because they failed to hold a charge or recharge well at all. Eneloops changed the game for me. They were originally made for cameras that required a higher stable voltage and used to be quite expensive, but the prices have dropped drastically.

      Now, I haven't researched others as I haven't had to buy a AA or AAA in 7 years, but I'm sure there are others out there that perform as well or better by now.

      Not the most scientific review, but here's one example of testing them against alkalines and other rechargeables:
      http://antonovich.me/2014/6/5/...

      Notice specifically the yellow voltage line for the eneloop AA rechargeables. After about 3 hours, all batteries dropped to 1.2 volts, but the eneloop stayed there longer and continued to stay between 1.1 and 1.2 volts for about 5 more hours while almost all the rest dropped off. Looks like the Varta ready2use NiMH beat them on overall life, but not by much.

      http://antonovich.me/media/upl...

    4. Re:May be of some use by Anonymous Coward · · Score: 0

      >with an appropriate capacitor for peak current
      and there's the problem. sure, you can run a microcontroller and a few LEDs with a teeny weeny (technical term) SMD cap. but for a device that is expecting an alkaline cell? AA alkaline batteries can pump out 10+ Amps (yes, seriously). unless they have a magic graphene capacitor in the sleeve, i expect lots of problems.

      what if the device has internal EEPROM/Flash? a motor or servo without a position sensor? RF transmitter?

    5. Re:May be of some use by Anonymous Coward · · Score: 0

      so, after three hours parent can't use your fantastic batteries. he specifically said that his gadget requires at least 1.34 volts.

    6. Re:May be of some use by Anonymous Coward · · Score: 0

      Or, you know, just build a voltage booster into the device itself so it continues to operate until the batteries are too far drained to count as anything more than paper weights. That's what an engineer would do.

      Not anymore. These days it is often required that the device can be operated with rechargeable batteries. If you drain rechargeable batteries that low they take damage and chargers will have problems with charging them back. Any device designed with this in mind will cut before 0.8V.
      With this sleeve you leave it to the user to tell the device that the batteries aren't rechargeable and can be drained completely. Not building into the batteries itself saves money.
      The ideal solution would have been to have different keying or contact points to make it possible for the device to detect what type of battery you have but for historic reasons it was necessary that rechargeable batteries were a drop in replacement for alkaline ones.

    7. Re:May be of some use by Anonymous Coward · · Score: 0

      OP isn't talking about backup capacitors, he is talking about regular ceramic or electrolytic. They can deal with pulses in the kA range.

    8. Re:May be of some use by Ramze · · Score: 1

      D'oh! My bad.

      Darned my eyes... I saw the 1.5 V and the 1V, but completely missed the 1.34V in the GP post. Probably because I did see it, but found it too incredulous to process. I may have presumed it to be a typo. Most any use of say, 100 mA would drain a Duracell battery below that voltage within 3-4 hrs of use. But, if this device pulls 500 mA, it'd only take about 10 minutes to go below that mark.

      http://lygte-info.dk/review/ba...

      I guess the real question is - what devices require 2 to 4 AA batteries and are designed so poorly that they won't work with typical AA battery voltages? Most often, a device uses more cells specifically to boost the voltage. Rarely do you find cells in parallel. So, if these devices kick off at 1.34 volts, it's because they won't run with less than 2.68V or 5.36V and they fail to have good internal voltage regulators. You may be better off buying better devices? None of mine show a battery as dead until it's at least below 0.8V and they range from electric toothbrushes to TV remotes, Wii Controllers, mice, keyboards, clocks, and LED lamps. I'm curious as I've never come across this problem.

      On the surface, I'd say that you're correct that a 1.5V joule thief battery would suffice if this is indeed an issue; but, changing AA batteries once or twice a year (as the GP says) is still likely to be the case - the trade-off for stabilizing the voltage is that the batteries will drain amps to maintain the 1.5V - even when it doesn't have to. Say the device could run on 1.4V, but the unregulated voltage booster will bump it to 1.5V anyway.

      I also wonder what the internal drain of the batteries are and whether these devices are truly off when not in use or if there is a "vampire drain" that exists even when off. If there is a drain, will the battery booster try to deliver 1.5V even when the device is "off?" Wouldn't that drain it further as well?

      In any case, the new device seems to work with both alkaline and NIMH rechargeable batteries equally -- and the eneloops drop off voltage the same or better than alkalines even in the 1.5 to 1.3 range as well, so going with rechargeables is still a good idea.

      You can even get cases for the AA ones to make them fit into C and D cell devices, though I haven't tried it myself.

    9. Re:May be of some use by fgouget · · Score: 1

      However, virtually all of the devices I have quit working when the cell voltage gets below about 1.34 volts.

      This is strange. All the devices I have work just fine with NiMH batteries and these are 1.2V. (LED flashlights, basic remote controls, Harmony-with-screen remote control, 2 wireless keyboards, 1 wireless mouse, 3 alarm clocks, SLR camera flash, bathroom and kitchen scales, cd player, 90's walkman, cordless phones)

    10. Re:May be of some use by Gim+Tom · · Score: 1

      Both your initial reply and addendum are good points. I do have a lot of eneloop batteries and charger and use them in my cameras and other places where ever they seem to work well. I have not tried them in these weather sensors (which are very old and undoubtedly poorly engineered) this is probably because when I take two 1.2 volt eneloop cells I get only 2.4 volts and these devices fail to function when the alkaline cells drop below about 1.34 volts per cell which is 2.68 volts and this is higher than the initial full voltage of two eneloop cells. Next time I have to change batteries I WILL probably try the eneloop's just to see if they work at all.

      The sensors have average current drain in the microamp range except for a brief burst of only a few milliseconds when they transmit a reading. Then they draw several milliamps for that period.

    11. Re:May be of some use by Gim+Tom · · Score: 1

      I know. A well designed circuit for battery power SHOULD work down to about 1.0 volts per cell. These are very old and very cheap sensors that are imports and do not come close to that threshold.

      For the sensors I am using the average current drain is in the microamp range except when transmitting a reading, which takes only a few milliseconds, and are several minutes apart. The transmit current is in the low milliamp range, but so brief that the average current drain is less than one milliamp.

      I do have and use eneloop rechargeable batteries in many other devices, but have not tried them in these since the 1.2 volts per cell is below the 1.34 volts per cell where the alkaline cells fail. However, I plan to try some the next time I have to change the batteries. Perhaps combining the voltage booster in the original post with the rechargeable cells would be the best of both worlds.

      By the way, the 90's walkman was a far better case of engineering design than these sensors!

    12. Re:May be of some use by chihowa · · Score: 1

      Any piece of modern day electronics of any value is already using an internal voltage booster if low current and long battery life is expected.

      "Of any value" is the catch here. Eliminating the boost circuit makes the device cheaper to manufacture and offloads that cost to the operating cost for the user (which means higher profits for the manufacturer). The devices that he's talking about (remote thermometers, rain gauges, etc) probably tie him to a single manufacturer, so there's no competition anyway.

      Modern day engineering of consumer devices is almost completely rooted in "value engineering". For an expected level of function, everything that isn't absolutely necessary is cut from the design (from quality of components to niceties like efficient use of batteries). The target for expected level of function is a distribution just to the outside of the warranty period.

      --
      If you want a vision of the future, imagine a youtube comments section scrolling - forever.
    13. Re:May be of some use by toddestan · · Score: 1

      Exactly. A battery that's near the end of its useful life but not completely dead can register a decent voltage measured with a voltmeter, but a battery tester which puts a load on the battery (usually just a resistor in parallel) then measures the voltage will show the battery as nearly exhausted cell that it truly is. A lot of sensors like that I have seen recommend lithium batteries (the non-rechargeable type) as they will perform better for the short, high current draw situations when the sensor takes a reading. And I've generally found that is true.

    14. Re:May be of some use by Ramze · · Score: 1

      Ahhh... That makes sense. For the life of me, I couldn't imagine a use case where this would happen. Just shows my lack of imagination ;-) Thank you for the reply. This explains perfectly how you get a relatively long battery life with a higher than usual required voltage. -- low power except for transmission spikes, older design (likely pre-rechargeable era).

      The newer Slashdot post follows up on the debunking of the overblown claims of the joule thief:
        http://www.eevblog.com/2015/06...

      It hits all my points far better than I noted -- the most important being that most devices today are designed with the rechargeables in mind and/or have their own internal regulator making this thing moot... and also point out the flaws in logic of how much this would actually extend the use of the batteries even for cases like yours where it really might help.

      I hope you get the chance to try these out to see whether they can help you. Depending on your setup, it could be a cheaper alternative to switching out that equipment. Best of luck to you.

      As an aside: I have cheap outdoor thermometers that run off of AAs and transmit to a unit inside (one for the back porch and another for the greenhouse) They're cheap recently purchased AcuRite devices; but my uncle has a sophisticated system for his farm. I was recently looking into arduino and raspberry pi alternatives - and there's some really nice advancements in that area that may become cheap alternatives in the near future.

  20. A better solution: SEPIC converter by Anonymous Coward · · Score: 0

    If you design a battery-powered device that could benifit from what the article describes, then why not consider designing the device correctly in the first place? http://en.wikipedia.org/wiki/Single-ended_primary-inductor_converter

  21. Joule Thief Just Hit Puberty by Anonymous Coward · · Score: 0

    Sounds like the Joule Thief just hit puberty. It wouldn't surprise me if manufacturers started integrating this tech into their circuits soon. Remember that little switch in the 1980's and 1990s that allowed you to select between alkaline and rechargables? Sounds like it is going to reappear.

    Neill

  22. Digital cameras by Radical+Moderate · · Score: 1

    I've had 3 or 4, different brands, that after a year or so would only work with brand new batteries for a few shots and then quit, and forget rechargeables. Now that phone cameras have become good enough, I haven't owned an actual camera for some time, maybe they've improved.

    --
    Never let a lack of data get in the way of a good rant.
    1. Re:Digital cameras by fgouget · · Score: 1

      Did you have a Canon among them? At least their Canon PowerShot A1100 IS from 2009 still works just fine with NiMH batteries.

  23. Difference between lifetime and energy recovery by goombah99 · · Score: 2

    The voltage curve for most Alkaline batteries hits 1.3 volts after about 20 to 30% of it's usefully extracable energy. then the curve flattens out dropping the next 0.3 volts to 1 volt after about 70 to 80% of the energy after which is drops like a rock.

    So if you could reclaim that 80% energy that might seem like 4x more or a total of 5x energy recovery. But the boost to 1.5v takes the energy out faster so in terms of time rather than energy recovery the lifetime is not increased so much.

    let's make some guesses and see where that gets us. Assume that there is a 0.2 volt diode drop somewhere in the system--- this seems pretty likely for any active circuit. So that means it's effectively boosting to 1.7 volts then the diode takes a cut. I can't do the integral in my brain so lets assume that the mean voltage it is boosting from is 1.1volts. So going from 1.1v to 1.7 volts means it is extracting about 33% more current than is actually in use. Thus it seems like this thing is going to suck down the battery pretty fast.

    So yeah it recovers all the energy which might be 5x a normal 1.3 volts cut out. But it wont last 5x longer cause it takes a big cut.

    --
    Some drink at the fountain of knowledge. Others just gargle.
    1. Re:Difference between lifetime and energy recovery by Anonymous Coward · · Score: 0

      it's means it is. I don't know what "extracable " means, but I assume it has something to do with a cable.

    2. Re:Difference between lifetime and energy recovery by Anonymous Coward · · Score: 0

      it's means it is. I don't know what "extracable " means, but I assume it has something to do with a cable.

      Perhaps you can unwind your over wound sphincter for some extra cable.

    3. Re:Difference between lifetime and energy recovery by sexconker · · Score: 1, Flamebait

      it's means it is.

      Not necessarily. You fucking poser grammar Nazis don't even know the rules, yet you try to enforce them. Pathetic.
      It's been fun owning your ass, though.

    4. Re:Difference between lifetime and energy recovery by Anonymous Coward · · Score: 0

      How does it feel to be completely wrong?

    5. Re:Difference between lifetime and energy recovery by sexconker · · Score: 1

      That's a question you should ask yourself, Megatron.

  24. Linear Booster by Anonymous Coward · · Score: 0

    It sounds similar to a linear booster used on solar water pumps to continue pumping in low light power situations where the panels typically don't have enough voltage to run the pump.

  25. if you have 4 batteries, use single booster, not 4 by Anonymous Coward · · Score: 0

    Few devices use single alkaline 1.5V. Typically it is four batteries serially connected giving 4*1.5=6V
    Drop from 1.5 to 1V is bad. Drop from 6V to 4V is not that bad for most devices. They continue to operate.
    Also, their DC-DC booster from 1V to 1.5V would be much more efficient if they use it as 4V->6V booster.
    In this case:

    1. They need single booster, not four of them.
    2. 4V->6V booster efficiency can be 95%, while 1->1.5V booster efficiency can be 50% at best.

  26. Hey, c'mon everybody! by fustakrakich · · Score: 2

    It's a battery for your battery.. Where's all the yo dawg shit?

    --
    “He’s not deformed, he’s just drunk!”
    1. Re:Hey, c'mon everybody! by Anonymous Coward · · Score: 0

      Yo dawg, I hear you like software..so I embedded extra software in your software downloads. - SourceForge

    2. Re:Hey, c'mon everybody! by gzuckier · · Score: 1

      It's a battery for your battery.. Where's all the yo dawg shit?

      Hey, a hybrid battery' with a tiny gas tank and motor and generator....

      --
      Star Trek transporters are just 3d printers.
  27. Single Battery LED flashlights by xs400 · · Score: 1

    I specifically look for single cell LED flashlights that have the voltage boosting circuit built in. Most el-cheapo double / triple cell LED flashlights die out much faster because they rely on the cells in series to supply the required voltage. This product will be a success IMHO.

  28. Won't help Energizers by Anonymous Coward · · Score: 0

    Energizers tend to split and dump their electrolyte long before they've discharged to 1.4v. :)

  29. nah by Anonymous Coward · · Score: 0

    1.) What is the boost converters stand by power consumption? It could be more than your remote thermometer2.) . Meaning it will shorten battery life in low drain equipment unless it has some very smart power management.

    2.) People are forgetting boost converters aren't 100% efficient, maybe 90% with a good design. For devices that already work down to 1 volt or so, this could again shorten battery life by boosting and wasting energy when you don't need it.

  30. Fit problems by hackertourist · · Score: 1

    So this device fits around an alkaline battery. I've got a Wensn decibel meter that has a battery compartment big enough for alkaline AAs, but too small for any of my rechargeable AAs. The rechargeables have a slightly bigger diameter (the difference is 0.2-0.3 mm).
    So there's a chance alkaline batteries using this device won't fit.

  31. Is the AAA version baby batterrific? by Anonymous Coward · · Score: 0

    Sorry it was just sitting there and I had to say it......

  32. This was on Gizmag yesterday as well... by Anonymous Coward · · Score: 0

    Bloody Climatedot. Why are you constantly rehashing shit?

  33. Solution in search of a problem by Anonymous Coward · · Score: 0

    It sounds nice, but very few battery-powered devices actually switch off at 1.3V 1.4V. If they did, they would not work with rechargeables. Moreover, single-use batteries have become pointless with the advent low self-discharge NiMH batteries.

    1. Re:Solution in search of a problem by EmagGeek · · Score: 1

      Few battery powered devices don't already have a boost converter built in. Most wireless mice, for example, have two AA batteries in parallel and boost the voltage to whatever it needs, be it 3.3 or 1.8 or whatever.

  34. Turn AAA into boosted AA? by Anonymous Coward · · Score: 0

    Much more space for the device, no fitting issues whatsoever.

  35. Would this work for NiMH Rechargeable? by MightyDrunken · · Score: 1

    I now use NiMH AA batteries for almost everything, with the low discharge varieties like Eneloop/Panasonic I see no reason to use alkaline batteries which are, in the long term, more expensive and less environmentally friendly. However every so often I find a device which does not like NiMH batteries, presumable because they expect a voltage higher than 1.2V. If so this device could boost the voltage to 1.5V meaning I could use rechargeable batteries for everything.

  36. Rechargeables are still better! by Anonymous Coward · · Score: 1

    For the price you can just by a 4 pack of NiZn Rechargable Batteries with 1.6V operation voltage . Id rather give some extra money to have sleeves that protect my rechargeables from getting discharged to far down. Not this joule thief sillyness because batteries are a waste in it self.
    The whole story sounds like stealth marketing anyway.

  37. Info needed by Anonymous Coward · · Score: 0

    ... if you run a rechargeable battery down to an alkaline battery's minimal voltage, you'll permanently damage the battery ...

    I am interested to know more about what you are saying

    In what way a rechargeable nickel metal hydride battery if drained of its juice can be permanently damaged?

    As far as I know the voltage of a rechargable AA battery is 1.2V, no matter how high the mAh is, as compared to the 1.5V of the ordinary non-rechargeable battery

    Anyway, I will be very grateful for any info and/or link to the matter

    Thanks in advance !!

    1. Re:Info needed by fraxinus-tree · · Score: 3, Interesting

      You cannot damage a single NiMH (or NiCd, for that matter) cell by simply draining it down to 0v. Well, you will have to use a "stupid" charger to wake it up afterwards, but the cell will be otherwise ok. Then again, you rarely use a single cell. Generally, you connect 2-4 of them in series. When you discharge them, they will hit the 0v in slightly different moments. The first one that gets to 0 will continue getting a discharge current and will actually go below zero (reverse polarity) with all the nasty things the reverse polarity does (electrolyte depletion, gas build-up and venting).

    2. Re:Info needed by operagost · · Score: 2

      The proper usage cycle for NiCd actually REQUIRES that you drain them completely to avoid memory effects.

      --

      Gamingmuseum.com: Give your 3D accelerator a rest.
    3. Re:Info needed by gTsiros · · Score: 1

      the memory effect is very very unlikely (practically impossible) to happen in commercial hardware, even if you try to demonstrate it.

      it can only present itself when the battery is discharged and recharged under the exact same cycle for thousands of cycles

      it's been observed in satellites but there is no scenario where this will occur in commercial usage. Only under laboratory conditions.

      --
      Looking for people to chat about multicopters, coding, music. skype: gtsiros
    4. Re:Info needed by gTsiros · · Score: 1

      all secondary cells nicd/nimh/liion/etc have a characteristic voltage curve. They start at well above their nominal voltage and can drop well below

      --
      Looking for people to chat about multicopters, coding, music. skype: gtsiros
    5. Re:Info needed by dgatwood · · Score: 1

      You cannot damage a single NiMH (or NiCd, for that matter) cell by simply draining it down to 0v. Well, you will have to use a "stupid" charger to wake it up afterwards, but the cell will be otherwise ok.

      If the charger is too dumb (lacking thermal sensors), I'd be concerned with overheating the cells and starting a fire (though not nearly as spectacularly as with lithium ion chemistry). You do, of course, have to use a charger that won't cowardly refuse to charge a cell that is fully depleted.

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    6. Re:Info needed by dgatwood · · Score: 1

      In practice, you're much, much more likely to have cells become nearly dead shorted because of dendritic growth caused by cell reversal in a pack. Such dendrites dramatically reduce the pack's overall capacity and increase its self-discharge rate. This is why discharging packs to nothing is a very bad idea unless you either do it one cell at a time or do it extremely slowly.

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

  38. Sort of old idea by Reisrdok · · Score: 1

    Have been doing similar devices to friends for many years.. For eg. device with three AA batteries, one battery is replaced with small 4.5V switcher power supply (with small ground wire to first battery). Keeps constant 4.5V output until batteries are very dead. Was specially useful with old flashlights, you could increase voltage to bulb limits and turn old Maglite to light cannon :D Well okay, maybe not that impressive, but better still..

  39. There is some use by TomGreenhaw · · Score: 1

    While the claims are obviously exaggerated, I'll use them for some things.

    How about a flashlight where the bulbs don't get slowly dimmer. Its basically adding voltage regulation and boost to simple devices that don't have that.

    --
    Greed is the root of all evil.
  40. other batteries by kqc7011 · · Score: 1

    I hope that eventually this will work with 18650's as bright flashlights are battery hogs. Oh, and my mouse needs freshened Eneloop's about once a week and if this can extend the time between changes to twice that I will gladly buy a set.

    --
    Passionately Indifferent
  41. AA Lithium cell 3-4.2V - buck regulator - 1,5V by Anonymous Coward · · Score: 0

    This has its uses. Mostly with NiMH AA.
    What would be interesting is AA Lithium cell @ 3 - 4.2V + buck regulator to get 1,5V.
    Output Voltage could drop a bit to get early warning.
    Power switch is not necessary, if voltage is kept with a simple resistor up to few micro Amps, when there is no consumption.
    Then device is turned on, current goes over said few uA, and the actual switching circuit awakes.

    Another version for 2xAA @ 3V. Even boost switcher for 4,5 etc. 'Flyback' for selectable voltage.
    Voltage fine tuning could further boost efficiency, because some devices just waste the voltage (and energy) over their working threshold.

  42. Eneloop by nhat11 · · Score: 1

    Best rechargable batteries that I ever got, takes months to discharge and last for years.

  43. Cost of Batteriser by jan_jes · · Score: 1

    The Batteriser will come in AA, AAA, C and D-cell varieties and sell for less than $10 for a pack of four. We can buy it in Amazon by the end of September.

  44. Bullshit, bullshit, bullshit by Anonymous Coward · · Score: 0

    "extending the useful life of a battery 8x"

    Just look at the discharge curve of a 1.5V alkaline battery and anyone with half a brain will immediately see why this claim is complete, total, and utter bullshit.

  45. A silly idea by Dribbitz · · Score: 1

    Besides the mentioned error in estimated reserve energy capacity:

    Back in the days of carbon-zinc batteries, you could safely run them down to "near-dead" (~0.6v) and they would keep their physical integrity, for up to a few months perhaps, before the zinc outer casing ate through and exposed the corrosive electrolyte paste to the insides of your hapless electronic device.

    If you do that with an alkaline battery, they tend to start leaking a corrosive liquid much more quickly, in days to weeks. And their liquid leakage gets everywhere and is more damaging.

    This "Batterizer" idea isn't being promoted by someone who understands battery physics.

    1. Re:A silly idea by Anonymous Coward · · Score: 0

      Actually, it's you that doesn't understand basic electronics.

  46. Please people, don't by Anonymous Coward · · Score: 0

    When your non-rechargeable batteries are no longer useful, please do NOT throw them in the trash. Save up the exhausted batteries, then bring them to a place that recycles them. Some companies are now instituting internal recycling programs that include batteries. I believe some 'battery store' also will accept old batteries.

    Putting them in the trash means they corrode, leak, and add toxic metals to the ground and possibly the groundwater.

    Let's be safe out there!

  47. Example device by jacksdl · · Score: 1

    I am using a Microsoft Wireless Notebook Presenter Mouse 8000 that I constantly change alkaline batteries in. NiMH won't work. So this must be a example of a device that insists on 1.3V or more....

  48. Primary alkaline batteries can be recharged by edtice1559 · · Score: 1

    It's messy (sometimes you get leaks) and the recharged versions don't last as long, but you can extend the life this way. I have no idea what the market for this product is, though. For my devices that go through power quickly (I have a four year old, and just about everything he owns requires 3-4 AA batteries) I use NiMH rechargable. For things that only need a new set once a year or so (remote controls) I recharge primary alkalines. I realize that there are people out there who can't be bothered, money is no object, and they don't care about what they put into landfills. But they aren't going to buy this product either. I have no idea who would be the target market. And, as others have said, this circuitry belongs in the device, not the battery. And most devices have it. I don't have a single thing that won't work off of the 1.2V supplied by NiMH.

  49. This would be great for improving NiMh batteries by juancn · · Score: 1

    NiMh batteries are usually 1.2 volts. If this were integrated into the battery so it provides a discharge profile similar to Alkaline, rechargeable batteries suddenly become practical for many devices that don't know how to deal with them.

  50. I suppose industrial espionage isn't interesting.. by guardian-ct · · Score: 1

    First three paragraphs of the story tell of thieves breaking in to the office and stealing information about how this thing works. Is this not worth putting into the summary?

  51. Voltage drops so add more cells by Anonymous Coward · · Score: 0

    I built a little circuit that turns on an LED when it is dark and there is movement. I have this at the stairs to my basement so I can see when I walk on the stairs. That way I don't have to leave the AC light on for hours just for the 10 seconds that I am walking on the stairs.

    My circuit needs about 6V input and I use battery cells. The key is that I use older or used cells. If the voltage drops and my circuit stops working then I just add more cells in series to boost the voltage. That way I maximize the use of the old cells that are otherwise unsuitable in other devices (remotes, cameras, etc.). This solution does not scale to most situations but it represents the "palliative care" home for my old batteries.

    With my Roomba battery packs constantly failing to power the device, I am thinking in terms of connecting extra cells sitting on top of the device to add voltage.

  52. Alkalines? People still use them? by Anonymous Coward · · Score: 0

    NiMH here for every thing, except power tools with OEM Li batteries. Even 9 volt detectors like NiMH batteries sold in last 18 months. CO, & smoke alarms are happy with Tenergy 9 volt units.
    So why use alkalines? Too much $, not enough ways to spend $?

  53. Dragging the dead horse. by Anonymous Coward · · Score: 0

    I would much rather see AA (and c and d and 9v) alkaline batteries go away completely and be replaced by true lithium ion cells that can be recharged ~500 times.

    We already have 10440, 18350, 14500 (aa sized), and others that are all around the same form factor.
    Slap one of these dc-dc converters into all devices or on the battery itself like this spamvertisment.
    And let them use 3.7v lithium ion cells that don't share any of the problems nicad and nimh cells have.

    VASTLY less waste in the world. And they don't cost anymore than alkaline cells.

    It's just stupid alkaline cells have stuck around so long as the primary source of battery power.
    It's insanely wasteful and a pain in the ass for no good reason now.

  54. Mine is better by Anonymous Coward · · Score: 0

    I've designed a device that will work even when the voltage is negative.

  55. Applied to LED Flashlights & Headlamps for Hik by Irate+Engineer · · Score: 1

    A problem that has been the bane of evening hikers is that LED headlamps suddenly quit when the voltage drops below a certain level, even though the battery may still have a considerable charge remaining.

    We miss the old days of incandescent bulbs where you at least had some warning of a flat battery as the light faded in a slow, predictable manner, which gave you time (and light) to dig out fresh batteries or otherwise manage the situation. LED lamps tend to just die without much warning, and Murphy's Law requires that the lamp will fail when you are doing something dangerous that requires special care with your footing.

    If this technology is available at the consumer level for headlamps and such, we'd love to hear about it.

    --

    Left MS Windows for Linux Mint and never looked back!

    Vote for Bernie in 2016!

  56. Wow by Anonymous Coward · · Score: 0

    Wow, I can't wait to get these!

    They'll go great with my tornado mileage booster!

  57. Too bad i doesn't help stop electrolyte leaks by hwstar · · Score: 1

    Overdischarging alkaline batteries may cause them to leak, ruining the gadget containing the batteries. The cheaper no name budget cells are notorious for doing this.

  58. Debunking video by janoc · · Score: 1

    Dave from EEVBLOG is on the case already: https://www.youtube.com/watch?...

    If you don't know the fellow, he is a professional EE with a wee bit of background and qualifications in these things.

  59. I asked them about NiMH's by billstewart · · Score: 1

    Some applications care about having nearly 1.5 volts, and this device will make a disposable battery last a lot longer for them; I've had a few electronic or electro-mechanical devices that got grumpy about only getting 1.2 volts from NiMH, so I asked these guys about it.

    Their response was that it'll boost the voltage just fine, but may be bad for the battery's life, because they really don't like being drained too low, and the Batteriser is designed to suck every bit of power it can out of a disposable battery, not to treat a rechargeable battery nicely.

    Lithium-Ion batteries are even more picky, and need special control circuitry that'll cut off the power if the battery's voltage gets too low (and also cut off charging if it gets too high.) NiMH aren't as picky about it, but you can still shorten their useful life a lot if you mistreat them; back when I was using a lot of them, I'd typically only get 5-10 full charge/discharge cycles from one if I wasn't careful. They could make a model that worked with NiMH if they wanted too, but it'd probably cost them a few cents more in circuitry, and they're trying to make a low-cost retail device.

    The best solution I found to that problem was Nickel-Zinc rechargeable batteries, which have a chemistry that puts out 1.6 volts, so almost all of the devices that are picky about voltage are really happy with them, and capacity was similar to NiMH. Unfortunately, they seem to have disappeared from the market a bit after I bought the first batch of them, or at least Fry's stopped carrying them.

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  60. bow down by gzuckier · · Score: 1

    I for one welcome our new overlord, the Joule Thief. http://www.bigclive.com/joule....

    --
    Star Trek transporters are just 3d printers.
  61. Dave Jones at the EEVblog by Anonymous Coward · · Score: 0

    Google his take on this. He shows the engineering and the math to prove this product is a joke.

  62. Technically... by Anonymous Coward · · Score: 0

    This isn't really too radical or innovative. This works because many devices that use these batteries are poorly designed when they won't work at a range of battery voltages other than exactly 1.5V. It's not difficult to design electronics to do this but it may cost a few pennies more which seems to be too much. Basically you would incorporate exactly the switching power supply technology that is used in this "innovation" in the product itself instead and/or design the circuitry to be power supply independent. Any qualified EE can do this. Basically this is simply robbing Peter to pay Paul - it could have been done in the original product design and in well-designed products, is already done.

  63. Li-Ion (3.7V) plus dummies by Anonymous Coward · · Score: 0

    I more and more use Li-Ion cells, together with dummy cells to divide up the 3.7V.
    For example: http://www.dx.com/p/blank-14500-aa-dummy-battery-yellow-2-pcs-292467

  64. Rechargeables by MoarSauce123 · · Score: 1

    This would be awesome for rechargeable batteries, especially AA. I have a bunch of them and plenty of devices outright reject to work with them even when they are fully loaded.

  65. DarinBob = "Run, Forrest: RUN!!!" by Anonymous Coward · · Score: 0

    See subject "Forrest" & this -> http://tech.slashdot.org/comme...

  66. DarinBob = "Run, Forrest: RUN!!!" by Anonymous Coward · · Score: 0

    See subject "Forrest" & this -> http://tech.slashdot.org/comme...

  67. DarinBob = "Run, Forrest: RUN!!!" by Anonymous Coward · · Score: 0

    See subject "Forrest" & this -> http://tech.slashdot.org/comme...

  68. DarinBob = "Run, Forrest: RUN!!!" by Anonymous Coward · · Score: 0

    See subject "Forrest" & this -> http://tech.slashdot.org/comme...