Show Posts
|
|
Pages: [1] 2 3 ... 8
|
|
2
|
General Category / General Discussion / Soldering DIP with solder paste
|
on: November 23, 2012, 11:45:50 am
|
|
Is it possible to use a thicker stencil to accurately place solder paste on a PCB and reflow solder DIP components in a reflow oven (+flux spray)? Will it produce a defect-free and solid bond? Have anyone tried this before?
|
|
|
|
|
4
|
Topics / Product Design / PCB Nets
|
on: November 13, 2012, 01:43:23 am
|
Is CADSOFT's EAGLE capable of producing nets like in pic2 instead of pic1? How to do it or any other software recommendations?  pic1  pic2
|
|
|
|
|
11
|
Using Arduino / LEDs and Multiplexing / Re: 3 separate 74HC595 how to control? with less pins
|
on: October 17, 2011, 01:21:15 am
|
|
ya, just connect data out of the 1st IC to the data in of the 2nd IC, data out of the 2nd IC to the data in of the 3rd IC.... connect all clock and latch pins to the same output of the Arduino. On the programming, you need to use the shiftOut function 3 times continuously. So, the 1st shiftOut will go to IC 1. But when you shiftOut the 2nd time, the 1st shiftOut binary data will be pushed to the 2nd IC, and so on...
|
|
|
|
|
13
|
Using Arduino / General Electronics / NPN & PNP transistors
|
on: October 09, 2011, 05:25:27 am
|
|
What is the difference between NPN & PNP transistors? Does NPN transistors activate by connecting its base to Vcc? and connecting the base of a PNP transistor to ground will activate it? (NPN: collector-positive; emitter-negative; base-positive || PNP: collector-negative; emitter-positive; base-negative;) Correct?
|
|
|
|
|