2010-11-27 00:33 i had problm with my pc 2010-11-27 02:50 heh, this time i found the piranha ratio - 3 rounds of etching in just 20 minutes. watch this, iron(III) chloride ! :) 2010-11-27 02:56 :-) 2010-11-27 04:27 wpwrak: I'd like to learn to make my own PCBs by chemicals... can you recommend any book about that, covering different techniques? 2010-11-27 06:57 viric: not sure if there are books ... 2010-11-27 07:00 viric: this document has some of the process i used a few years ago: http://www.almesberger.net/misc/led-toy/ledtoy-building-0pre9.pdf 2010-11-27 07:03 thank you! 2010-11-27 07:03 I'll read it. 2010-11-27 07:04 viric: what has changed since: i usually cut pcbs with a CNC mill, i use a different acid, i usually use a laminator for toner transfer instead of an iron, i now use lead-free and better flux (different temperatures, different cleaning process, etc.), i use smaller components (different process) 2010-11-27 07:05 (smaller comp) well, different soldering technique. depends a bit on on the type of component. back then, i thought SSOP and 0603  were the smallest i could handle :) 2010-11-27 07:07 :) 2010-11-27 07:08 viric: ah yes, and the dual-sided process has a variant now that's more accurate but also slower :) 2010-11-27 07:08 and you learnt from where? 2010-11-27 07:08 the internet and experimenting :) 2010-11-27 07:08 aha, ok 2010-11-27 07:08 I have some friends who master some of those techniques 2010-11-27 07:08 I'll also ask them 2010-11-27 07:09 the toner transfer method is explained in great detail on the net. the reference is in the document 2010-11-27 07:10 ah, another process variant: instead of acetone, which can be difficult to get, i now use paint thinner most of the time 2010-11-27 07:13 ah ok 2010-11-27 07:13 acetone is difficult to get nowadays? 2010-11-27 07:13 I did not know 2010-11-27 07:26 Does anybody know of a voip phone with open hardware? 2010-11-27 07:27 not a mobile phone 2010-11-27 08:13 viric: close i know in mesh potatoe, not sure how open hardware is, but seems is a bit 2010-11-27 09:11 kristianpaul: 'in mesh potatoe'? 2010-11-27 09:12 la malla patata? 2010-11-27 09:12 ah I found about it. 2010-11-27 09:21 the mesh potato looks great. thank you! 2010-11-27 09:46 wpwrak: I like a lot your ledtoy-building :) thank you very much! 2010-11-27 09:48 you're welcome :) 2010-11-27 11:46 Is this a fifo http://paste.debian.net/100897/ ? 2010-11-27 11:46 how horrible is C++ sintax :( 2010-11-27 11:47 well not so, but this ok keep in mind object oriented thing is something i'm not used to 2010-11-27 11:55 ok.. a struct made of other struct.. http://paste.debian.net/100900/ 2010-11-27 11:58 eh ? 2010-11-27 11:59 he i may be wrong, just gettting used to C++ codying style ,-) 2010-11-27 11:59 thats C ;) 2010-11-27 11:59 ah? 2010-11-27 11:59 looks pretty c-ish so far. you haven't touched the hells of C++ yet :) 2010-11-27 12:00 ohh 2010-11-27 12:00 is not .cpp C++ related? 2010-11-27 12:01 what is the purpose of a struct in C, i tought i wast just used in OO programing 2010-11-27 12:01 the purpose of a struct in C? :) 2010-11-27 12:02 a struct provides structure :) 2010-11-27 12:02 "oo" is a sound programmers make when experiencing pain 2010-11-27 12:02 hehe 2010-11-27 12:03 kristianpaul: programming science developed some abstractions over linear memory, since some time ago 2010-11-27 12:03 yeah :), but.. is like like create a new type of variable? 2010-11-27 12:04 reads wikipedia 2010-11-27 12:05 there are even more abstractions beyond 'int' 2010-11-27 12:07 bah, void * and __asm__ is all you need :) 2010-11-27 12:07 if talking about 'needs', yes :) 2010-11-27 12:07 oh thre is a fftw implementation in asm? ;) 2010-11-27 12:08 s/thre/there 2010-11-27 12:08 part of the humanity (although little) have the chance to go beyond 'needs' tohugh 2010-11-27 12:15 damn i'm ignorant in C :/ 2010-11-27 12:15 That is a good start, for learning! :) 2010-11-27 12:17 Does the nanonote 'reboot' well? 2010-11-27 12:18 I mean... I got "halp -pf" finally powering off 2010-11-27 12:18 halp? 2010-11-27 12:18 halt 2010-11-27 12:18 :) 2010-11-27 12:18 halt -p does not power off though 2010-11-27 12:18 oh i was scare for a while 2010-11-27 12:18 what about init? 2010-11-27 12:19 sysvinit 2010-11-27 12:19 # runlevel 2010-11-27 12:19 3 6 2010-11-27 12:20 started at 3, now at 6. 2010-11-27 12:20 (notice dropbear still has my shell open) 2010-11-27 12:23 oh is a collection 2010-11-27 12:23 better ilustrated in a cartesian plot 2010-11-27 12:33 :D 2010-11-27 12:34 it only shows the 'start' and the current 2010-11-27 15:34 aahh int16t is prefered because MMS/SSE use it 2010-11-27 15:35 ben simd uses same?.. 2010-11-27 15:47 hmm what happen if for now i just ignore Imaginary part.. 2010-11-27 16:14 your bandwidth drops by 50% ? 2010-11-27 16:52 kristianpaul: but why do you want to optimize now ? have you already decoded some samples ? 2010-11-27 17:25 wpwrak_: no, i'm impplementing verilog module to be loaded ina memory buffer then dumped to the nand, 2010-11-27 17:25 ok not optimize now :) 2010-11-27 17:27 wpwrak_: actually bandwich is same, i still usign an int8_t or int16_t 2010-11-27 17:27 just less bits filled 2010-11-27 17:33 (bw) what I mean is that, if you drop the imaginary part, this is equivalent to sampling at half the rate 2010-11-27 17:33 well, more or less equivalent, i guess :) 2010-11-27 17:34 do you already have suitable algorithms for processing Q/I data ? or do you have to design them yourself ? 2010-11-27 17:42 gps-sdr is my first guide 2010-11-27 17:42 i just documenting my self to make data wasy to be intepreted ny this software 2010-11-27 17:43 whoa ! i have a mail from then, since monday, (about some questions i made) lets see 2010-11-27 17:44 other similar projects (with closed hardware stuff) use it 2010-11-27 17:44 so i decide follow since at least the prove it that can be forked 2010-11-27 17:45 jsut for this step in wich i just plan use SIE as front end to the SiGE EVB 2010-11-27 17:45 so the algorithms they have look usable to you ? i.e., they have the right data format and so on ? (or if they don't, you know how to convert between the format you have and theirs ?) 2010-11-27 17:48 (if they don't,) i find out how to format the data 2010-11-27 17:48 i'm findig* 2010-11-27 17:48 whoa looks this project, thats stuuf that google dint tell in the first page ;) http://www.gmat.unsw.edu.au/namuru/ 2010-11-27 17:50 big board with big antennas :) 2010-11-27 17:51 ah o, they're shields. better ;) 2010-11-27 17:55 well it was a link froma reply from one sdr-gps developer wich is aware i'm using fpga stuff 2010-11-27 18:02 ah tricky why use 2 bits sign/magn if from the posible  4 results 2 have no sense (+0, -0) so the other SiGE chip just used 1 bit for phase and qautrautre ! 2010-11-27 18:02 s/qautrautre/quadrature 2010-11-27 18:03 0 does seem to convey information. +/- seems wasteful, though 2010-11-27 18:04 yeah but i ditn get that the week before, and was strugling because it 2010-11-27 18:05 so you basically have three deltas encoded in two bits: -quantum, no change, +qantum, right ? 2010-11-27 18:05 yes 2010-11-27 18:06 kewl, i understood something :) 2010-11-27 18:06 ? 2010-11-27 18:06 :) 2010-11-27 18:07 no change is tricky (i dint get how will help me) 2010-11-27 18:07 :p 2010-11-27 18:12 do you feed the data directly into the FFT or do you integrate first ? 2010-11-27 18:14 good question :) 2010-11-27 18:14 that a BIG doubt i have 2010-11-27 18:14 FFT can handle of course real and imaginary data 2010-11-27 18:15 at least a book i have said that, but i'm not aware of how gps-sdr handle it 2010-11-27 18:15 i'll ask that to the developer :) 2010-11-27 18:16 maybe try to find some example of anything that uses a sign/magnitude stream and see what they do with it ? 2010-11-27 18:17 could be that there's also some other kind of filtering or stuff you can do first. just integrating seems a bit wasteful. e.g., there may be useful phase information in the high-rate bitstream. 2010-11-27 18:18 there's also something called decimation. that's also a rate reduction. the USRP uses it quite heavily. (as in "you must decimate or it won't work") i haven't investigated that yet, though :) 2010-11-27 18:24 ha i need calculate or get from somwhere a itnermediate frequency 2010-11-27 18:25 but i just have filter centre freq and bandwich.. 2010-11-27 18:25 ok, there is a radio eng aroudn? 2010-11-27 18:25 :) 2010-11-27 18:25 would be kinda useful for me, too :) 2010-11-27 18:26 eventually, i figure out everything i need by myself, but a quick answer sometimes beats weeks of trial and error :) 2010-11-27 18:26 hope wolfgang read this log :) 2010-11-27 18:27 wpwrak_: (weeks of trial and error) totally agree 2010-11-27 18:33 well i my case read read and confuse then re-read to getter the idea and read again, 2010-11-27 18:33 but i'm close to start trail and error 2010-11-27 18:40 the read-confuse-read-... cycle is also a good one ;-) 2010-11-27 18:50 s/trail/trial 2010-11-27 19:02 http://www.dynamics.co.nz/index.php?main_page=page&id=9  This fully functional GPS receiver design can provide 12 or more channels of parallel tracking hardware and software. 2010-11-27 19:03 wpwrak_: ^ well if the antenna is big looks good anyway :) 2010-11-27 19:03 12 channels is heacy my current closed source gps cant handle more than 8, with the test i made 2010-11-27 19:05 ha Zarlink is SiGE competitor 2010-11-27 19:06 i'll enjoy GPS reading this week :) 2010-11-27 19:06 http://www.zarlink.com/zarlink/hs/82_GP2015.htm <-  Application Notes :O 2010-11-27 19:08 monster circuits :) 2010-11-27 19:09 mosnter in wich sense? 2010-11-27 19:12 (zarlink) also sign/mag. but simpler protocol - no SYNC 2010-11-27 19:12 (monster) lot of stuff on these boards 2010-11-27 19:12 yeah i noticed no SYNC :/ 2010-11-27 19:12 lots stuff indeed :) 2010-11-27 19:13 ha they sell a "GPS Receiver Baseband Processor" 2010-11-27 19:13 i wonder why still usign to separate chips 2010-11-27 19:18 ah got my answer here http://gps.psas.pdx.edu/ 2010-11-27 19:19 may be that the GP4020 chipset isn't going to be available for a long time 2010-11-27 19:19 quuoting^ 2010-11-27 19:20 yeah. there may simply be no sufficient economical incentive to integrate everything into once chip. depends on their customers and technical capabilities. 2010-11-27 19:31 http://oscar.dcarr.org/ssrp/index.php 2010-11-27 19:40 Namuru V2 GPS receiver without IMU $4,620.00 USD !! 2010-11-27 19:40 WHAT? 2010-11-27 19:40 then you get the sources 2010-11-27 19:40 ha 2010-11-27 19:45 well if is GPL/BSD anyw ay is okay they are not pushed to make stuuf public 2010-11-27 19:45 stuff* 2010-11-27 20:05 "--prefix=/usr" <. que peligro 2010-11-27 20:05 para eso iventaron /opt .. 2010-11-27 20:05 en fin 2010-11-27 20:07 oops 2010-11-27 20:31 (decimation) not for me i dont want deal with more downsampling processes.. 2010-11-27 20:32 [the USRP uses it quite heavily. (as in "you must decimate or it won't work")] wow, i wonder why and in wich step is used 2010-11-27 20:33 may be i wont work on some not so FAST computers? 2010-11-27 20:33 missing 8 cores and 8Gb in ram? :) 2010-11-27 20:35 ah wait 2010-11-27 20:35 "D set = decimate (1 bit instead of 2)" 2010-11-27 20:35 naw, the ADC produces 100 MSa/s, but you can only transfer about 25 MSa/s to the PC. that's why you need to decimate by at least 4. 2010-11-27 20:35 is what i commented before about 2bits are not needed 2010-11-27 20:36 1 Sample = 2 * 16 bits, so 25 MSa/s = 800 Mbps 2010-11-27 20:36 yes make sense 2010-11-27 20:36 decimation works on the complex value and still gives complex as a result. there's no escape ;-) 2010-11-27 20:39 tell me more if you found something more about it, looks intersting 2010-11-27 20:50 oh you meant hacked in the good sense? 2010-11-27 20:50 oops 2010-11-27 20:50 damn irssi windows 2010-11-27 20:55 [commit] Werner Almesberger: vialtray: make a tray for vials containing 0402/0603 components (in progress) http://qi-hw.com/p/wernermisc/1d72af7 2010-11-27 20:55 [commit] Werner Almesberger: libbb: library for bit-banging the Ben's uSD port (in progress) http://qi-hw.com/p/wernermisc/458702c 2010-11-27 20:55 [commit] Werner Almesberger: vialtray: ready for first test run (on-going) http://qi-hw.com/p/wernermisc/649e00b 2010-11-27 23:30 [commit] Werner Almesberger: vialtray: more parameter adjustments http://qi-hw.com/p/wernermisc/1d24b2e