Topic for #qi-hardware is now Copyleft hardware - http://qi-hardware.com | hardware hackers join here to discuss Ben NanoNote, atben / atusb 802.15.4 wireless, and other community driven hw projects | public logging at http://en.qi-hardware.com/irclogs
methril has quit [Ping timeout: 246 seconds]
Textmode has joined #qi-hardware
xiangfu has quit [Ping timeout: 245 seconds]
xiangfu has joined #qi-hardware
methril has joined #qi-hardware
cladamw has joined #qi-hardware
Aylax has quit [Quit: Bye]
emeb has quit [Quit: Leaving.]
whitequark has quit [Ping timeout: 272 seconds]
whitequark has joined #qi-hardware
xiangfu has quit [Ping timeout: 260 seconds]
wej has quit [Ping timeout: 272 seconds]
xiangfu has joined #qi-hardware
wej has joined #qi-hardware
xwalk_ has quit [Quit: Leaving]
phirsch has quit [Ping timeout: 240 seconds]
<qi-bot> [commit] Adam Wang: scj368r1.fpd: added 3.5mm audio stereo phone jack (master) http://qi-hw.com/p/kicad-libs/12ffd30
<qi-bot> [commit] Adam Wang: Merge branch 'master' of projects.qi-hardware.com:kicad-libs (master) http://qi-hw.com/p/kicad-libs/354d60f
xiangfu has quit [Ping timeout: 260 seconds]
cladamw has quit [Quit: Ex-Chat]
phirsch has joined #qi-hardware
xiangfu has joined #qi-hardware
xiangfu has quit [Ping timeout: 260 seconds]
xiangfu has joined #qi-hardware
cladamw has joined #qi-hardware
xwalk_ has joined #qi-hardware
<qi-bot> [commit] Adam Wang: renamed scj368r1.fpd -> phonejack.fpd: phonejack-${size}-${N} (master) http://qi-hw.com/p/kicad-libs/dc51a1b
panda|x201 has quit [Ping timeout: 245 seconds]
cladamw has quit [Quit: Ex-Chat]
rejon has quit [Remote host closed the connection]
cladamw has joined #qi-hardware
GNUtoo has joined #qi-hardware
rejon has joined #qi-hardware
GNUtoo has quit [Remote host closed the connection]
jluis has joined #qi-hardware
rejon has quit [Ping timeout: 240 seconds]
rejon has joined #qi-hardware
panda|x201 has joined #qi-hardware
pabs3 has quit [Remote host closed the connection]
xwalk_ has quit [Ping timeout: 244 seconds]
pabs3 has joined #qi-hardware
jekhor has joined #qi-hardware
panda|x201 has quit [Ping timeout: 265 seconds]
panda|x201 has joined #qi-hardware
xwalk_ has joined #qi-hardware
panda|x201 has quit [Ping timeout: 245 seconds]
jekhor has quit [Ping timeout: 245 seconds]
kristoffer has joined #qi-hardware
kuribas has joined #qi-hardware
Textmode has quit [Ping timeout: 255 seconds]
DocScrutinizer05 has quit [Ping timeout: 265 seconds]
Textmode has joined #qi-hardware
xiangfu has quit [Remote host closed the connection]
jekhor has joined #qi-hardware
wej has quit [Ping timeout: 248 seconds]
wej has joined #qi-hardware
jivs_ has joined #qi-hardware
DocScrutinizer05 has joined #qi-hardware
panda|x201 has joined #qi-hardware
<wpwrak> cladamw: did you see ? i make a script that generates connector symbols, for CONN_1 to CONN_40 and CONN_1X2 to CONN_40X2
<wpwrak> the script is components/gencon.pl and the library it generates is gencon.lib
<cladamw> what's the syntax ?
<wpwrak> it's Perl :)
<wpwrak> unfortuanately, we don't have something like fped for schematics symbols ...
<cladamw> *.pl is a language of Perl, right ?
<wpwrak> yes
<cladamw> so how to generate ?
<cladamw> i've never used Perl before. :-)
<wpwrak> i also made a variant of pads.fpd, called pads-array.fpd, which puts this sort of contacts in an array. for now, i use it with the "2mm" pattern at 50 mil pitch, for soldering ribbon cables. (like you can to with UBB)
<wpwrak> (perl) just "make gencon.lib"
<wpwrak> or you could run things manually, ./gencon.pl >gencon.lib
<wpwrak> maybe i should just have "make" build any generated files (in components/). right now, it's equivalent to "make sch", but typing "make sch" isn't all that much more work ...
<cladamw> (pads.fpd) yeah ... these 'round' pad are good variants
<cladamw> (phonejack.fpd) f.g. I used similar rounded pads but includes holes.
<wpwrak> the only problem we have now is that kicad sometimes ends up with endless lists of items :)
<cladamw> in initial, I didn't know how to edit a round pad. :O Then I know how to edit a round pad with PTH after i saw your this (pads.fpd) examples. :-)
<qi-bot> [commit] Werner Almesberger: components/Makefile: "make" now generates instead of running "make sch" (master) http://qi-hw.com/p/kicad-libs/49fa1ab
<wpwrak> heh :)
<cladamw> letmme git pull and try. :-)
<wpwrak> btw, all the .fpd files should be listed in modules/Makefile, so that one can convert them to kicad .mod with a simple "make"
<cladamw> good, seems I ONLY generated *.ps to check dimensions. :-)
<cladamw> if 'Write KiCad' cmd can be auto 'made' by make which will be smartly and useful to me at least. :-)
<wpwrak> "make" is a source of power and magic ;-)
<cladamw> good, now i see that gencon.lib
<qi-bot> [commit] Werner Almesberger: componens/adxl32x.lib: add pin for pad; put into components.pro (master) http://qi-hw.com/p/kicad-libs/6ecb851
<wpwrak> let me update the catalog ...
<wpwrak> wolfspraul: btw, generating the catalog could be a task for your magic server scripts
<wpwrak> ah, and we don't translate NC. let's fix that ...
<wpwrak> cladamw: there's the ambiguity whether "NC" means "no internal connection" (so you can connect something if you want, e.g., to help with routing), or whether it means "do not connect" (so the pin has a function but you're not supposed to use it)
<wpwrak> if we called the latter "DNC" instead of just "NC", do you think people would recognize the acronym ? or would it be too uncommon ?
<cladamw> (DNC vs NC) severely speaking ... mmm good point now. we now need to redefine both. :-)
<cladamw> people would hard to recognize.
<cladamw> do you want to say DO NOT CONNECT ?
<wpwrak> in kicad, you can already express this condition: "no internal connection" would be pin type "Unspecified". "do not connect" would be pin type "NC"
DocScrutinizer05 has quit [Quit: Konversation terminated!]
DocScrutinizer05 has joined #qi-hardware
<cladamw> a NC in sever datasheet will always describe very well as "no internal connection"
<wpwrak> my question is now for the catalog. should i follow kicad's example and translate "NC" to "NC", or should i show "DNC" instead ?
<wpwrak> (NC in data sheets) yes, some say "no internal connection", some say "do not connect", and others just say "NC". the ones i trust most are those that have "do not connect" and "no internal connection" in the same data sheets (for different pins, of course). that means that they actually thought about it :)
<cladamw> i prefer NC. :-)
<cladamw> (in sch) we can define some texts there. :-)
<wpwrak> alright. NC it is then
DocScrutinizer05 has quit [Ping timeout: 265 seconds]
DocScrutinizer05 has joined #qi-hardware
xwalk_ has quit [Ping timeout: 248 seconds]
GNUtoo has joined #qi-hardware
cladamw has quit [Quit: Ex-Chat]
Aylax has joined #qi-hardware
<wpwrak> DocScrutinizer: subtle :) makes me wonder how/why they implemented such an odd check
<DocScrutinizer05> a hash table of size 256?? dafaq
kuribas has quit [Quit: ERC Version 5.3 (IRC client for Emacs)]
<DocScrutinizer05> well, actually man 3 memcmp
<DocScrutinizer05> WTF would anybody cast the return code to int8?
<DocScrutinizer05> why would anybody care at all about the actual value, if !=0
<DocScrutinizer05> my CentOS box seems safe
<DocScrutinizer05> at least the crack oneliner didn't succeed
<qi-bot> [commit] Werner Almesberger: b2/test/subesc: more tests; also for values; add explanation of escaping (master) http://qi-hw.com/p/eda-tools/7f24ef0
<qi-bot> [commit] Werner Almesberger: genex/expand-pintype: add translation for "new" pin type NC (master) http://qi-hw.com/p/eda-tools/3949ead
<qi-bot> [commit] Werner Almesberger: genex/expand-pintype: reduce character width (master) http://qi-hw.com/p/eda-tools/4cb56eb
cladamw has joined #qi-hardware
kyak has quit [Ping timeout: 240 seconds]
kyak has joined #qi-hardware
jekhor has quit [Ping timeout: 244 seconds]
DocScrutinizer has quit [Read error: Operation timed out]
DocScrutinizer05 has quit [Ping timeout: 244 seconds]
DocScrutinizer05 has joined #qi-hardware
DocScrutinizer has joined #qi-hardware
jekhor has joined #qi-hardware
<qi-bot> [commit] Adam Wang: rj45.fpd: RJ45-8-LED added 8 pins ethernet connectors with two leds version from Molex. (master) http://qi-hw.com/p/kicad-libs/178fbc3
<qi-bot> [commit] Adam Wang: Merge branch 'master' of projects.qi-hardware.com:kicad-libs (master) http://qi-hw.com/p/kicad-libs/b9a3927
wej has quit [Ping timeout: 272 seconds]
wej has joined #qi-hardware
Textmode has quit [Ping timeout: 255 seconds]
Aylax has quit [Quit: Bye]
Textmode has joined #qi-hardware
Textmode has quit [Ping timeout: 256 seconds]
Textmode has joined #qi-hardware
<wpwrak> interesting ... i have a few batteries (AA primary cells) that are depleted to the point of having a negative voltage. i didn't even know they could do that :)
Textmode has quit [Ping timeout: 255 seconds]
<viric> you didn't know? when you finish the batteries, you place them upside-down and loop ad infinitum
<viric> it's a big pendulum effect
<viric> the fastest you unload the batteries, the more inverse charge.
cladamw has quit [Quit: Ex-Chat]
<DocScrutinizer05> lol
<DocScrutinizer05> wpwrak: actually this indicates you mixed batteries in series with differing capacity. Rechargeables will get killed by that
<DocScrutinizer05> actually the effect is a vicious circle: the battery with least capacity in your bat-pack gets damaged further the most and the first
<whitequark> positive feedback!
<DocScrutinizer05> that's btw a valid reasoning why you indeed *should* charge even LiIon *packs* for 12h before first use. And not discharge further than to 70% remaining during the first maybe 5 cycles
<DocScrutinizer05> for LiIon single cells, all that doesn't apply
xiangfu has joined #qi-hardware
GNUtoo-desktop has joined #qi-hardware
<wpwrak> DocScrutinizer: hmm, i think i replaced them all at the same time. most of them are < 100 mV, one a bit more two read negative. they've been in wiimotes, so a pair in each. the wiimote has pretty large idle consumption.
xiangfu has quit [Remote host closed the connection]
GNUtoo has quit [Quit: Program received signal SIGSEGV, Segmentation fault.]
<wpwrak> wolfspraul: how's the PCB-making going ? have you made the first acid test yet ?
<wolfspraul> he. pushing it out :-)
<wpwrak> don't fear :)
<wolfspraul> I 'almost' started a few times the last days, but I'm in a good run on the fpgatools so that's first right now
<wpwrak> heh, okay. too much multitasking is bad, too :)
antgreen has joined #qi-hardware
urandom__ has joined #qi-hardware
xiangfu has joined #qi-hardware
GNUtoo-desktop has quit [Quit: [INFO] fsogsmd : received signal -11, exiting.]
xiangfu has quit [Ping timeout: 245 seconds]
jivs_ has quit [Quit: Leaving]
phirsch has quit [Ping timeout: 252 seconds]
emeb has joined #qi-hardware
phirsch has joined #qi-hardware
larsc has quit [Ping timeout: 252 seconds]
Aylax has joined #qi-hardware
kuribas has joined #qi-hardware
GNUtoo-desktop has joined #qi-hardware
vladkorotnev has joined #qi-hardware
vladkorotnev has left #qi-hardware [#qi-hardware]
jekhor has quit [Ping timeout: 244 seconds]
jekhor has joined #qi-hardware
jekhor has quit [Ping timeout: 246 seconds]
Aylax has quit [Ping timeout: 245 seconds]
GNUtoo-desktop has quit [Quit: [INFO] fsogsmd : received signal -11, exiting.]
jekhor has joined #qi-hardware
rzk has quit [Ping timeout: 245 seconds]
rzk has joined #qi-hardware
jluis has quit [Ping timeout: 272 seconds]
jluis has joined #qi-hardware
jluis has quit [Ping timeout: 272 seconds]
* kristianpaul multitask all day at work :-|
jluis has joined #qi-hardware
larsc has joined #qi-hardware
urandom__ has quit [Remote host closed the connection]
kristoffer has quit [Quit: Leaving]
kuribas` has joined #qi-hardware
kuribas` has quit [Remote host closed the connection]
xwalk has quit [Ping timeout: 240 seconds]
xwalk has joined #qi-hardware
Aylax has joined #qi-hardware
valhalla_ has joined #qi-hardware
valhalla has quit [Ping timeout: 248 seconds]
xwalk has quit [Ping timeout: 248 seconds]
rozzin has quit [Ping timeout: 244 seconds]
kyak has quit [Ping timeout: 240 seconds]
mth__ has joined #qi-hardware
panda|x201 has quit [Ping timeout: 244 seconds]
mth_ has quit [Ping timeout: 244 seconds]
kyak has joined #qi-hardware
kyak has quit [Changing host]
kyak has joined #qi-hardware
xwalk has joined #qi-hardware
panda|x201 has joined #qi-hardware
jekhor has quit [Ping timeout: 245 seconds]
rozzin has joined #qi-hardware
Textmode has joined #qi-hardware
dandon has joined #qi-hardware
kuribas has quit [Quit: ERC Version 5.3 (IRC client for Emacs)]
Aylax has quit [Quit: Bye]