DocScrutinizer05 changed the topic of #qi-hardware to: 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 and http://irclog.whitequark.org/qi-hardware
roh_ is now known as roh
dos1 has quit [Ping timeout: 245 seconds]
<nicksydney> wpwrak: it might sell if you sell it on ebay
<nicksydney> or perhaps aliexpress :)
dandon has quit [Quit: .]
zcrc|drunk|again has quit [Ping timeout: 252 seconds]
<nicksydney> wohoo!! the TPS61040 sample has arrived....now need to etch the board
<nicksydney> damn this thing are tiny
Luke-Jr has quit [Remote host closed the connection]
Luke-Jr has joined #qi-hardware
atommann has joined #qi-hardware
<nicksydney> wpwrak: what you think about this http://www.chronovu.com/buy-now/shop/ ... it's worth the money for beginner like myself ?
Luke-Jr has quit [Remote host closed the connection]
dandon has joined #qi-hardware
wej has joined #qi-hardware
wej_ has quit [Ping timeout: 252 seconds]
michael_lee has joined #qi-hardware
Luke-Jr has joined #qi-hardware
Luke-Jr has quit [Remote host closed the connection]
Luke-Jr has joined #qi-hardware
jekhor has joined #qi-hardware
Luke-Jr has quit [Read error: Connection reset by peer]
Luke-Jr has joined #qi-hardware
Luke-Jr has quit [Remote host closed the connection]
Luke-Jr has joined #qi-hardware
jekhor has quit [Ping timeout: 245 seconds]
jekhor has joined #qi-hardware
jekhor has quit [Ping timeout: 240 seconds]
zcrc|drunk|again has joined #qi-hardware
zcrc|drunk|again is now known as zcrc
sb0 has joined #qi-hardware
xiangfu has joined #qi-hardware
atommann has quit [Quit: Leaving]
Luke-Jr has quit [Remote host closed the connection]
Luke-Jr has joined #qi-hardware
porchao has joined #qi-hardware
kinacamen has joined #qi-hardware
kinacamen has left #qi-hardware [#qi-hardware]
Luke-Jr has quit [Remote host closed the connection]
Luke-Jr has joined #qi-hardware
wolfspraul has joined #qi-hardware
dos1 has joined #qi-hardware
snufkin has joined #qi-hardware
xiangfu has quit [Ping timeout: 245 seconds]
zcrc has quit [Ping timeout: 252 seconds]
atommann has joined #qi-hardware
zcrc has joined #qi-hardware
nicksydney has quit [Remote host closed the connection]
nicksydney has joined #qi-hardware
zerous has joined #qi-hardware
sb0 has quit [Ping timeout: 252 seconds]
zerous has quit [Ping timeout: 252 seconds]
sb0 has joined #qi-hardware
Luke-Jr has quit [Remote host closed the connection]
Luke-Jr has joined #qi-hardware
rz2k has joined #qi-hardware
zcrc is now known as pcercuei
<sb0> first kicad crash!
<wpwrak> congratulations ! :)
<wpwrak> what are you actually designing ?
<wpwrak> i find that kicad sometimes hangs (or at least it used to some time ago) when i have multiple instances running. so it's a good idea to save often. also had some issues when working with zones, but i haven't experienced these lately
<wpwrak> ah, and fped also has a yet unsolved problem that seems to be related to deletions. so safe often there, too :) (fped versions the files for you, so you don't have to worry about saving things you may later regret)
<wpwrak> pcercuei: developing a taste for german beer ? :)
<pcercuei> slowly but surely :)
<wpwrak> very good. soon you'll be ready to appreciate the good stuff, austrian beer ;-)
Luke-Jr has quit [Remote host closed the connection]
Luke-Jr has joined #qi-hardware
Luke-Jr has quit [Remote host closed the connection]
michael_lee has quit [Remote host closed the connection]
Luke-Jr has joined #qi-hardware
atommann has quit [Quit: Leaving]
Luke-Jr has quit [Remote host closed the connection]
Luke-Jr has joined #qi-hardware
Luke-Jr has quit [Remote host closed the connection]
Luke-Jr has joined #qi-hardware
<sb0> wpwrak, just simple carrier boards for mixxeo buttons/leds/oled
<sb0> oh, and of course, when you press R while placing a component, it's obvious that you want to rotate the component that happens to be under the cursor, not the one that you are currently moving
<sb0> open source UX usually sucks, but this one sets new records
Luke-Jr has quit [Remote host closed the connection]
Luke-Jr has joined #qi-hardware
<sb0> "219.4000000000000057"
<sb0> qcad wtf
<whitequark> floating point wtf, rather
<whitequark> but why doesn't it round?..
<sb0> why didn't the qcad developers use a better number representation in the first place
<sb0> performance doesn't matter much here; using (slow) rational arithmetic would be fine
<whitequark> yeah, usually you use fixed point
<whitequark> with enough precision to represent metric/imperial well
<sb0> oh, I see. in C++, you write std::ratio_multiply<a,b>, not a*b
<whitequark> hm?
<sb0> I was wondering if C++ had support for rational numbers, and it seems to be done in a horrible way
<whitequark> I'm not sure what is the point of using rationals anyway
<sb0> with proper language support, they are the easiest choice
<whitequark> not necessarily most correct, and anyway implementing fixed-point is not hard
<sb0> not necessarily most correct?
<whitequark> s,most correct,best,.
<sb0> well, they are slower than fixed point for sure, but other than that?
<whitequark> it's not even fixed-point actually, you just represent everything in µm and convert it to the user's choice of unit
<whitequark> sb0: unless you back rationals with bigints, they're not infinitely precise
<sb0> yeah sure
snufkin has quit [Quit: Leaving]
<sb0> oh, another thing... any missing dot in a kicad schematic will result in a silent no-connection
<sb0> I wonder how much this has cost in PCB respins already
Luke-Jr has quit [Remote host closed the connection]
Luke-Jr has joined #qi-hardware
<whitequark> same in Eagle I think
zrafa has quit [Ping timeout: 252 seconds]
jekhor has joined #qi-hardware
Luke-Jr has quit [Remote host closed the connection]
Luke-Jr has joined #qi-hardware
wej has quit [Ping timeout: 245 seconds]
wej has joined #qi-hardware
wej has quit [Ping timeout: 260 seconds]
wej has joined #qi-hardware
FDCX has quit [Remote host closed the connection]
FDCX has joined #qi-hardware
jekhor has quit [Ping timeout: 255 seconds]
<wpwrak> sb0: that's why it's important to review schematics :) missed dots tend to be a very minor problem. can't even remember having any issues with them
<wpwrak> oh, but you should follow the rule of never making connected crosses
<wpwrak> only T-connections, never +. a + always means "not connected".
<wpwrak> (that's a rule for the designer to follow, not something kicad would need. though it may be nice if it could enforce it)
<wpwrak> in the old milkymist days, we compiled a set of style guidelines: http://en.qi-hardware.com/wiki/Rules_on_Editing_Schematics
<wpwrak> alas, the first example (about POWER) shows a "bad" junction :(
Luke-Jr has quit [Remote host closed the connection]
Luke-Jr has joined #qi-hardware
wolfspraul has quit [Quit: leaving]
sb0 has quit [Quit: Leaving]
<nicksydney> wpwrak: normally for diode (normal or schottky) do you use the DO-214AA footprint from the qi library in kicad ?
<wpwrak> i try to use diodes in SOT-xx3 packages, with no ambiguity in orientation
<nicksydney> which footprint you recommend to use if not using SOT diode package ?
<wpwrak> that would depend on the diode you choose to use ;-)
<nicksydney> schottky diode like this one http://www.fairchildsemi.com/ds/MB/MBR0530.pdf
<wpwrak> well, find the manufacturer's recommended footprint drawing and see if anything in http://downloads.qi-hardware.com/people/werner/tmp/kicad-libs-modules.pdf
<wpwrak> matches
pcercuei has quit [Quit: dodo]
<wpwrak> but it doesn't look like any footprint i remember us having. so you may have to draw your own
<wpwrak> (or modify an existing one. tables in fped are great for that :)
<nicksydney> ok thanks
<nicksydney> what about just the normal generic SMD diode ?
<nicksydney> like this data:image/jpeg;base64,
<nicksydney> ABEQIxIUH/2gAMAwEAAhEDEQA/AJxAAAAAAAAAAAAAAAANTpfpHTw8lGSlKT3RtqXF3ZsMXiVThKctkVcjLHYt1akqkvvP03WM2jsv+NqGVtKd0naLS1u2pXTdr8TlP+auIpXeIwcMq3wq21d0r3PgkziumOkszVKL5y8Nn6mdqpTwfXJgpfUhVp/uxkvOLv6G8wnT/R9T5cVTXKTcH/OkecsxfCdtZrUemMH0nwlX6eJoyfBVI38m7myUr7Dyp2jPswemq9J3pVakP2Zyj7Muj1ADz7gus/SNP/yHNcJxhL1av6nQ4Drrrq3bUKU1vcXKD9cyGiYQcRgOt7AVLZ3UpPfmhdLxg2b7B9MsDV+niqTfBzUX5Ssxo3ILKdVSV4tNcU7rzReUAAAAAAAAAAAAAAAAAAAAKSeoDkem
<nicksydney> /9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBhISEBQUEBIVFBUSFRYXFBIYFRUXFRQUFBQVFBQUFBQXHCYgFxojGRQUHy8gIygpLCwsFR4xNTAqNSYrLCkBCQoKDgwOFA8PFCkYFBgpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSwpKSkpLCwsLCkpLCksKSwsKSkpKSkpKSkpKf/AABEIANIA8AMBIgACEQEDEQH/xAAcAAEAAQUBAQAAAAAAAAAAAAAABwECAwUGCAT/xABBEAACAQICBggDBQYEBwAAAAAAAQIDEQQSBSExQVFhBgcTcYGRobEiMjMUQlLB0XKCkqLh8CNDYsIWFyQlRGPx/8QAFwEBAQEBAAAAAAAAAAAAAAAAAAECA//EABoRAQEBAQEBAQAAAAAAAAAAAA
<nicksydney> ekZStSgm4r52k2r/AIbrgvc5HOt79T4emnTKvhtIdnRlCMckL5o3+KScm9l9rermabFdYWNd7wpTS22Ut613Sk+By21W80npCMIOV9ib8P71Eb1q7qTlN/eZs9LdI3XpZHRVNuSlKStrSTslqVlrvvvq4GqiWRFS9ssiipoCpQAVEpbvMpexbEDJC7aS2vYjuNHaFhCmlKEZSa+Jyim7vba61cNRoeiuj81TtGtUNnOX9NvkdkZqvip6IhBp03Om7/cqSiSF0f6bRnOnQqxanJWjO7ak0tsuDdues4erUtt2G76D4DNN15K13lpp7lfW/byJKJKAB1QAAAAAAAAAAAAAAAAMeJdoS/ZfsZCko3VnsYHnnp1Z6RxLau45FF31r4Uv6+BzNubXqSf1t6Eo4eFOVNfHXqSlJtRcvh
<wpwrak> i'm afraid there is no such thing
<nicksydney> jrtO2a15rVexGJzkwWzbe2V+++7vKQpNu2pc7/AKFwsaB0Xuafj+pa4NbUyoTa2MC0Mydo99n4IKa4AYZvd5i5XL3ef6lGB1OjtNUaUIU82xfE8rs5PW9a77eBvsFpCnV1Umpv8Mdb8tpGNXDpvV/UYbSlbDzvRqSg1vT3mbFSjVwdSpOnTytdq9ri0sq2tX27H5Ei6Lw8YdnCK1RcUlyRyfQzFyrYSjXrSc6s+0vJvdGeVJLYvA7fQlLNee5ao9+9/kSFbgAHVAAAAAAAAAAAAAAAAAAARf12YCTjh6uZZIuUMuu+aSUr91oWIldJk6db2HzaOv8Agq0355of7iDmzNGNwfAtMykXZvHvIPnBnduC9iihHfdeoGEGf7OrXUlqex3T7x9jnlzJXSdrpr22gYLFMhknTa2prvLQ
<nicksydney> FKPxLfr2Gvr0HmirfNrXNf2jZ09q70bjRGj1WqSzRWSK2c9yT4WuKqQ+huH/AO34WMVdvOl+9UkSThqChBRW5efFnL9BdHpUYySahTzRp3SV23eTSirJK7SS5nWjmFAAbQAAAAAAAAAAAAAAAAAAGk6aaIlicDXpU1ecopxXGUJRmlfnlt4kCY7o7iqP1cPVhbe6ckv4rWPSwJYPLGUWPTOM0Hh6v1aFKd/xQi35tXNFjOrDR1T/ACMj4wnOPpdr0JggJgmDHdSlB/RxFSHKUYzXplZocZ1MYuN+yq0anJuUH5NNeowR6i650eN6vNIUvmw05LjDLP0g2/Q0mK0dVpv/ABac4P8A1RlH3RBhVR8Q53vezvyLQgKxSvs9Tu+jWiMyp0qe2o023uurtvuXscNCN2Tn1f6Hy0+2kt
<nicksydney> cllhyitTfi1bw5jNHVYPCxp04wgrRgkl3L8zMAbAAAAAAAAAAAAUbK3AAAAAAAAAAAAAAAAAWLZQTVmrrg9a8i4AajG9EMFV+phaTb3qCi/wCKNmaPGdU2An8salL9mo2vKeY7MEwRuupimppxxMsqabi6azW5STSv4EiUKEYRUYq0YpJLgkrJGQDAABQAAAAAAAAANJ0v6SwwWGlVlZy+WnD8VRrUu5bXyQHFdbvTHIvsdKWt2lWa3LbGn47XytxIzwXSPE0fpV6sOUZyS8r2Pjx+NnVqSqVJOUpycpSe1tu7Z8zZgdpgetjSFO16saiW6cIv1Vn6nQ4Hrwn/AJ2GjLnCbj6SUvcilBSKJ3wPXFgZ/UVWk+cVJecG36HQYHprga308VSvwcsj8p2PNSkV7QaPVlOqpK8WmuKd
<nicksydney> 15ovPLOF0rVpu9OpOD4xlKPszf4HrM0hS2YiUlwmoz9ZK/qXR6HBDOB67cQrdtRpT5rNB+7XodDgOurCy+rRq0+ayzX5P0GiRQc3gesTR9W2XExi3umpQ9ZJL1N7hsdTqK9OpCa4xkpL0Y0ZwAUAAAAAAAAAAAAAAAAAABbUqKKbbSSTbb2JLW2zz31g9LXjcS3F/wCFTvGkuK3za4yav3JLcd11vdMOzh9koy+KavWa+7B61DvltfLvIalIzQuUYKAC4sKgGxcoXU4XaS2sAovgUTNliJqEFFd3fxZgw9FKN3teqKfuTVx8twpH1SUE7Si+9K3/ANLexpvZK3eNMYFMy0sXKLvGTT4ptPzRc8A90kzBVpOLs9o+I6HA9PMfStkxVWy3SlnXlO50ejuuTGxaVSNKr3xcZecWl6
<nicksydney> EdJm56PaPzyzyXwx2c5AehOjem/teHVXJkd2pRvezVtj4WaNqcn1c1P+nqLhU94R/Q6w1PAABQAAAAAAAAAAA03SvpHDBYaVaet7KcPxzfyx7t75Jm5IY659KZsXCltVKmna9rSqO7/lUCUR9pHHzrVZ1Kks05ycpPi3tPluXyS4teT9inZ8JR87e5BjYL3Slw/P2MYFWxcoLAVR92Dio2b2y1LkuJ8BfCq1sZKPocXOpZ6vySM2NrJWSWu1u5HzRx0t9n4FftEXth5ExRY6W/WXxxMXtgn3FmWm97XeZaVK18sk787PwYuCyeTXqceG29/E+W5nxNZvU/uvbe78zAixGbC0HOSjHa2dthMOqcVFbF68Wano9gMsc8tstnJG4lKyJaO/6tauqvHnB+edP2R25E3Vfpyc8bOlCK
<nicksydney> dNweaWu6cNlvF2JZNc+AADQAAAAAAAAAACknqPOPTrSKr6QxFRO6dRqL3OMEoRa8I38Sb+luLlGm0taUHKS/Elti+VkzzviquaUnxbfm7mbfowNFGi4oBbl/tF2d73fvswAKat8V4XRa4rmvJl5SwFOzX4l43RTsXu19zTLmimUoslFrbqKGbO+L9/cZuKi/C3sBhBlaXBruf6lvZrj5r9ALD7tFYLtJ6/lWt/ofNGg29Vn3NHQ4WCo0+e19/Ag+6pjoR1Gt0ppdOOWm9b1b72trNVpHGZmWRhKEo3klJq7uvlT1r0s/EyqWOpzCxhnd45smvWtspJ2XcokpkA6MpzUVd3lr27Ipa2+5Jtky9EcRUnhKfbXc4rK29rtsb52avzNc1G5ABoAAAAAAAAAABzHTFXjNXtejLXw1S1
<nicksydney> nn+tS1uzut24nnppUtmXGjL/eQJfUu5exz/VWOm+BZYypl8a8knFPU9240j5xczxcd8b92otyRfHzAxCxf2PMo6TAsYKtFAAAAWFgAL6PzLvNhpLF7lu9zXQetF1ZtyS4uxBhoRvK75/2zaaCwrlUc568ttfF/mVw1KVlGmrp63LU2+K/0rkdLo7BLVFK92lJJ2bb2Llf2T4GarbaDwClJSktSs7cr/CvFrN3JcSTejX0L8ZS/T8ji6FHJGy172+L3vu3WO36Owthoc8z85MvPqNkADoAAAAAAAAAAA0/SHQvbw+H5kmrfii919zIG6WaLeHxMqeR01ZNRe5NbuK2npE0mn+huExjUsRTzSSyqalKLSu3bU7PW3t4mbB5wuWsmPSHUnQl9DEVKfKcY1F6ZWczj+pnHQ+lKjVXB
<nicksydney> ScJeUlb1GDgkypucf0Lx1G/aYWqkt8Y51/FC6NM4tamrcv1AoVTKAgvzsOSe1L29iwFFXCPNBUNfzLx/MC4FrotbvLWWWM1wpAY4nz1J5pXexH3ZlvS/vuMOJprdqXDvINlonSqhFxyr4vlvG7Tvqs017EoaM0Y4ycp04wk0naF8qbVm1fXfVs3XZD2ifixNGP8A7IeeZE+VJ6zFaYMPgHOajFa3v3Li2dnhqChCMVsikvI+LQuByRzS+afotyNkdOYyAA0AAAAAAAAAAAAAAAAFjRad6E4PGSzYiinO1u0jKUJ23XcWr253N6AI3x3Ulh5fRxFWnyko1F6ZX6nN4/qYxkL9lUo1VwvKnJ+Ek1/MTYCYPOOP6DY+jftMLVst8Y9ovOnc0c4NO0lZ8Hqfkz1UfPi9HUqqtVpwqL
<nicksydney> hOEZL+ZDB5baKo9C4rq30bUd3hYxf+hzpryhJItxXVno2pFL7Mo2Vk4SnF6uNnrfN3Jg8+FUiYcd1JYd/RxFWnyko1F6ZX6nPY7qYxkLulUo1VwvKEvJpr1GDgIo+THXu7HXYjoBj6crSwtR69sUprzg2dxhOqJqlFynTdRq804ySTf3VUi7tLZsIIo6EUM2PoLhNN/u6/yJ/0Vgu0qXfyx1vm9yOZ0Z1c1aNeM1Tjqv8AEql4q6tf4kpEh6PwapU1Ha974t7WSTar6QAdEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUYAAqAAAAAAAAAAAAAAAAAAP//Z
<nicksydney> ooopppss
<nicksydney> sorry
<nicksydney> thought copied the location i copied the file :)
<wpwrak> did someone pick up the phone while you were on the modem ? ;-)
<nicksydney> cool...copy image file and paste into IRC paste the file itself in this format :) hhehehe
<nicksydney> ok will dig up the .pdf and print the footprint to see which one matches
<wpwrak> anyway, i don't think there's a "generic diode". alas, the diode makers stubbornly insist in not using "standard" packages like 0402, 0603, etc.
<wpwrak> but there are a bunch of SOD packages that seem to be reasonably common. so defining them could be useful.
<nicksydney> ok thanks
<wpwrak> as i said, i try to stay clear of reversible diodes. hmm, there was a japanese engineering design principle with a specific name for this
<wpwrak> the basic idea being that if you try to put a part in any way but the correct way, it will simply not fit
<nicksydney> ok
<wpwrak> diodes in symmetric packages are the perfect anti-pattern for this :)