User jluciani - Chiphacker most recent 30 from http://chiphacker.com 2010-08-01T09:00:50Z http://chiphacker.com/feeds/user/424 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://chiphacker.com/questions/3816/connecting-arduino-and-separate-power-supply-grounds/3818#3818 Answer by jluciani for Connecting arduino and separate power supply grounds jluciani 2010-08-01T01:55:30Z 2010-08-01T01:55:30Z <p>If the supplies are electrically isolated then the grounds can be connected. If you are not sure you have isolated supplies I would not connect them. </p> <p>Another option is to use optical isolators and keep the grounds separate. This can be quite a few additional parts but is a very safe way to interface circuits.</p> <p>(* jcl *)</p> <p><a href="http://www.wiblocks.com" rel="nofollow">http://www.wiblocks.com</a></p> http://chiphacker.com/questions/3814/good-high-lumen-led-suppliers/3817#3817 Answer by jluciani for Good high-lumen LED suppliers? jluciani 2010-08-01T01:50:32Z 2010-08-01T01:50:32Z <p>The Cree XLamp datasheet looks fairly complete. I just finished a job that used 36 XLamp (3W) LEDs and the Cree devices seem to work quite well. IIRC there was a lumen/current curve in the datasheet. </p> <p>Not sure about other manufacturers (or part numbers) but the thermal pad of the XLamp is electrically neutral making the thermal management a lot easier.</p> <p>(* jcl *)</p> <p><a href="http://www.wiblocks.com" rel="nofollow">http://www.wiblocks.com</a></p> http://chiphacker.com/questions/3810/best-favorite-unique-dev-kits/3813#3813 Answer by jluciani for Best/Favorite/Unique dev kits jluciani 2010-07-31T23:18:54Z 2010-07-31T23:18:54Z <p>I make a development kit called the NB2AS that has the following features --</p> <ul> <li>ATmega644P + RTC + uSD + 2ch/12bit DAC</li> <li>Altoids form factor</li> <li>Single I/O connector that enables you to mount peripherals in the same plane, stacked vertically, using a backplane or with a ribbon cable. </li> <li>Peripherals include a prototyping board, Li-ion charger, and screw terminal board.</li> </ul> <p>See <a href="http://wiblocks.luciani.org/NB2/NB2AS-index.html" rel="nofollow">http://wiblocks.luciani.org/NB2/NB2AS-index.html</a></p> <p>The board is compatible with the Arduino+Sanguino tools but you can use it as an Atmel development board with avr-gcc. I usually develop with avr-gcc + Make.</p> <p>I have other boards on the site and in the works but since the first specification in your list was form-factor I mentioned the NB2AS.</p> <p>(* jcl *)</p> <p><a href="http://www.wiblocks.com" rel="nofollow">http://www.wiblocks.com</a></p> http://chiphacker.com/questions/3797/daytime-viewable-lcds/3799#3799 Answer by jluciani for Daytime viewable LCDs jluciani 2010-07-31T00:13:08Z 2010-07-31T00:13:08Z <p>The only displays that I would consider daytime viewable are organic LEDs. Expensive but excellent contrast and saturated colors.</p> <p>(* jcl *)</p> <p><a href="http://www.wiblocks.com" rel="nofollow">http://www.wiblocks.com</a></p> http://chiphacker.com/questions/3784/how-do-i-calculate-the-thermal-resistance-of-aluminum-flat-stock/3790#3790 Answer by jluciani for How do I calculate the thermal resistance of aluminum flat stock jluciani 2010-07-30T14:50:04Z 2010-07-30T14:50:04Z <p>You will probably need a <strong>very</strong> large plate or a fair amount of moving air. </p> <p>What is the on-time of the TIP122? If the on-time is greater than 100mS then you are dissipating 72W not 36W. You need to look at the transient thermal response curves to determine the derating.</p> <p>You need to allow some thermal resistance for the interface between the case of the transistor and the sink (or plate). </p> <p>Assuming that your on-time is less than 1mS you are dissipating 36W. Looking at the On-Semi datasheet --</p> <p>Rjc = 1.92 degC/W max. Absolute maximum junction temperature = 150degC (I would not exceed 125degC)</p> <p>T = (Rjc + Rcs + Rsa) * Pd</p> <p>125 = (1.92 + 0.5 + Rsa) * 36</p> <p>Rsa = 1.05degC/W (which agrees with your calculation when you subtract Rcs)</p> <p>If you take a look at the heatsink vendors datasheets you can get an idea of sizes. Checkout <a href="http://www.aavidthermalloy.com/" rel="nofollow">http://www.aavidthermalloy.com/</a></p> <p>(* jcl *)</p> <p><a href="http://www.wiblocks.com" rel="nofollow">http://www.wiblocks.com</a></p> http://chiphacker.com/questions/3727/what-is-a-differential-adc/3728#3728 Answer by jluciani for What is a differential ADC? jluciani 2010-07-27T00:14:32Z 2010-07-27T00:14:32Z <p>A differential ADC will measure the voltage difference between two pins (the plus and minus input). A single-ended ("regular") ADC will measure the voltage difference between one pin and ground. </p> <p>A lot of differential ADCs can be configured to give you twice the channels in single-ended mode.</p> <p>(* jcl *)</p> <p><a href="http://www.wiblocks.com" rel="nofollow">http://www.wiblocks.com</a></p> http://chiphacker.com/questions/3701/delayed-power-supply-startup/3709#3709 Answer by jluciani for Delayed power supply startup jluciani 2010-07-26T12:12:07Z 2010-07-26T12:12:07Z <p>You may want to search for "power supply sequencers" and "powerpath controllers" at Linear Technology, Maxim and TI. Those devices integrate a variety of sequencing and control functions including on/off, delay start, sequencing of multiple supplies. Some have integrated FETs.</p> <p>(* jcl *)</p> <p><a href="http://www.wiblocks.com" rel="nofollow">http://www.wiblocks.com</a></p> http://chiphacker.com/questions/3693/is-it-safe-to-use-a-dc-power-adapter-that-isnt-ul-listed-or-csa-certified/3695#3695 Answer by jluciani for Is it safe to use a DC power adapter that isn't UL Listed or CSA certified? jluciani 2010-07-26T01:23:15Z 2010-07-26T01:23:15Z <p>There are a variety of design, manufacturing and qualification requirements to meet UL, CSA and TUV. I would not use a line powered supply that does not meet these specifications. </p> <p>I also tend to buy these supplies from name brand manufacturers and manufacturers that have ISO9000 approval even though it is difficult to know how/where a device was manufactured.</p> <p>I would try to return the supply. </p> <p>(* jcl *)</p> <p><a href="http://www.wiblocks.com" rel="nofollow">http://www.wiblocks.com</a></p> http://chiphacker.com/questions/3578/whats-the-best-way-to-store-and-categorise-resistors-capacitors-ics-etc/3594#3594 Answer by jluciani for What's the best way to store and categorise resistors/capacitors/ICs/etc? jluciani 2010-07-18T21:52:40Z 2010-07-19T11:05:08Z <p>For TH and larger parts I use lots of small drawers. I also use the Akro-mils cabinets with dividers. <a href="http://www.amazon.com/gp/product/B00018AR5Y/192-5968131-0652527" rel="nofollow">http://www.amazon.com/gp/product/B00018AR5Y/192-5968131-0652527</a> These are nice because you can different draw sizes in a 17"x11"x11" cabinet. Very expensive unless you can find them surplus.</p> <p>For SMD components I use a combination of stainless steel tins and watchmakers tins. I built some low-profile trays that hold the tins. See <a href="http://www.luciani.org/no-place-to-go/comp-storage/index.html" rel="nofollow">http://www.luciani.org/no-place-to-go/comp-storage/index.html</a></p> <p>One very nice thing about the tins is they are small. For most designs you can kit up the different components on your bench.</p> <p>(* jcl *)</p> <p><a href="http://www.wiblocks.com" rel="nofollow">http://www.wiblocks.com</a></p> http://chiphacker.com/questions/3564/software-to-create-timing-diagrams/3568#3568 Answer by jluciani for Software to create timing diagrams jluciani 2010-07-17T16:54:59Z 2010-07-17T16:54:59Z <p>The tool that I have bookmarked is -- <a href="http://www.timingtool.com/menu/tour/ttmain.php" rel="nofollow">http://www.timingtool.com/menu/tour/ttmain.php</a> I have not tried it or taken a close look.</p> <p>If you are using TeX and friends there is a timing package for the tikz picture environment (check CTAN). Sometimes with the TeX tools you can find wrapper scripts or GUIs that can create standalone images.</p> <p>The documentation on the tikz-timing package is at <a href="http://www.tug.org/texmf-dist/doc/latex/tikz-timing/tikz-timing.pdf" rel="nofollow">http://www.tug.org/texmf-dist/doc/latex/tikz-timing/tikz-timing.pdf</a></p> <p>(* jcl *)</p> <p><a href="http://www.wiblocks.com" rel="nofollow">http://www.wiblocks.com</a></p> http://chiphacker.com/questions/3539/how-to-find-the-esr-of-a-capacitor/3540#3540 Answer by jluciani for How to find the ESR of a capacitor jluciani 2010-07-16T14:22:32Z 2010-07-16T14:22:32Z <p>How "low" depends on the efficiency and reliability you are trying to achieve. For low ESR capacitors the manufacturer will supply the values. </p> <p>Search for Nichicon low ESR capacitors and you will find parts that have a low ESR. The VR series is not a low series resistance capacitor. The PM Series is and the ESR is specified in the datasheet. Nichicon (which makes excellent capacitors) may have some newer series.</p> <p>The ESR is critical to the life of the capacitor since as ESR increases the temperature of the capacitor will increase which will decrease its life.</p> <p>(* jcl *)</p> <p><a href="http://www.wiblocks.com" rel="nofollow">http://www.wiblocks.com</a></p> http://chiphacker.com/questions/3440/using-lcds-of-mobiles/3448#3448 Answer by jluciani for Using LCD's of mobiles? jluciani 2010-07-13T11:28:39Z 2010-07-13T11:28:39Z <p>A friend of mine did a teardown of an LCD that he purchased for 0.50USD from Electronic Goldmine -- <a href="http://tim.cexx.org/?page_id=342" rel="nofollow">http://tim.cexx.org/?page_id=342</a></p> <p>It is quite detailed so even if you don't use that particular screen you may be able to follow the steps to interface other screens.</p> <p>(* jcl *)</p> <p><a href="http://www.wiblocks.com" rel="nofollow">http://www.wiblocks.com</a></p> http://chiphacker.com/questions/3443/setting-up-an-electronic-load/3446#3446 Answer by jluciani for setting up an electronic load jluciani 2010-07-13T11:14:03Z 2010-07-13T11:14:03Z <p>For most testing constant current is the easiest mode to use. You can set the current to the appropriate current level and verify the output voltage specification. </p> <ul> <li>Constant Current -- the load will try to sink the programmed current</li> <li>Constant Resistance -- the load will try to sink a current to maintain a programmed resistance. This is done my multipliers in the control circuit.</li> <li>Constant Voltage -- the load will will increase current to maintain a programmed voltage. This is useful when trying to find the current at which the power supply folds back (knee current). You set the load to the foldback voltage and then measure the current. It is quicker than stepping the current but does require a more complex control circuit.</li> </ul> <p>Since most loads are current sinks you shouldn't be able to damage it when the supply is putting out low voltages. You could damage the load with too high a voltage but for an ATX power supply this is unlikely. The output stage of most loads consists of power MOSFETs and these typically have breakdown voltages of 20V and above.</p> <p>Some power supplies have minimum load requirements for the individual outputs. A comprehensive test would load all the outputs at various combinations of min and max loads but you could probably attach the load to one output at a time. Make sure that each of the other outputs has the min load.</p> <p>(* jcl *)</p> <p><a href="http://www.wiblocks.com" rel="nofollow">http://www.wiblocks.com</a></p> http://chiphacker.com/questions/3430/led-driver-for-300ma-leds/3431#3431 Answer by jluciani for LED Driver for 300mA LEDs jluciani 2010-07-13T00:16:59Z 2010-07-13T00:16:59Z <p>I have controlled the high current LEDs with both current sources and current sinks.</p> <p>I am just finishing up the testing on an LT3755 driver circuit (current source) that is driving 12 3W Cree XLamps. This driver has excellent performance if you are careful with the layout. This device can do almost a 10:1 boost at 50W! Being able to simulate in LTSpice was extremely convenient. </p> <p>If you want a simpler layout you could look at current sinks. You would need to get a supply capable of producing a voltage slightly greater than the sum of the Vf(max) of your LEDs. Using a FET and op-amp you would create a voltage controlled current sink. You could PWM this by setting the current to zero. I use an analog switch on my current-sink.</p> <p>Here is a picture of my current sink design -- <a href="http://wiblocks.luciani.org/not-quite-ready/ZB1-ISINK-index.html" rel="nofollow">http://wiblocks.luciani.org/not-quite-ready/ZB1-ISINK-index.html</a> The FETs are rated for 40A, the connectors are rated for 10A. For an LED application with a reasonable size heatsink you can probably go to 2A. The LEDs in the pictures are being driven at 350mA. No heatsinking is required if the dissipation in the FETs is kept below 1W.</p> <p>The board in the picture is being controlled by my Arduino compatible NB1 board. </p> <p>(* jcl *)</p> <p><a href="http://www.wiblocks.com" rel="nofollow">http://www.wiblocks.com</a></p> http://chiphacker.com/questions/3408/what-is-the-best-magnifier-to-use-for-general-electronics-duties/3413#3413 Answer by jluciani for What is the best Magnifier to use for general electronics duties... jluciani 2010-07-11T23:32:43Z 2010-07-11T23:32:43Z <p>I use the Luxo 17113, KRM Series, 3 diopter lense on my bench. The combination of the light and magnification is excellent. The Luxo looks similar to the lamp you linked to. </p> <p>I also use the Bausch &amp; Lomb 81-42-00 visor. It comes with 3 Lenses 1.8x, 2.2x, 2.6x Magnification Power. These were around $40 or so from Amazon. I have a pair on my bench and a pair in the garage. These work quite well but when I work on the bench I only use the lamp + magnifier. The portability of the visor is a major convenience. The multiple lenses is also handy. </p> <p>I do primarily SMD soldering. My other tool picks are at <a href="http://wiblocks.luciani.org/FAQ/faq-tools.html" rel="nofollow">http://wiblocks.luciani.org/FAQ/faq-tools.html</a></p> <p>(* jcl *)</p> <p><a href="http://www.wiblocks.com" rel="nofollow">http://www.wiblocks.com</a> </p> http://chiphacker.com/questions/2304/can-i-filter-this-split-power-supply/2306#2306 Answer by jluciani for Can I Filter This Split Power Supply? jluciani 2010-04-21T13:40:35Z 2010-07-11T18:47:39Z <p>I would use the ICL7660S instead. A couple of benefits --</p> <ul> <li><p>The S version switches at 35KHz which is above the audio range.</p></li> <li><p>The S version can switch 12V. If you did a +-12V conversion you could do a +-9V linear regulation on the output. This will reduce the noise. </p></li> </ul> <p>You should be able to add a series inductor and another capacitor on the output. I am assuming you are using ceramic caps (X5R or X7R).</p> <p>The load regulation of these switched capacitor converters is not that good under load. I am assuming that your synth only needs currents around 20mA or so. Check the specs for the voltage and current limit specs.</p> <p>(* jcl *)</p> <p><a href="http://www.wiblocks.com" rel="nofollow">http://www.wiblocks.com</a></p> http://chiphacker.com/questions/1206/what-are-the-freeware-spice-simulators-available/1209#1209 Answer by jluciani for What are the freeware SPICE simulators available? jluciani 2009-12-22T00:36:55Z 2010-07-09T22:28:35Z <p>[I made a couple of additions (* jcl *)]</p> <ul> <li>ngSpice is available for gEDA. <li>gnuCAP is also available for gEDA. <li>LTSpice is free from Linear Technology. </ul> <p>I thought that one of the other analog chip makers had a spice too but I can't remember who :(</p> <p>I have been to a few talks on simulation given by physicists and EEs who have done chip design. Each of the talks seems to end like this ---</p> <ul> <li>Except for simple circuits you will spend most of your getting models and determining where the models need to be modified for your application. <li>Unless you are doing work for an IC manufacturer the manufacturer will not give you detailed models. <li>You will not be able to avoid a prototype. <li>You should only simulate subsections of your design. Simulating the entire design is not usually practical. </ul> <p>Also most of the free simulators are not distributed with models. Re-distribution of the models is usually a copyright violation. LTspice is distributed with models of the Linear Tech parts. I am not sure the quality of the models. Most manufacturers do not want to reveal too many details about their process.</p> <p>(* jcl *)</p> <p><a href="http://www.wiblocks.com" rel="nofollow">http://www.wiblocks.com</a></p> http://chiphacker.com/questions/3366/learning-electrical-engineering/3371#3371 Answer by jluciani for Learning Electrical Engineering jluciani 2010-07-09T11:27:20Z 2010-07-09T11:27:20Z <p>For EE concepts -- </p> <p>Lessons in electric circuits is an excellent free resource -- <a href="http://www.openbookproject.net/electricCircuits/" rel="nofollow">http://www.openbookproject.net/electricCircuits/</a></p> <p>I would also recommend "The Art of Electronics" and the various cookbooks by Don Lancaster.</p> <p>All of my recommendations are at <a href="http://wiblocks.luciani.org/FAQ/faq-books-ee.html" rel="nofollow">http://wiblocks.luciani.org/FAQ/faq-books-ee.html</a></p> <p>(* jcl *)</p> <p><a href="http://www.wiblocks.com" rel="nofollow">http://www.wiblocks.com</a></p> http://chiphacker.com/questions/3314/do-you-layout-in-mil-or-mm/3317#3317 Answer by jluciani for Do you layout in mil or mm? jluciani 2010-07-06T14:04:06Z 2010-07-06T14:04:06Z <p>Typically I place parts on a 25mil grid and route on a 5mil grid. For low density boards I can usually route on a 10-25mil grid. </p> <p>When I route I have the traces snap to the mid-point of the pad so that traces end in the center of the pad for all components.</p> <p>(* jcl *)</p> <p><a href="http://www.wiblocks.com" rel="nofollow">http://www.wiblocks.com</a></p> http://chiphacker.com/questions/3299/sicp-for-electrical-electronics-engineers/3300#3300 Answer by jluciani for SICP for Electrical/Electronics Engineers? jluciani 2010-07-04T11:20:46Z 2010-07-04T11:20:46Z <p>I would recommend the <em>The Art of Electronics</em>. Essential reading and is well regarded by EE's at a variety of skill levels. A Physics collection I have found very useful in EE works are the <em>Feynman Lectures</em>. A list of my other book recommendations is at <a href="http://wiblocks.luciani.org/FAQ/faq-books-ee.html" rel="nofollow">http://wiblocks.luciani.org/FAQ/faq-books-ee.html</a></p> <p>(* jcl *)</p> <p>P.S. SICP is one of my favorites for CS. TAOCP is probably at the top of the list.</p> <p>The Art of Electronics Author: Horowitz and Hill Publisher: Cambridge University Press; 2nd edition (July 28, 1989) ISBN-10: 0521370957 ISBN-13: 978-0521370950</p> <p>The Feynman Lectures on Physics (3 Volume Set) Author: Richard Phillips Feynman Publisher: Addison Wesley Longman (June 1970) ISBN-10: 0201021153 ISBN-13: 978-0201021158</p> http://chiphacker.com/questions/1530/sizing-smd-components-for-hobbyist-kits Sizing SMD components for Hobbyist Kits jluciani 2010-01-26T17:32:59Z 2010-07-01T05:35:37Z <p>More components are only available in SMD packages. For hobbyist assembly the options are to buy breakout boards or solder SMD.</p> <p>Since components are usually packaged in a couple of SMD package types I am trying to put together a set of guidelines for choosing packages that are compatible with hobbyist skills and tools. I would consider hobbyist level tools for SMD assembly as -- soldering iron in the $50-$100 range (new), for magnification a $40 visor (like the B&amp;L) and tweezers.</p> <p>For the kits I make now I use the following guidelines --</p> <ul> <li>Passives 0805 or larger</li> <li>Min Lead Pitch for SOIC or QFP -- 0.5mm</li> <li>No QFN, LGA or BGA</li> <li>Prefered package for gates, BJT, FET --- SOT23</li> <li>Diodes SOD123 (or larger)</li> </ul> <p>I am interested in recommendations on component selection, minimum tool requirements and assembly issues. Specific tool changes (like solder tip size) that enabled you to do SMD assembly with your existing tools would be useful too.</p> <p>Thanks.</p> <p>(* jcl *)</p> <p><a href="http://www.wiblocks.com" rel="nofollow">http://www.wiblocks.com</a></p> http://chiphacker.com/questions/3226/adding-bt-connectivity-to-arduino/3238#3238 Answer by jluciani for Adding BT connectivity to Arduino jluciani 2010-07-01T01:14:20Z 2010-07-01T01:14:20Z <p>I have designed a few boards that integrate an Atmel uC (328 and 644) with BlueGiga WT12A. The BlueGiga interfaces to the UART so you send and receive ASCII strings. If you are using a 328 based board you will need to multiplex the UART or use the NewSoftSerial to emulate a UART on the unused pins.</p> <p>I did the hardware design and the low-level software so I don't know the details of the Bluetooth communication. After I could demo that the uC paired with the phone my portion of the project was complete ;)</p> <p>Changing the name didn't require firmware changes. I sent a "SET BT NAME" command to change the name to show the device was pairing. </p> <p>(* jcl *)</p> <p><a href="http://www.wiblocks.com" rel="nofollow">http://www.wiblocks.com</a></p> http://chiphacker.com/questions/3236/zigbee-products-shipped-in-2009/3237#3237 Answer by jluciani for Zigbee products shipped in 2009 jluciani 2010-07-01T01:04:03Z 2010-07-01T01:04:03Z <p>You may want to browse around over at <a href="http://www.zigbee.org" rel="nofollow">http://www.zigbee.org</a> to see if any of the news or press releases mention volumes. </p> <p>(* jcl *)</p> <p><a href="http://www.wiblocks.com" rel="nofollow">http://www.wiblocks.com</a></p> http://chiphacker.com/questions/3146/soldering-substitutes/3148#3148 Answer by jluciani for Soldering substitutes? jluciani 2010-06-23T23:07:13Z 2010-06-24T17:05:35Z <ul> <li><p>Wire-wrapping is a substitute for soldering but wire-wrap supplies can get very expensive unless you buy in very large volumes or happen to find a surplus deal.</p></li> <li><p>You could also crimp the wires together. There are terminals called butt splices. You could insert multiple wires into the terminal and then crimp. These are meant for thinner stranded wires but could work for solid leads. Butt splices have two ends but there may be some sort of small ferule you could purchase.</p></li> </ul> <p>(* jcl *)</p> <p><a href="http://www.wiblocks.com" rel="nofollow">http://www.wiblocks.com</a></p> http://chiphacker.com/questions/3062/what-are-some-reasons-to-connect-capacitors-in-series/3064#3064 Answer by jluciani for What are some reasons to connect capacitors in series? jluciani 2010-06-17T20:04:40Z 2010-06-17T20:21:11Z <p>I have only seen it done to increase voltage. On some power supply front-ends (AC/DC conversion) with a voltage doubler the capacitors are in parallel at low voltage and in series at high voltage. This works out well since for a constant power out the current is double at the lower voltage.</p> <p>As you mention balancing resistors are required. </p> <p>(* jcl *)</p> <p><a href="http://www.wiblocks.com" rel="nofollow">http://www.wiblocks.com</a></p> http://chiphacker.com/questions/2944/switching-relay-with-a-pnp-and-ttl-levels/2950#2950 Answer by jluciani for Switching relay with a PNP and TTL levels jluciani 2010-06-10T11:15:44Z 2010-06-10T11:15:44Z <p>You can't switch the PNP on and off with TTL levels. Since the emitter will be tied to 29V the base needs to be at 29V to turn it off. You need to do a level shift using a second transistor which is either an NPN or an N-channel MOSFET. </p> <p>Using an NPN transistor the current limiting resistor will then be determined by </p> <p>R = (29.4 - Vbe1 - Vce2) / Ib1 </p> <p>where Vbe1 and Ib1 are for the PNP transistor and Vce2 is for the NPN tranistor.</p> <p>(* jcl *)</p> <p><a href="http://www.wiblocks.com" rel="nofollow">http://www.wiblocks.com</a></p> http://chiphacker.com/questions/2829/recommended-pcb-houses-assemblers/2833#2833 Answer by jluciani for Recommended PCB houses / Assemblers jluciani 2010-06-02T16:24:53Z 2010-06-02T16:24:53Z <p>Assembly can get very expensive unless you are making 1K or more pieces. At 1K pieces the setup costs start to amortize to reasonable values. If you can get to 10K pieces then you could source the parts from China too. </p> <p>I have had Gold Phoenix and E-Teknet quote on a job. They both had similar quotes. Since I only wanted to do 1K pieces the pricing did not work out and I did not do the project. </p> <p>Neil Munzinger ( sales@e-teknet.com ) at E-Teknet was very responsive to my questions and made recommendations about cost saving opportunities. Unfortunately the numbers didn't work.</p> <p>(* jcl *)</p> <p><a href="http://www.wiblocks.com" rel="nofollow">http://www.wiblocks.com</a> </p> http://chiphacker.com/questions/2797/charlieplexing-on-a-breadboard/2798#2798 Answer by jluciani for CharliePlexing on a breadboard jluciani 2010-05-29T19:22:52Z 2010-05-29T19:22:52Z <p>Take a look at my charlie-plexing schematic at <a href="http://wiblocks.luciani.org/FAQ/faq-charlie-plex.html" rel="nofollow">http://wiblocks.luciani.org/FAQ/faq-charlie-plex.html</a></p> <p>Make each row connection the common pin of the seven segment readout. Make each column the individual pin connection. For 28 segments you need six pins. If you use eight pins instead of six you may find it easier to program. With eight pins I would do four rows and seven columns.</p> <p>(* jcl *)</p> <p><a href="http://www.wiblocks.com" rel="nofollow">http://www.wiblocks.com</a></p> http://chiphacker.com/questions/2756/what-hobbyist-level-groups-meet-to-discuss-electronics-and-microcontroller-applic What hobbyist level groups meet to discuss electronics and microcontroller applications? jluciani 2010-05-26T14:19:26Z 2010-05-28T04:13:34Z <p>What hobbyist level groups meet to discuss electronics and microcontroller applications? I am interested in groups that have free and open meetings and meet on a regular basis (typically once per month).</p> <p>The two I know of in Boston are -- </p> <p>dorkbot Boston -- <a href="http://groups.google.com/group/DorkbotBoston?hl=en&amp;pli=1" rel="nofollow">http://groups.google.com/group/DorkbotBoston?hl=en&amp;pli=1</a></p> <p>Boston Arduino Users Group <a href="http://www.meetup.com/The-Boston-Arduino-Users-Group" rel="nofollow">http://www.meetup.com/The-Boston-Arduino-Users-Group</a></p> <p>(* jcl *)</p> http://chiphacker.com/questions/2764/what-may-cause-a-perfboard-to-bend/2768#2768 Answer by jluciani for What may cause a perfboard to bend ? jluciani 2010-05-27T17:34:49Z 2010-05-27T17:34:49Z <p>It could also be the way you had the board clamped when you soldered the components. If the board had a bend when it was clamped it may not be able to "spring back" after the components are soldered. Not clamping the board could also cause the problem.</p> <p>What type of board are you using? If you are using epoxy-paper I would switch to epoxy-glass. It should spring back a lot better. It also is less likely to crack and break. I like Vector 169P84WE. The parts I use for breadboarding are listed at the bottom of <a href="http://wiblocks.luciani.org/FAQ/faq-tools.html" rel="nofollow">http://wiblocks.luciani.org/FAQ/faq-tools.html</a></p> <p>(* jcl *)</p> <p><a href="http://www.wiblocks.com" rel="nofollow">http://www.wiblocks.com</a></p> http://chiphacker.com/questions/3810/best-favorite-unique-dev-kits/3813#3813 Comment by jluciani jluciani 2010-08-01T01:37:28Z 2010-08-01T01:37:28Z I use my own LaTeX macros for the style. I use METAPOST for some of the diagrams and pdfinclude to embed the shematics, datasheets, etc. The BOMs are done using Postgres. The chip I added is a 12bit DAC not an ADC. Future boards will add higher resolution ADCs. I was thinking of adding the li-ion charger to that question but it seemed like that user was looking for an arduino shield. http://chiphacker.com/questions/3564/software-to-create-timing-diagrams/3677#3677 Comment by jluciani jluciani 2010-07-23T21:40:27Z 2010-07-23T21:40:27Z I do this too. I will script the generation of these types of documents using Perl + TeX + METAPOST (or other command line tools). When the data changes I type &quot;make&quot; and the changes propagate through. http://chiphacker.com/questions/3408/what-is-the-best-magnifier-to-use-for-general-electronics-duties/3413#3413 Comment by jluciani jluciani 2010-07-11T23:58:41Z 2010-07-11T23:58:41Z The Luxo is well built and the optics are very good (and replaceable). it is a professional level tool. Until now I have never seen the ones at Walmart so I am not sure how they compare. MSC direct also sells some lower cost lamps (and IIRC Luxo). Their sales prices can be very good. Just as I was starting to do more SMD soldering I found the Luxo in a clearance bin at Charrette. IIRC it was around $120 or so. Well worth the money. http://chiphacker.com/questions/3408/what-is-the-best-magnifier-to-use-for-general-electronics-duties/3410#3410 Comment by jluciani jluciani 2010-07-11T23:34:16Z 2010-07-11T23:34:16Z Why do you prefer the square versus the round? http://chiphacker.com/questions/2467/good-distributors-for-electronic-components/2468#2468 Comment by jluciani jluciani 2010-07-08T11:44:04Z 2010-07-08T11:44:04Z I am one of the organizers of the local Arduino/Robotics group. All are welcome and I am trying to get more college students involved. We have been meeting monthly at Microsoft NERD which is a few blocks from MIT. Search for us on meetup. Sprout (Somerville) has some project nights and meet-ups. <a href="http://thesprouts.org" rel="nofollow">thesprouts.org</a> There is a Boston dorkbot as well. Since dorkbot is based on &quot;doing strange things with electricity&quot; sometimes it's engineering and sometimes art. There is a mailing list for dorkbot. The mailing list may be a good place to ask about other groups as well. http://chiphacker.com/questions/3236/zigbee-products-shipped-in-2009/3237#3237 Comment by jluciani jluciani 2010-07-01T11:50:15Z 2010-07-01T11:50:15Z That's surprising since the marketing types usually don't stop talking about those numbers ;) Send them an email. Someone from sales will send you the information (especially if they think you are interested in a license ;) http://chiphacker.com/questions/3161/long-lasting-electronics-items Comment by jluciani jluciani 2010-06-25T15:13:50Z 2010-06-25T15:13:50Z joeforker's comment about obsolete components applies to other parts like semiconductors. The type of components you want depends on the types of projects you are doing. Lot's of systems in the past had a triple power supply (+5V, +-15V). Newer designs are going to single supplies. If you had a lot of dual supply op-amps (like the LM741) it may not meet your future needs. I would put the LM741 on the NO list. I would add some ceramic caps to the list but not to many since the recent improvements in dielectric have pushed the size and the cost down. http://chiphacker.com/questions/2829/recommended-pcb-houses-assemblers/2852#2852 Comment by jluciani jluciani 2010-06-20T20:33:04Z 2010-06-20T20:33:04Z Have you used them for assembly or just PCB fab? http://chiphacker.com/questions/2036/beginners-logic-analyzer/2038#2038 Comment by jluciani jluciani 2010-06-16T02:30:26Z 2010-06-16T02:30:26Z That's the one. Sorry about the misspelling. Since March I have used the pod quite a bit to debug a uSD library. The device is worth the money but the software interface is awkward. I am not sure if other devices in the price range are any better. If I used this tool a lot I would look into writing my own interface. http://chiphacker.com/questions/2055/any-good-suggestions-for-a-beginning-electronics-class-for-youth/2061#2061 Comment by jluciani jluciani 2010-06-04T13:57:00Z 2010-06-04T13:57:00Z Glad you liked it. At the last Ignite I received a free copy. I have done a couple of the first projects with my seven year old. http://chiphacker.com/questions/2783/pre-programming-surface-mount-ics/2786#2786 Comment by jluciani jluciani 2010-05-28T17:07:51Z 2010-05-28T17:07:51Z If the board is dense you could also turn existing vias into programming points. You need to remove the soldermask and possibly change the pad and hole size. A row of pads could be a lot easier if it fits. http://chiphacker.com/questions/2764/what-may-cause-a-perfboard-to-bend/2768#2768 Comment by jluciani jluciani 2010-05-27T22:14:16Z 2010-05-27T22:14:16Z They kind of look like epoxy-paper. If you can hold the board flat with a vice or clamp while you solder it may bend less when the clamp is removed. http://chiphacker.com/questions/2590/lm335-doesnt-seem-to-work/2593#2593 Comment by jluciani jluciani 2010-05-12T02:13:31Z 2010-05-12T02:13:31Z Thankss (* jcl *) http://chiphacker.com/questions/2507/reading-a-rectifier-diode Comment by jluciani jluciani 2010-05-04T21:12:49Z 2010-05-04T21:12:49Z Since it is an assortment from eBAY it may not be a mfg pn. It could be some sort of OEM number. http://chiphacker.com/questions/2512/ftdi-basic-breakout-5v Comment by jluciani jluciani 2010-05-04T21:08:07Z 2010-05-04T21:08:07Z Are you pressing the reset button on the Arduino immediately before you download?