2ad192c033d71230749e3a9cfe1fa3524692c924
[web/altusmetrum] / LipoCharger / index.mdwn
1 # LipoCharger
2
3 This is a simple but effective, dual-rate, standalone charger for Lithium
4 Polymer batteries.  It supports two different charge rates selectable with
5 a swtich, of approximately 100mA and 500mA.  The 500mA rate is good for 
6 batteries of 400 mAh and higher including the 900mAh cells sold with 
7 [TeleMetrum](../TeleMetrum) starter kits, while the 100mA rate is more 
8 appropriate for the 110mAh cells often used with [TeleMini](../TeleMini).  A 
9 standalone charger is essential for use with TeleMini since it does not 
10 have on-board charging capability.
11
12 Production units are available from the 
13 [Garbee and Garbee](https://shop.gag.com) web store.
14
15 These are photos of production version 1.1:
16
17 <a href="v1.1/lipocharger-v1.1-top.jpg"> <img src="v1.1/lipocharger-v1.1-top-thumb.j
18 pg"></a>
19 <a href="v1.1/lipocharger-v1.1-bot.jpg"> <img src="v1.1/lipocharger-v1.1-bot-thumb
20 .jpg"></a>
21
22 ## Features ##
23
24 ### User View ###
25
26 * Micro USB connector for power input
27 * 2mm JST-style connector for battery
28 * dual-color LED
29         * red when charging
30         * green when charge complete
31         * both on, or "yellow", when battery is disconnected or bad
32 * 1.0 x 0.4 inch board 
33
34 ### Developer View ###
35
36 * Hardware Features
37         * [Microchip MCP73831](http://www.microchip.com/wwwproducts/Devices.aspx?dDocName=en024903) Li-ion battery charger chip
38 * Tools Used
39         * [gEDA](http://www.gpleda.org/) for schematic capture and PCB layout
40 * Licenses
41         * The hardware is licensed under the [TAPR](http://www.tapr.org) [Open Hardware License](http://www.tapr.org/ohl.html)
42
43 ## Artifacts ##
44
45 The design files can be found on [git.gag.com](http://git.gag.com) in the 
46 project [hw/lipocharger](http://git.gag.com/?p=hw/lipocharger;a=summary).  
47