2014-02-14 00:03 arielenter has quit [Ping timeout: 272 seconds] 2014-02-14 00:12 yes ! the SWD bastard finally lets me flash the KL2x 2014-02-14 00:13 wolfspraul has joined #qi-hardware 2014-02-14 00:17 wolfspra1l has quit [Ping timeout: 245 seconds] 2014-02-14 00:19 jekhor has quit [Ping timeout: 272 seconds] 2014-02-14 00:35 luke-jr_ is now known as Luke-Jr 2014-02-14 00:39 wpwrak: wohoo! 2014-02-14 00:44 wpwrak: this is the same SWD that is supported in Freescale right http://www.silabs.com/Support%20Documents/TechnicalDocs/AN0062.pdf ? 2014-02-14 01:11 yup. but the rest of silabs is of course different. you could reuse SWD and probably the AHB-AP but not the flash programming code. that would be specific to silabs. 2014-02-14 01:22 dos1 has quit [Read error: Connection reset by peer] 2014-02-14 01:31 cool...different silicon have different address right ? 2014-02-14 01:32 so theoretically it is possible if i made a 'programmer' using MCU chip to 'program' Cortex-M series chip with SWD right ? 2014-02-14 01:34 of course, yes 2014-02-14 01:35 like in y-box the kl2x will program the cc2543 (via ti's oh so much simpler protocol) 2014-02-14 01:38 cool....awesome! 2014-02-14 01:38 thought the cc2543 firmware is proprietary ? 2014-02-14 01:38 no ? 2014-02-14 01:39 which one of this http://www.digikey.com.au/product-search/en/rf-if-and-rfid/rf-transceivers/3539948?k=cc2543 ? 2014-02-14 01:40 the 2543's interfaces are open. ti have other chips in the same family, with closed rf interfaces 2014-02-14 01:40 of course, this still means that someone has to write the firmware ... ;-) 2014-02-14 01:41 let me get this right... 2014-02-14 01:41 the 2543 code is available to download ? 2014-02-14 01:42 or it comes prebuilt from factory ? 2014-02-14 01:43 dunno if ti have any code for the 2543 2014-02-14 01:43 in any case it wouldn't be BTLE 2014-02-14 01:43 because they have another chip, with closed BTLE code 2014-02-14 01:44 right so what you saying the 2543 will be 'programmed' later on with bluetooth stack ? 2014-02-14 01:44 but the 2543 should be able to speak BTLE regardless, although with a bit more difficulties (e.g., the whitening algorithm seems to be different. thus one has to transform the data stream at the bit level) 2014-02-14 01:45 yup, at least the low-level part of it 2014-02-14 01:46 higher-level stuff is probably better kept in the KL2x. the 8051 in the CC2543 is not the nicest environment (well, the core is okay even if it's very very antiquated. but the only free compiler we have for that has its issues) 2014-02-14 01:47 aren't there any bluetooth stack available that we can reuse for cc2543 ? 2014-02-14 01:47 not to my knowledge 2014-02-14 01:48 did you use this note http://www.ti.com/lit/an/swra410/swra410.pdf to know about the programming cc2543 part ? 2014-02-14 01:50 yes, but the user's guide is actually more accurate 2014-02-14 01:50 (they added some new commands and such) 2014-02-14 01:50 what about this https://code.google.com/p/btstack/ 2014-02-14 01:55 ah, might be worth looking at at some point in time. what we need is BTLE and only BTLE. the rest of BT is a) the super-sized XXXL version of mortally obese bloatware, squared, and b) the CC2543 doesn't quite speak BT (though it may be able to communicate at the low rate, albeit with an accent) 2014-02-14 01:55 ah no, not worth looking at 2014-02-14 01:55 wrong license 2014-02-14 01:56 "BTstack is available under a dual license. The code provided in this repository allows for non-commercial use." 2014-02-14 01:57 this one http://www.ti.com/tool/ble-stack?DCMP=wbu-blestack&HQS=blestack 2014-02-14 01:59 in order to write your own stack you need to understand the BLTE spec first ? 2014-02-14 01:59 royalty-free doens't mean open ... 2014-02-14 02:00 yeah, understanding what one is doing ought to be useful. of course, one could also just hit random keys and see what happens :) 2014-02-14 02:03 the spec is 2302 pages :( 2014-02-14 02:04 something to look forward to for long winter days ;-) 2014-02-14 02:04 out of my league :) 2014-02-14 02:07 bartbes has quit [Remote host closed the connection] 2014-02-14 02:24 what a blatant lack of heroism :) 2014-02-14 02:45 CYB3R has quit [Ping timeout: 245 seconds] 2014-02-14 02:51 xiangfu has joined #qi-hardware 2014-02-14 03:06 luke-jr_ has joined #qi-hardware 2014-02-14 03:08 Luke-Jr has quit [Ping timeout: 248 seconds] 2014-02-14 03:09 luke-jr_ is now known as Luke-Jr 2014-02-14 03:23 kristianpaul has quit [Ping timeout: 248 seconds] 2014-02-14 03:35 kristianpaul has joined #qi-hardware 2014-02-14 03:39 wpwrak: i aint superhero :) 2014-02-14 03:39 wpwrak: but seriously how can you go through 2302 pages and implement something like that...you go mad ! 2014-02-14 03:45 isn't it that this is BT 4.x ? BTLE is just a part of it. and there's always a lot you can skip. some things you'll never need. some you don't need until later. 2014-02-14 03:46 so you can build the monster step by step 2014-02-14 03:51 the question i have in my mind now is..how to start digging into it..where to start ? what to look for ? 2014-02-14 03:52 i'm still crawling when it comes to this kind of thing so be nice :) 2014-02-14 03:52 hehehe 2014-02-14 04:10 oh, if you haven't done such a thing before, then you probably want to start at page 1 :) 2014-02-14 04:17 hahaah...like reading a fiction eh :) 2014-02-14 04:26 "hard" sci-fi ;-) 2014-02-14 04:39 whitequark: btw, regarding epicycles, here's a nicely ironic description of the concept: http://csep10.phys.utk.edu/astr161/lect/retrograde/aristotle.html 2014-02-14 05:15 jekhor has joined #qi-hardware 2014-02-14 05:21 uhhh http://www.indiegogo.com/projects/akarel-android-and-arduino-hardware-platform 2014-02-14 05:23 akarel uses AllWinner A20 2014-02-14 05:26 nicksydney has quit [Remote host closed the connection] 2014-02-14 05:28 nicksydney has joined #qi-hardware 2014-02-14 05:28 nicksydney has quit [Remote host closed the connection] 2014-02-14 05:29 nicksydney has joined #qi-hardware 2014-02-14 06:19 now this is something that everybody must have on their bench http://www.instructables.com/id/mini-circular-bench-saw-from-scrap/ :) 2014-02-14 06:37 jekhor has quit [Ping timeout: 260 seconds] 2014-02-14 07:34 xiangfu has quit [Remote host closed the connection] 2014-02-14 07:54 pcercuei has joined #qi-hardware 2014-02-14 08:24 valhalla_ has joined #qi-hardware 2014-02-14 08:28 valhalla has quit [Ping timeout: 272 seconds] 2014-02-14 08:53 rz2k has joined #qi-hardware 2014-02-14 09:18 CYB3R has joined #qi-hardware 2014-02-14 09:24 I hate soldering small parts. 2014-02-14 09:26 http://i.imgur.com/vUeGWWP.jpg fuck 2014-02-14 09:30 flux flux flux! 2014-02-14 09:35 RMA-223 sux, IMHO 2014-02-14 09:50 lekernel has joined #qi-hardware 2014-02-14 10:14 wpwrak: oo, nice 2014-02-14 10:57 CYB3R: what board is that ? 2014-02-14 10:57 soldering small parts really test your patient and good for soul :) 2014-02-14 10:58 patience not patient :) 2014-02-14 11:16 rz2k has quit [] 2014-02-14 11:21 rz2k has joined #qi-hardware 2014-02-14 11:34 How is a multilayer PCB made? https://www.youtube.com/watch?v=67WhV0EDqCA 2014-02-14 11:42 CYB3R: looks like an example from 50% in http://www.youtube.com/watch?v=b9FC9fAlfQE&noredirect=1, second 50% are about how to do it right 2014-02-14 11:42 :-) 2014-02-14 11:43 http://www.youtube.com/watch?feature=player_detailpage&v=b9FC9fAlfQE#t=1019 2014-02-14 11:49 http://www.youtube.com/watch?feature=player_detailpage&v=b9FC9fAlfQE#t=1280 2014-02-14 11:50 * whitequark wants to try making multilayer pcbs sometime 2014-02-14 11:50 everyone on the net keeps saying how hard it is, but 2014-02-14 11:50 you need a working electroplating process, a heated press and some epoxy 2014-02-14 11:51 and a cnc 2014-02-14 11:51 okay, I see how that would be too hard for your average hobbyist with a clothes iron 2014-02-14 11:51 and a damn sharp and exact drill 2014-02-14 11:51 yep 2014-02-14 11:51 or rather, microscopic headmill 2014-02-14 11:52 endmill? 2014-02-14 11:52 yeah 2014-02-14 11:52 good thing I have two dozens of .2mm flying to me :p 2014-02-14 11:52 drilling a via hole to contact a inner layer with your hole plating is not exactly easy 2014-02-14 11:53 well, not easy. but doable 2014-02-14 11:53 maybe 2014-02-14 11:53 do I understand it right... to make such a blind via, you need to have a pad (filled area of copper) on the inner layer 2014-02-14 11:53 depends on precision of your drilling process and quality of your PCB material 2014-02-14 11:53 then you drill from the outer layer right up to this filled area 2014-02-14 11:54 and then you do electroplating on that hole, connecting traces on outer layer with that area on inner layer? 2014-02-14 11:54 well, yes, for embedded vias that's what you do 2014-02-14 11:55 there's something else? 2014-02-14 11:55 usual (simpler) way is to drill all through the whole lamiate stack and thus expose a copper surface of the drilled-through inner trace to the hole's surface 2014-02-14 11:56 (copper surface) you expose the _side_ of the copper layer, right? not its _surface_ ? 2014-02-14 11:56 cross-section of it 2014-02-14 11:57 and that copper surface of the inner layer trace in the drilled hole has to be quite clean and tidy to make for proper hole copper plating making contact to the inner trace 2014-02-14 11:57 yes 2014-02-14 11:57 that's how vias usually work 2014-02-14 11:58 right. just was making sure 2014-02-14 11:59 you can crate an inner stack of just maybe 2 or 4 copper layers, do the vias, then laminate further stacks of FR and copper on top on both sides and create further vias when outer copper layers are involved 2014-02-14 11:59 create 2014-02-14 12:00 you shall fill the vias prior to laminating further layers, or your PCB will go popcorn 2014-02-14 12:01 fill the vias? 2014-02-14 12:01 yes 2014-02-14 12:01 you usually fill vias 2014-02-14 12:01 with either copper or varnish 2014-02-14 12:02 particularly when you need in-pad vias 2014-02-14 12:02 filling them with copper sounds painful 2014-02-14 12:02 unless really small vias 2014-02-14 12:06 http://www.google.de/images?q=buried+via 2014-02-14 12:07 http://en.wikipedia.org/wiki/Via_(electronics) 2014-02-14 12:08 I see 2014-02-14 12:08 http://en.wikipedia.org/wiki/File:Bga_und_via_IMGP4531_wp.jpg 2014-02-14 12:08 how do you even make such cuts? needs something ridiculously hard 2014-02-14 12:10 diamond crcular saw? 2014-02-14 12:10 nothing special 2014-02-14 12:11 http://www.homedepot.com/p/KING-DIAMOND-7-in-Diamond-Tile-Circular-Saw-Blade-C70S7/100577077?N=5yc1vZc2jy 2014-02-14 12:12 nice 2014-02-14 12:12 of course there are finer smaller ones, which are better suited 2014-02-14 12:13 the trick isn't in the sawbalde but in the very exact and smooth moving of goods to cut vs the sawblade 2014-02-14 12:13 to create an absolutely plane cute 2014-02-14 12:14 yeah, the result is pretty cute 2014-02-14 12:14 and of course the sawblade mustn't have any tolerances e.g. in spindle axis Z direction 2014-02-14 12:16 also for some materials the substance to get cut is simply too soft, so you maybe need to cool it down to very low temperatures to make it more rigid and thus create a smooth cut 2014-02-14 12:16 :nod: 2014-02-14 12:16 like with liquid N2 2014-02-14 12:16 yep 2014-02-14 12:16 I've read insane stories about CNC mills using liqid N2 to cool workpiece 2014-02-14 12:17 won't the endmill shatter very quickly in such conditions? 2014-02-14 12:17 you probably need special toolbits for such work 2014-02-14 12:18 sure. but it is hard to imagine metal regaining its properties at 70K 2014-02-14 12:18 though the age old urban legend about cooling down steel of e.g. padlocks with N2 and then crack them open with a small hammer is just BS 2014-02-14 12:18 is it? 2014-02-14 12:18 yes, sure 2014-02-14 12:19 otherwise, which maerial would you use to *produce* and *contain* liquid N2 in it 2014-02-14 12:19 http://www.youtube.com/watch?v=XgXk_Yzw0nU 2014-02-14 12:19 freezing makes materials less elastic, but not weaker 2014-02-14 12:20 maybe you don't smash whatever you store N2 in with a hammer 2014-02-14 12:20 (not elastic) but I see your point 2014-02-14 12:20 a steel rope able to lift 1t isn't breaking at 100kg when you cool it down 2014-02-14 12:21 but if you put it under stress, it handles it much worse 2014-02-14 12:21 so it will *hold* 1t but probably not be able to *lift* 1t under same conditions 2014-02-14 12:21 eintopf has quit [Ping timeout: 253 seconds] 2014-02-14 12:21 and I honestly doubt a steel rope would break on bending it, even when cooled down to next 0K 2014-02-14 12:21 you tempt me to get some N2 and show you 2014-02-14 12:21 DocScrutinizer05: there are milling concepts using ice 2014-02-14 12:22 eintopf has joined #qi-hardware 2014-02-14 12:22 because properly cooled it seems ice could be harder than steel 2014-02-14 12:22 that's the point 2014-02-14 12:23 steel won't suffer much elasticity loss from cooling it down, I think 2014-02-14 12:24 just like it's not getting considerably more elastic by heating it up a 250 or 400 °C 2014-02-14 12:24 aka K 2014-02-14 12:24 it softens considerably at the temperature where burning skyscrapers break down 2014-02-14 12:25 which iirc is ~600..800°C 2014-02-14 12:26 for usual "normal2 steel 2014-02-14 12:27 a SF I once read however claimed that water has a number of additional unusual aggregate states under conditions like they are found on Saturn, some of those states making it the better material for building constructions than steel 2014-02-14 12:28 pcercuei_ has joined #qi-hardware 2014-02-14 12:28 DocScrutinizer05: that's true 2014-02-14 12:29 well, if your "buildings" will always stand in like 100k atm 2014-02-14 12:29 yep, that's been the idea of that SF, talking about buildings on saturn 2014-02-14 12:30 http://en.wikipedia.org/wiki/Ice#Phases 2014-02-14 12:31 Ice XIAn orthorhombic, low-temperature equilibrium form of hexagonal ice. It is ferroelectric. Ice XI is considered the most stable configuration of ice Ih. The natural transformation process is very slow and ice XI has been found in Antarctic ice 100 to 10,000 years old. That study indicated that the temperature below which ice XI forms is −36 °C (240 K).[54] 2014-02-14 12:31 ferroelectric! 2014-02-14 12:32 pcercuei has quit [Ping timeout: 272 seconds] 2014-02-14 12:33 >>At even higher pressures, ice is predicted to become a metal; this has been variously estimated to occur at 1.55 TPa[44] or 5.62 TPa.[45]<< 2014-02-14 12:36 valhalla_ is now known as valhalla 2014-02-14 13:07 porchaso0 has joined #qi-hardware 2014-02-14 13:08 porchao has quit [Ping timeout: 248 seconds] 2014-02-14 13:20 how to be a prolific wikipedia editor: http://en.wikipedia.org/w/index.php?title=Kola_Superdeep_Borehole&diff=595408704&oldid=595129663 2014-02-14 13:24 rz2k has quit [] 2014-02-14 13:35 you have to keep things up to date 2014-02-14 13:37 wpwrak: relevant! http://xkcd.com/ 2014-02-14 13:49 whitequark: http://marc.info/?l=linux-kernel&m=139238411802852&w=2 was that you? 2014-02-14 13:49 ;) 2014-02-14 13:50 no. he appeals to emotion. I would bring rational arguments and editorialize them to be much more inflammatory. 2014-02-14 13:51 hehe 2014-02-14 13:51 both methods have about same success rate, but the latter is more fun to watch 2014-02-14 14:24 jekhor has joined #qi-hardware 2014-02-14 14:52 michael_lee has joined #qi-hardware 2014-02-14 14:58 whitequark: yeah, saw it :) hell + seawater may be the sort of reaction that cuold deserve a spot on "Things I Won't Work With" 2014-02-14 15:02 Codora has quit [Read error: Connection reset by peer] 2014-02-14 15:03 to boot from usb on jz4725 I should connect boot0 to 3.3V and boot1 to GND. right? 2014-02-14 15:09 jekhor has quit [Read error: Connection reset by peer] 2014-02-14 15:11 viric has quit [Remote host closed the connection] 2014-02-14 15:11 viric has joined #qi-hardware 2014-02-14 15:20 ubuntu switches to systemd 2014-02-14 15:20 http://www.markshuttleworth.com/archives/1316 2014-02-14 15:38 The Poettering/Linux virus 2014-02-14 15:47 root_empire has joined #qi-hardware 2014-02-14 15:50 michael_lee has quit [Ping timeout: 272 seconds] 2014-02-14 16:01 what? I didn't know Ubuntu was willing to follow Debian in its choice 2014-02-14 16:01 I thought Ubuntu would keep Upstart anyway 2014-02-14 16:03 rz2k has joined #qi-hardware 2014-02-14 16:10 debian too? 2014-02-14 16:11 well that's the burning topic for weeks 2014-02-14 16:12 debian next init system 2014-02-14 16:12 there has been several votes, including a vote for resignation of the chairman of the technical comittee 2014-02-14 16:12 things went bad for debian 2014-02-14 16:12 but then it calmed down a bit some days ago 2014-02-14 16:13 then the last vote was not successful in answering the question : upstart or systemd? 2014-02-14 16:13 then the chairman decided with his casting vote : systemd 2014-02-14 16:13 (only for jessie) 2014-02-14 16:13 but I wasn't aware that Ubuntu was willing to follow debian in this choice, is it breaking news? or was it known befor? 2014-02-14 16:13 +e 2014-02-14 16:14 surprised me 2014-02-14 16:22 root_empire has quit [Ping timeout: 245 seconds] 2014-02-14 16:24 arielenter has joined #qi-hardware 2014-02-14 16:24 uwe_ has quit [Ping timeout: 252 seconds] 2014-02-14 16:35 uwe_ has joined #qi-hardware 2014-02-14 16:52 Luke-Jr has quit [Ping timeout: 272 seconds] 2014-02-14 16:58 Luke-Jr has joined #qi-hardware 2014-02-14 16:59 pcercuei_ has quit [Ping timeout: 246 seconds] 2014-02-14 16:59 arielenter has quit [Read error: Connection reset by peer] 2014-02-14 16:59 arielenter has joined #qi-hardware 2014-02-14 17:08 lekernel has quit [Ping timeout: 260 seconds] 2014-02-14 17:20 lekernel has joined #qi-hardware 2014-02-14 17:42 dos1 has joined #qi-hardware 2014-02-14 17:42 wpwrak has quit [Ping timeout: 240 seconds] 2014-02-14 17:53 apelete_ has joined #qi-hardware 2014-02-14 17:53 jekhor has joined #qi-hardware 2014-02-14 17:54 apelete has quit [Ping timeout: 272 seconds] 2014-02-14 18:22 hm... why are there so many couples around 2014-02-14 18:22 oh right, valentine's day! 2014-02-14 18:22 * whitequark briefly considers sending a postcard to his CNC mill 2014-02-14 18:25 make sure to use protection 2014-02-14 18:25 for your eyes 2014-02-14 18:26 :) 2014-02-14 19:40 CYB3R has quit [Quit: Page closed] 2014-02-14 20:12 ... I just received a small package from Iceland 2014-02-14 20:12 addressed to "Whitequark" (sic!) 2014-02-14 20:12 I have no idea who sent this, how they got my address or what's inside 2014-02-14 20:13 and this is the first time I ever see this tracking# by royal airmail 2014-02-14 20:39 xkcd LOL 2014-02-14 20:41 whitequark: open it! 2014-02-14 20:42 CYB3R has joined #qi-hardware 2014-02-14 20:42 And my board finally works! 2014-02-14 20:42 nice 2014-02-14 20:42 larsc: can't, it's just a... notification 2014-02-14 20:42 oh 2014-02-14 20:42 bascially a piece of paper instructing me to come to post office 2014-02-14 20:42 and it's 1AM 2014-02-14 20:43 I'm most puzzled about address. I'm generally not careful about my home address because why bother--if you want it, come and get me--but I don't think I've managed to left this one anywhere public 2014-02-14 20:43 e.g. definitely not in WHOIS info 2014-02-14 20:46 there is three to five people overseas who know it, and of course vendors who sent anything to me 2014-02-14 20:46 though amazon won't give them my nickname, only full name, so it must be either ebay (but they would likely write "whitequark_ru", my ebay username, unless they know me more closely) or ... something else 2014-02-14 20:47 and I have never, to my best knowledge, worked with anyone from Iceland 2014-02-14 20:48 I have always dreamed of receiving a package from someone I don't know so there's that 2014-02-14 20:51 DocScrutinizer05: re our yesterday resist discussion: I've looked up DS for my resist and its resolution is ~40µm 2014-02-14 20:51 so I'm close to theoretical limit in that too 2014-02-14 20:55 you'll love this https://github.com/heise/GRBL-JOG 2014-02-14 20:55 https://github.com/heise/GRBL-JOG/blob/master/BAS/AUTORUN.bas *choking sounds* 2014-02-14 20:55 :p 2014-02-14 20:56 DocScrutinizer05: seriously now: it's a jogger for stepper motors? but emc2 already gives me this 2014-02-14 20:57 (emc2=linuxcnc) 2014-02-14 20:57 this is a complete G-code interpreter and steppercontroller-controller 2014-02-14 20:57 use your PC for better usecases 2014-02-14 20:57 don't worry about LPT anymore 2014-02-14 20:59 it's basically what wpwrak (away?? :-o) suggested to build 2014-02-14 20:59 oh, neat. but... 2014-02-14 20:59 https://github.com/heise/GRBL-JOG/blob/master/AVR/gcode.c#L585 2014-02-14 21:00 I'm writing quite a bit of parametric gcode. Not to mention DRO on my screen and live toolpath preview are handy. 2014-02-14 21:00 I'll maybe write something on top of that sometime. Thanks for the link though! 2014-02-14 21:01 that sucks 2014-02-14 21:02 I just found it, hadn't any look into it, beyond what's been written in latest c't hw-hacks mag 2014-02-14 21:02 ct.de/ch1401128 2014-02-14 21:03 sure--I understand. hence me being grateful for the pointing. I've looked into writing a proper gcode interpreter to be run on some device and it is not very easy. 2014-02-14 21:03 probably not something an atmega can do, even! (requires quite a bunch of RAM) 2014-02-14 21:03 my best bet today is porting EMC's interpreter to run headless/linuxless 2014-02-14 21:04 https://github.com/heise/GRBLMILL/tree/master/BILDER 2014-02-14 21:05 ooo, it's entirely homebrewn 2014-02-14 21:07 https://github.com/heise/GRBLMILL/blob/master/BILDER/bild19b.JPG ;-D 2014-02-14 21:07 hahaha 2014-02-14 21:07 the writing is "NO GND!" 2014-02-14 21:08 means: black not connected to case steel 2014-02-14 21:08 since case probably has 220V/2 on it: good thing it is not 2014-02-14 21:09 huh? 2014-02-14 21:09 hot ---||---case---||--- cold 2014-02-14 21:09 I've seen this more than once 2014-02-14 21:09 ooh, that's 12V output, not 220V input 2014-02-14 21:10 you don't want to connect two PSU in series and then place one on top of the other, when in both GND is connected to case 2014-02-14 21:11 yeah 2014-02-14 21:15 https://github.com/heise/GRBLMILL/blob/master/mechanical_parts_list.pdf 2014-02-14 21:15 but that is already a year old. Today's mag had a CNC built based on wood 2014-02-14 21:16 Anyone on jzboot right now? What could "ingenic_configure_stage2: Connection timed out" mean? A firmware problem? 2014-02-14 21:16 DocScrutinizer05: yeah, that cnc looks impressive 2014-02-14 21:17 perhaps when I grow out of this one... 2014-02-14 21:17 and I really should learn German. 2014-02-14 21:19 dang, and they are writing they use an ATmega644 2014-02-14 21:19 what about it? 2014-02-14 21:20 https://github.com/heise/GRBLMILL/tree/master/GRBL says 328 2014-02-14 21:21 ah... same difference 2014-02-14 21:27 hmm? 2014-02-14 21:28 well, why would you care? 2014-02-14 21:28 similar chips 2014-02-14 21:30 well, seems the 644 has more $* 2014-02-14 21:30 more IO 2014-02-14 21:30 more grunt? 2014-02-14 21:30 more RAM? 2014-02-14 21:30 more beef 2014-02-14 21:30 :p 2014-02-14 21:31 they switched to 644 to make jogdial attachment possible 2014-02-14 21:32 * DocScrutinizer05 wonders of that's a tochscreen LCD they use on that thing 2014-02-14 21:34 they say "BOM costs: 35..50 EUR, without TFT Maximite" 2014-02-14 21:35 you should already order c't HACKS, they will send you the current mag 2014-02-14 21:36 is it paper or digital? 2014-02-14 21:36 both 2014-02-14 21:36 digital comes with some delay 2014-02-14 21:36 * whitequark googles german courses 2014-02-14 21:37 * DocScrutinizer05 learned english that way, reading byte in school, during english lessons ;-) 2014-02-14 21:38 now I can read english datasheets but not order a soup in a restaurant ;-P 2014-02-14 21:38 I want to be able to speak it, not just read 2014-02-14 21:38 yes exactly! I've almost had my english broken in that way, fortunately school corrected that 2014-02-14 21:38 then you probably need additional effort on top of reading magazines 2014-02-14 21:39 I'm telling you: I've been meaning to learn german for quite long time now. like the language. so, effort is fine. 2014-02-14 21:39 but anyway c't hacks would be a fine start 2014-02-14 21:39 * whitequark nods 2014-02-14 21:41 HAH! http://www.heise.de/hardware-hacks/projekte/Laserplotter-1745578.html 2014-02-14 21:42 ooooh DVD diodes. I have a friend who likes those, also Blu-ray ones. 2014-02-14 21:42 quite powerful stuff, dangerous even 2014-02-14 21:42 you can drive 1-2W into one 2014-02-14 21:43 nice project, too 2014-02-14 21:48 rz2k has quit [] 2014-02-14 21:51 http://shop.heise.de/katalog/ct-hacks-1-2014 2014-02-14 21:51 I've already ordered one :p 2014-02-14 21:52 well, ordering now 2014-02-14 21:53 you should order a "Abo" 2014-02-14 21:53 1 year, 4 magazines, plus access to digital archive 2014-02-14 21:54 "Abokunde" ? 2014-02-14 21:55 yep 2014-02-14 21:56 http://shop.heise.de/ct-hardware-hacks-abo 2014-02-14 21:57 http://shop.heise.de/abo/checkout/showbonus/sku/CHP14302 2014-02-14 21:58 I see, thanks 2014-02-14 21:58 so... if I order that they'll send me the last issue too, right? 2014-02-14 21:59 they did for me 2014-02-14 21:59 and for me last issue been like 2 months ago 2014-02-14 21:59 nice! 2014-02-14 22:02 okay, ordered! 2014-02-14 22:03 I actually didn't use the translator once while ordering it. Words have close enough roots to be understandable :p 2014-02-14 22:05 wej has quit [Ping timeout: 252 seconds] 2014-02-14 22:08 ouch, 12EUR for shipping to Russia 2014-02-14 22:08 I'm used to ridiculous shipping rates :p 2014-02-14 22:09 last parcel I'm remailing from USA cost me $45 in just *aggregation*, not even shipping 2014-02-14 22:09 shipping would be somewhere around $100 I estimate, based on weight 2014-02-14 22:20 wpwrak has joined #qi-hardware 2014-02-14 22:22 wpwrak: welcome back! 2014-02-14 22:23 phew. i wonder what was wrong. it looked as if the modem had just gone offline but then maybe i just didn't see the LEDs (too much daylight) 2014-02-14 22:24 it seems like you were offline for quite a while 2014-02-14 22:25 [2014-02-14 21:59:03] it's basically what wpwrak (away?? :-o) suggested to build 2014-02-14 22:25 yeah, i though i may have lost one phase so i also turned off the PC, and that one always needs to be off for at least half an hours before it will power on again 2014-02-14 22:26 and then i just had lunch and took a nap instead of sitting there, waiting :) 2014-02-14 22:26 .oO(???) 2014-02-14 22:27 whitequark: archive -> http://www.heise.de/artikel-archiv/ch/ 2014-02-14 22:27 oh, it's not very old 2014-02-14 22:36 "Not supported: Tool radius compensation" that's just where the fun starts ;-) (well, you can take that from my cae-tools/cameo) 2014-02-14 22:36 wpwrak: I never figured out how to make tool radius compensation work in EMC2... 2014-02-14 22:36 so, always did that by altering coordinates. thankfully, EMC2 does support []expressions--that interpreter does not! 2014-02-14 22:38 i think few programs use anything but straight lines without the mill doing something fancy 2014-02-14 22:39 also your parameters could just be evaluated if you generated your toolpaths in some script (y occasionally use perl or python for that. though i now usually go via cameo for things like offsetting and such) 2014-02-14 22:39 whitequark: can you already access hacks-archive articles? 2014-02-14 22:40 wpwrak: right--I mostly used straight lines by now! 2014-02-14 22:40 I really need to figure out how to work with that compensation. 2014-02-14 22:40 jekhor has quit [Ping timeout: 248 seconds] 2014-02-14 22:40 from what I could tell, EMC2 only supports it for lathes--weird. 2014-02-14 22:42 DocScrutinizer05: it instructs me to "Download des Zeitschriftenartikels" 2014-02-14 22:43 but I'm not sure where is the link for that 2014-02-14 22:43 https://www.heise.de/artikel-archiv/ch/2013/04/062_Signalen-auf-der-Spur 2014-02-14 22:43 log in 2014-02-14 22:43 I've logged in already 2014-02-14 22:44 http://wstaw.org/m/2014/02/14/plasma-desktopHU3389.png is what you shall see then 2014-02-14 22:45 yes, that's what I see 2014-02-14 22:45 click on "Datei laden" 2014-02-14 22:45 oh, "Datei laden" 2014-02-14 22:45 Google thinks it's "License" 2014-02-14 22:45 which makes zero sense 2014-02-14 22:46 oooh, an overview of oscilloscopes. it pays off already! :D 2014-02-14 22:46 in cameo, i just send the path and tell it the tool size. it also features tool selection by size so i can, say, pick a drill for small holes and use the mill for larger ones. cameo then tries to assemble and close all the paths, then orders them by "insideness". then calculates the offsets for all the paths. the one(s) most on the outside have the tool run outside the line, the next inside (opening) have it run on the inside, if ther 2014-02-14 22:46 e's an "island", it's again cut on the outside, and so on. 2014-02-14 22:46 wpwrak: cameo... that's some custom software for your mill? 2014-02-14 22:47 it's my gerber/excellon/gnuplot to gnuplot processor 2014-02-14 22:47 ah, you wrote it. I see 2014-02-14 22:47 my mill comes only with a pile of windows manure, of course ... 2014-02-14 22:48 vendor of mine actually advertised it as linuxcnc-compatible 2014-02-14 22:48 and even has documentation on setting up on website 2014-02-14 22:49 anyway... I'll look into cameo. seems like it's not quite the workflow I'd like to have. 2014-02-14 22:49 or maybe it is 2014-02-14 22:49 DocScrutinizer05: now that I think of scopes. is it possible to freely buy one in DE ? 2014-02-14 22:50 or just anywhere in Europe actually 2014-02-14 22:50 why not? 2014-02-14 22:50 well, some absurd regulations make it impossible to import a scope to Russia 2014-02-14 22:50 and I'm not exactly fond of homegrown ones 2014-02-14 22:51 and whatever imported ones they sell have 3x markup, which means an already expensive piece of equipment becomes absurdly hard to get 2014-02-14 22:51 sometimes even 5x 2014-02-14 22:51 incredible 2014-02-14 22:51 cameo is basically the rock bottom fallback :) if i'll find something nicer at some point i'll be glad to use it. but for now there really isn't much that would tempt me 2014-02-14 22:53 for 2d I'd really want a simple dxf/svg(?) cam 2014-02-14 22:54 for example that UV exposing thing DocScrutinizer05 imagined, I'd likely be better using a 2D CAD and my head/paper to draw it 2014-02-14 22:54 and then cutting it out of acrylic/plywood 2014-02-14 22:54 i used fped for 2D. the free 2D cads are all non-parametric. unusuable. 2014-02-14 22:54 so it basically just needs to understand arc/straightline contours and translate that to gcode 2014-02-14 22:55 fped does straight lines, arcs, circles :) 2014-02-14 22:55 you and your NIH software :p 2014-02-14 22:56 what it doesn't do are more fancy geometric operations. like intersections, tangents, projections, and such. that's basically by design since i don't want to overload the footprint designer functionality. but sometimes i feel the pull of temptation ... 2014-02-14 22:56 yeah, very NIH, i admit :) 2014-02-14 22:57 hmm, openoffice can't do parametric? 2014-02-14 22:57 DocScrutinizer05: sorry, what 2014-02-14 22:57 whats cameo? 2014-02-14 22:57 roh: projects.qi-hardware.com/index.php/p/cae-tools/source/tree/master/cameo 2014-02-14 22:57 ah. really ungoogleable 2014-02-14 22:58 yeah, it's too common a word :) 2014-02-14 22:58 what does it do? 2014-02-14 22:58 http://projects.qi-hardware.com/index.php/p/cae-tools/source/tree/master/cameo/README 2014-02-14 22:59 hm. so nothing nice for me. too bad :/ 2014-02-14 22:59 its main use is to take gerbers and excellon files and turns them into machine toolpaths (in gnuplot, for syntax conversion by a further script/program) 2014-02-14 23:00 http://wstaw.org/m/2014/02/15/plasma-desktopBW3389.png 2014-02-14 23:00 it can also help with the generation of 2.5D toolpaths 2014-02-14 23:00 e.g., it has an "area clear" algorithm 2014-02-14 23:01 (used opencascade for the nastier bits. there are some battles i gladly walk away from ;-) 2014-02-14 23:01 oo draw is maybe no real CAD, but for sure it can do "parametric" 2014-02-14 23:02 DocScrutinizer05: parametric means x = 5mm then you work with x. if you find you actually need x to be 5.1mm, you change it and everything that depends on it gets recalculated 2014-02-14 23:02 so? 2014-02-14 23:02 in ME you need to make such adjustments quite a lot. so you don't want to tweak every little thing. 2014-02-14 23:03 hmm? 2014-02-14 23:03 #s/want to/want to have to/ 2014-02-14 23:03 I don't get it 2014-02-14 23:04 let's say you have 256 BGA balls. so you entered each of them, with some radius value. then you find out you have to make them smaller/larger. how do you do that ? 2014-02-14 23:04 dumb cad (qcad and friends): you go to each of the 256 balls and edit the radius. smart cad (fped): you edit the radius value you defined somewhere. 2014-02-14 23:05 of course, in fped you also have loop constructs and the like 2014-02-14 23:05 I think freecad may work for 2d 2014-02-14 23:05 I mean, you could just stop at the "sketch" step 2014-02-14 23:05 maybe even extrude it to the thickness of your material if you like 2014-02-14 23:05 this explains the loops: http://downloads.qi-hardware.com/people/werner/fped/gui.html 2014-02-14 23:06 yes, freecad may be a possibility. it may get hard to follow the logical structure but it has good features 2014-02-14 23:06 I just wish it crashed less often 2014-02-14 23:06 wpwrak: I'd probably select all of those bga pads, then select "Size and Position" from context menu, and edit "radius" 2014-02-14 23:06 (well, it didn't quite work back when i tried it but it looked encouraging) 2014-02-14 23:06 ah, so it still does that ... 2014-02-14 23:06 it worked well for me, if you can tolerate occasional crashes 2014-02-14 23:07 perhaps it's easiest to just get gdb and fix that. 2014-02-14 23:07 DocScrutinizer05: heh, okay. let's make it some spacing then ;-) 2014-02-14 23:07 it asserts on something dumb like 0-vector where a 3-vector is expected. 2014-02-14 23:07 eh? 2014-02-14 23:08 like in "relative postion" ? 2014-02-14 23:08 DocScrutinizer05: let's say a cut-out for some connectors. let's assume you have lots of them. you work with, say, 20 mm. but then you notice it doesn't fit. so you increase to 20.5 mm. welcome to tweaking all the coordinates :) 2014-02-14 23:08 yes 2014-02-14 23:09 umm, while your example doesn't work, I think i know what you meant 2014-02-14 23:10 and fped also has automated measurements. so it shows you immediately what dimensions you ended up with. rather convenient when comparing footprints with data sheet drawings. 2014-02-14 23:24 lekernel has quit [Quit: Leaving] 2014-02-14 23:42 http://en.qi-hardware.com/wiki/IEEE_OUI_assignments ... "10-E2-D5 00-00-00 Milkymist One (development or corrupt flash)" ;-) 2014-02-14 23:50 kewl. managed to coerce linux into connecting a BT keyboard. i feel so proud of myself ;) 2014-02-14 23:54 this shall be RF bait for ybox ...