irclog2html for #openjtag on 20060427

01:23.01AchiestDragon[g2]:  ping
01:25.06[g2]AchiestDragon pong
01:25.39AchiestDragondo you know of any good pcb manufactures in the usa  that you could recomend  
01:25.57[g2]not yet
01:26.02AchiestDragonlol
01:26.07[g2]dyoung has used a few
01:26.17[g2]are you looking to get some boards made ?
01:28.01AchiestDragonits for g1powermac  hes doing a small run of kits for the  http://minila.sourceforge.net/ analizer
01:32.06*** join/#openjtag [g2-lap] (n=g2@cpe-066-057-008-035.nc.res.rr.com)
01:32.15[g2-lap]AchiestDragon looks interesting
01:32.24AchiestDragonyes
01:32.47[g2-lap]how many is he thinking of building ?
01:33.11AchiestDragon12 so far , in kit form  parts and pcb  
01:34.04[g2-lap]how fast does it run and how many channels ?
01:34.19AchiestDragon32 chan   100mhz
01:34.57AchiestDragonhe recons  between $50 and $75 each
01:35.50AchiestDragonthe software looks a bit windows orientated though
01:38.33AchiestDragonif anyone is interested  g1powermac  hangs out usualy in ##microcontrollers  , and sometimes in #openhardware
01:39.19[g2-lap]AchiestDragon it's an open design ?
01:41.49AchiestDragonlooks that way , the software and ip is gnu
01:42.21AchiestDragonAll source files, documentation etc. are released under the terms of GNU General Public License as published by the Free Software Foundation
01:42.42AchiestDragonso " all files" would include the hardware
03:23.37*** join/#openjtag pizza__ (i=pizza@ool-43564984.dyn.optonline.net)
05:34.15*** part/#openjtag [g2-lap] (n=g2@cpe-066-057-008-035.nc.res.rr.com)
07:40.02*** join/#openjtag ByronT (i=byron-po@nslu2-linux/ByronT)
07:48.27*** join/#openjtag ByronT (i=byron-po@nslu2-linux/ByronT) [NETSPLIT VICTIM]
07:48.27*** join/#openjtag ByronT_ (i=byron-po@nslu2-linux/ByronT) [NETSPLIT VICTIM]
07:48.28*** join/#openjtag dwery (n=dwery@nslu2-linux/dwery) [NETSPLIT VICTIM]
07:48.28*** join/#openjtag jamie (n=jamie@pdpc/supporter/active/jamie) [NETSPLIT VICTIM]
07:48.28*** join/#openjtag key2 (n=key2@gob75-2-81-56-64-17.fbx.proxad.net) [NETSPLIT VICTIM]
07:48.28*** join/#openjtag DaKa (n=david@nslu2-linux/daka) [NETSPLIT VICTIM]
07:53.08*** join/#openjtag cbrake_ (n=cbrake@cpe-65-25-51-117.neo.res.rr.com)
07:58.06*** join/#openjtag ByronT_ (i=byron-po@nslu2-linux/ByronT)
07:58.18*** join/#openjtag p2-mate_ (n=p2@NAT.office.mind.be)
10:20.57*** join/#openjtag bullet (n=bullet@138.50.77.83.cust.bluewin.ch)
12:39.05*** join/#openjtag prpplague (n=billybob@72.22.137.214)
13:07.31*** join/#openjtag ChanServ (ChanServ@services.)
13:07.31*** mode/#openjtag [+o ChanServ] by irc.freenode.net
15:20.14*** join/#openjtag pizza_ (i=pizza@ool-43564984.dyn.optonline.net)
16:15.47*** join/#openjtag pizza_ (i=pizza@ool-43564984.dyn.optonline.net)
17:04.26*** join/#openjtag pizza_ (i=pizza@ool-43564984.dyn.optonline.net)
17:19.38pizza_how can i idle forever if i keep getting fucking dropped?
17:51.09*** join/#openjtag vmaster (i=vmaster@p549B65D1.dip.t-dialin.net)
17:53.00AchiestDragontry a diferent freenode server
17:53.29AchiestDragonthe reason it drops is loss of a ping from the server
17:54.31AchiestDragonsome irc clients are a bit better than others also , konverstation and xchat  work well
17:55.30AchiestDragonif you have high net usage at your end it may drop a ping that will cause a timeout also
17:56.37AchiestDragondoing a /list may also drop the ping
18:13.02prpplagueAchiestDragon: ping
18:13.11AchiestDragonpong
18:13.37prpplagueAchiestDragon: pinout for a generic arm board for hobbists - http://pastebin.com/685398
18:13.42prpplagueAchiestDragon: thoughts?
18:13.59AchiestDragonlooking
18:16.29AchiestDragoni would be tempted to set the adc_vref  to a value on the board ,  say to allow for a 0 to 3.3v range on the inputs ,, that would give you room for another analog input
18:17.17AchiestDragonif theres room on the pcb for it that is
18:19.02AchiestDragonotherwise looks kool
18:19.18prpplagueAchiestDragon: yea, i was curious about doing that
18:20.56AchiestDragonwell any serious a-d converter input circut would use a op amp arrangment on the input so the range can be set easaly with that making the vref setting just extra work
18:22.07prpplagueahh ok cool
18:22.34AchiestDragonand as the vref is basicaly 2 resitors , even if sureface mount , if it is a must that a app needs i diferent range then its not mutch of a problem for the user to change them for that
18:23.15AchiestDragonrather than it beeing a must for every user to add 2 external ones
18:29.26AchiestDragonthe only thing that i find flustrating is the fact that the gpoi is never in a continus bit orentated format , but theres little option
18:30.55prpplagueAchiestDragon: agreed
18:31.00AchiestDragonie theres 28  posible dio lines  but  to send a 8 bit byte to it  reqires some bit translation as there never seems to be more than 5 in sequence
18:33.12prpplagueAchiestDragon: yea, thats why i've created some char devices to help with that from linux
18:35.05AchiestDragoni like to write clean code in asm , and find that it 1 makes the code  larger than what would be needed and slower
18:37.09prpplagueAchiestDragon: yea
18:37.19prpplagueAchiestDragon: this device will be running linux
18:37.35prpplagueAchiestDragon: so it will be easy to do write access
18:38.00AchiestDragonfor example   move data to port  is a lot easyer and quicker than   if data bit 1 is 1 then set port a bit 2 , if data bit 2 is 1 then set port c bit 14  .....
18:38.50AchiestDragonthe other also leads to  unaligned  timeing  
18:42.01AchiestDragonwow  finaly a spam ai that is turfing out meaningfull messages !!! whatever next  
18:42.35AchiestDragonquote
18:42.58AchiestDragon I love defenceless animals, especially in a good gravy Life is a riddle. The solution is written on the backside.
18:44.07AchiestDragonthay normaly seem to be just a collection of words with no apparent sentance construction
18:45.09AchiestDragonalthough  by the looks thay still do not relate to the subject of the email  
18:46.10AchiestDragonstill is wating to find out what there trying to sell though   lol
18:58.11prpplagueAchiestDragon: http://pastebin.com/685491
18:58.16prpplagueAchiestDragon: without vref
18:59.19AchiestDragonyay kool :)
23:15.23*** join/#openjtag ByronT_ (i=byron-po@nslu2-linux/ByronT)
23:21.01*** join/#openjtag [g2-log] (n=g2@cpe-066-057-008-035.nc.res.rr.com)

Generated by irclog2html.pl by Jeff Waugh - find it at freshmeat.net! Modified by Tim Riker to work with blootbot logs, split per channel, etc.