Bring out yer Diptrace

Is this going to end up on your Github? And is the SOIC8 part a microcontroller?
This is Chucks basic relay design, the IC is just a 555. I need to do some testing before I think about open sourcing it. The through hole version is ready for the GitHub though, I just need to get around to it.

The through hole version is small enough to retrofit to any build (and using pin headers which makes building even easier).
 
This is Chucks basic relay design, the IC is just a 555. I need to do some testing before I think about open sourcing it. The through hole version is ready for the GitHub though, I just need to get around to it.

The through hole version is small enough to retrofit to any build (and using pin headers which makes building even easier).

I can attest to having successfully integrated Chuck’s relay bypass:

IMG_0761.jpeg
 
@szukalski do you use diptrace for designs to send off for jlcpcb’s smd assembly service? I’ve only used EasyEDA when doing that and was wondering if if you do use Diptrace if you have any tips beyond jlcpcb’s instructions. TIA!
 
@szukalski do you use diptrace for designs to send off for jlcpcb’s smd assembly service? I’ve only used EasyEDA when doing that and was wondering if if you do use Diptrace if you have any tips beyond jlcpcb’s instructions. TIA!
I've just done my first, so I'll tell you once I get them back.

The main thing is setting up the Diptrace library, that's time consuming. I'm slowly building mine up (and sharing the sheepy love):

I just followed JLC's instructions, but noticed that they had to change the offset of components for me, which is fine if they do it each time, but it'd be good to know how to do it correctly.
 
Possible stupid question that I can’t answer for myself right now because I’m away from Diptrace:

Can you create multiple “ground islands” for lack of a better term in Diptrace? Kind of like individual ground planes for circuit chunks on a single side?

I’m investigating isolating the grounds a few circuit chunks and bringing the, together with jumper resistors right at the DC connection.
 
Possible stupid question that I can’t answer for myself right now because I’m away from Diptrace:

Can you create multiple “ground islands” for lack of a better term in Diptrace? Kind of like individual ground planes for circuit chunks on a single side?

I’m investigating isolating the grounds a few circuit chunks and bringing the, together with jumper resistors right at the DC connection.
Yup, should be possible in Diptrace. This is common in mixed-signal design, using separate ground pours for digital and power ground, digital and analog ground, high-speed/RF and low-speed ground, etc., then connecting the two either with a single 0Ω resistor or with a net tie.
 
are y'all using a different hole size for pads that will get pin headers? Tayda's datasheet says the pins on their headers are .64mm in diameter, and Diptrace's standard pad hole size is .7mm. what say you? paging @szukalski
 
are y'all using a different hole size for pads that will get pin headers? Tayda's datasheet says the pins on their headers are .64mm in diameter, and Diptrace's standard pad hole size is .7mm. what say you? paging @szukalski
I usually use 40mil (~1mm) holes for through-hole things, which is a luxurious fit for headers. On more compact things where space is a premium I'll go down to 35mil (~0.889mm) which is a little more snug. Don't think I've ever gone smaller than that personally.
 
are y'all using a different hole size for pads that will get pin headers? Tayda's datasheet says the pins on their headers are .64mm in diameter, and Diptrace's standard pad hole size is .7mm. what say you? paging @szukalski
My standard pad hole is 0.9mm, with the pad being 1.5mm. I don't differentiate between pins or other pads (except pots and switches).
For pots, it's 1.4mm and 2.54mm respectively.
Trace width and clearance is 0.254mm, more if I work with HV but there are other who have that well in hand so I haven't done much :)
 
Back
Top