update auric references to use the new store URL
[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 ## Features ##
16
17 ### User View ###
18
19 * Micro USB connector for power input
20 * 2mm JST-style connector for battery
21 * dual-color LED
22         * red when charging
23         * green when charge complete
24         * both on, or "yellow", when battery is disconnected or bad
25 * 1.0 x 0.4 inch board 
26
27 ### Developer View ###
28
29 * Hardware Features
30         * [Microchip MCP73831](http://www.microchip.com/wwwproducts/Devices.aspx?dDocName=en024903) Li-ion battery charger chip
31 * Tools Used
32         * [gEDA](http://www.gpleda.org/) for schematic capture and PCB layout
33 * Licenses
34         * The hardware is licensed under the [TAPR](http://www.tapr.org) [Open Hardware License](http://www.tapr.org/ohl.html)
35
36 ## Artifacts ##
37
38 The design files can be found on [git.gag.com](http://git.gag.com) in the 
39 project [hw/lipocharger](http://git.gag.com/?p=hw/lipocharger;a=summary).  
40