Getting More Information From Your Battery Charger

echo_6_battery_charger_serial_hacking

[Dane] bought a reasonably cheap ($17) Hobbyking Echo-6 battery charger and wanted to see what sort of information he could pull from the unit. Since the charger is designed for a variety of battery chemistries and sports an LCD screen, he figured that it contained a fairly decent microcontroller which he could tap into for some useful data.

He disassembled the unit and started looking around for any useful items. He discovered that it used an ATMega32 microcontroller and had quite a few unpopulated areas on the PCB, which led [Dane] to believe that the Echo-6 shared its main board with a more robust charger. He tapped into the ATMega’s UART and began seeing data immediately. Once he figured out what was coming over the serial line, he piped the data into LogView, resulting in some nice graphs showing off the charge/discharge processes in detail.

Tapping into the Echo-6 seems easy enough for any skill level, and we assume that just about anyone would benefit from getting kind of information out of their battery charger.

9 thoughts on “Getting More Information From Your Battery Charger

  1. Can’t say how well it works in practice, but that looks like a really nice tool for $17.

    Though I’m curious what those rows of bussed SMT components (resistors?) are for on the lines leading to the JST connector.

  2. “Though I’m curious what those rows of bussed SMT components (resistors?) are for on the lines leading to the JST connector.”

    Probably to increase the amount of power they could handle and to keep down the cost of hand placed parts. But neither make a whole lot of sense as near the bottom of the same right end side of the board are large through hold resistors.

  3. I’ve reversed the firmware because I received one from a clone maker and they didn’t bother to set the code protection fuses. Check out the discussion here: http://www.rcgroups.com/forums/showthread.php?t=827821 – there’s lots of good hacking info including how to upgrade the resistors so the balancer doesn’t damage individual LiPo cells.

    And I’m working on GPL firmware here: http://www.rcgroups.com/forums/showthread.php?t=1370248

Leave a Reply to RobertCancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.