X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=NFzelvyVJtTjT1mQx7n+uk+6Undo6qVjgqDnaX98DNw=; b=jPjTtNhyHvkz+Xk8Sv+qQ1pRd08BY34i9esyLGHXwVj5fiMn/6MWbw5Dppxk2Iz5Yi py5E4KvYrBon5jmTER8+U3sDmoFpY0TTB8jTwa4QoIfmgESVxVWQvjcSl2H3anShX+7x rzRa5AHY/hRAgX6M7ap2Ba1miMvx4RfNSlq2qgoG1wdRn1H6DoyzeL8yBwl24gVuuUXd grzD5HN+hboEzNJ8Sc+YGgBu7C1900OtuwFgGDxfrgv3nKgKFLlxQ75jIYRPPTzDpP+A FY24ZJn3dOXdEdzvYaist+9TAA5h6cZRmJLnhnJoZdWf5ZF9HbneP9g7rGIQgRqJOnY+ bKXg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=NFzelvyVJtTjT1mQx7n+uk+6Undo6qVjgqDnaX98DNw=; b=ZLaxLrjaPSs6MxUbvc4rFArevbqUBXr79csvlhqUoVSZl3PeIoHPkPet8hOtFR4wPV wrjf4eI+Vtol0LctVczJfpT+fPeyTBIAAHqpl1Vt2LtLDddfgbwB6OsZUomPHcwZwRVX 391Tz/wcdzCn2YpOBbYIb8WJw+l1L547WgGCDwJ6NML6aIFm4FkQwXMU/eIqCWDeVTld DmzGMgGXSXw9hisldueixefB0G2qvzPuJT4V2dgJUIIFkMblCqotERmnQEHYb+uD94j1 BvI9JKZB/eyIbdJzIFoD/KBSCSpwVxfEDtpkY8u4ld8tw0o5nFkDPfpOgYkVpd6EsFnF D1+A== X-Gm-Message-State: APjAAAV/FnPgtuLg31hvACAwtc3+jKYyj5asfqctho6JWyJSrvOjJNi3 gEEfnvT71oiIgWXLzYkZNswEjPaCN2dvyYcydU71WnR7 X-Google-Smtp-Source: APXvYqwqYygOLFg91lZMWblucS86wnBcyIu+8gaj8RAqt7YTY2SIL59tRvmdZ5d3BKi7JbdaiPbg6PwWmPSI7xO4bJQ= X-Received: by 2002:a0d:e64b:: with SMTP id p72mr17947187ywe.347.1569112373924; Sat, 21 Sep 2019 17:32:53 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: "Erich Heinzle (a1039181 AT gmail DOT com) [via geda-user AT delorie DOT com]" Date: Sun, 22 Sep 2019 10:02:41 +0930 Message-ID: Subject: Re: [geda-user] Footprints for NiCd, NiMh, Liion, Lipo, Pb PCB battery holders ( not SMT )? To: geda-user Content-Type: text/plain; charset="UTF-8" Reply-To: geda-user AT delorie DOT com A good place to start would be looking at gedasymbols.org, to see if anything there suits your needs. Another good source of symbols would be the set of libraries for KiCad https://kicad.github.io/footprints/Battery This library can be downloaded and unzipped using the p7zip-full package (if using debian/ubuntu) with a command like 7za x Battery.pretty.7z This will result in footprint files (called modules in kicad) like BatteryHolder_TruPower_BH-331P_3xAA.kicad_mod These can be converted to gEDA PCB format with a utility like the one found at https://github.com/erichVK5/translate2geda alternatively, if one uses pcb-rnd ( http://repo.hu/projects/pcb-rnd/ ) , these can be loaded directly, as pcb-rnd has built in support for the kicad module format. Another good source of footprints would be some of those distributed for Eagle CAD, i.e. https://raw.githubusercontent.com/sparkfun/SparkFun-Eagle-Libraries/master/SparkFun-Batteries.lbr which again can be converted with the translate2geda utility. pcb-rnd can also load an Eagle library as a layout, as it has built in support for the file format, provided the version is not too bleeding edge (pcb-rnd will also cope with the older binary layout and module format). As a test, I just loaded a v7.5 eagle battery library as a layout in pcb-rnd, and was able to disperse the displayed subcircuits. pcb-rnd can also be told to use such a library file or a board file as a source of elements for insertion on a current layout. Regards, Erich On Sun, Sep 22, 2019 at 5:12 AM Csanyi Pal (csanyipal AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > > Hello, > > I am working on an Universal charger for all smaller type accumulators. > > On this device there will be battery holders for those rechargable > batteries mentioned in the Subject of this mail: > > NiCd & NiMh has probably one type holder, > > Liion & Lipo has probably second type holder, > > Pb has probably third type holder. > > As one can see, I do not know which battery holders are preferable for > those rechargable batteries. > > Are there in gEDA symbols such footprints for these battery holders out > there? > > -- > Best, Pali