Author Topic: My first Eagle SCH/PCB, review?  (Read 22350 times)

0 Members and 1 Guest are viewing this topic.

Offline TriodeTigerTopic starter

  • Regular Contributor
  • *
  • Posts: 199
  • Country: ca
My first Eagle SCH/PCB, review?
« on: April 10, 2014, 05:29:02 am »
I finally learned how easy it was to associate and make footprints for my components, so I decided to start making my silly first project (a lab multimeter) and naturally started with the PSU. I thought.. Why not practise by making it its own mini-module kind of board?

Here's my resulting schematic fresh from Eagle:



The frames were a little too large for just that, so hopefully my silly frame with the wire tool is not ugly or too wrong..

I liked my fuse tester, makes sense, and the p-mos has a -1.5Vgs threshold at 25C, so, easily attainable (5-0=-5V when fuse blown.)

Next, my PCB .. I went a little far on it as you may see:



A few questions...

1. My designs check out on Lane's OSHPark DRC, but I am curious, would my silkscreen become blocky with its detail or will the machine be sharp enough to roughly make such a design as that? Would it work better if it were larger, I made it more sharper?

2. Am I free to abuse the pad layer to make some shiny text on my PCB? (top-right, the (c) et. al.) I just hit "approve" on the ERC's amusing mentioning of abusing it, or is there a way to lift the solder mask in key positions? If I want to make a test pad, do I just make a device with a pad without a drill hole?

3. Should I have left all GND connections out, and just do the fill after? The traces seem to be there and movable independent of the fill even though they just sink back in to it once placed, or is that fine?

4. Most of my LEDs/buttons/ etc. will be put on to leads and mounted on the front panel. Should I create dummy LEDs with jumper connections and alike, or just use the button/LED footprints as I am doing here and feed wires from them? That may actually help a bit with pinouts I suppose.

I hope I remembered all I was going to ask.

I don't like the gimmicky look of vector font for component designators (a board sitting in front of me of something else, it looks kinda .. trying too hard to look cool so I used proportional. Words though seem to look quite technical in vector font however.

Any tips? Are my silkscreen positions not too horrible? I love the puzzle of making a single-sided board, too, really not as hard as I thought.

Board roughly 2x1.5'', hope I increased the trace width for the power correctly but I suppose I should research curr..ampacity? No excuses! lets see.. 30.8 mil said for a calculator (1oz, 2A, in air) and mine is 24 mil, suppose I should increase that! Learning. Fun.  :-/O

 :phew: no more rambling.

TriodeTiger.
"Yes, I have deliberately traded off robustness for the sake of having knobs." - Dave Jones.
 

Offline miceuz

  • Frequent Contributor
  • **
  • Posts: 387
  • Country: lt
    • chirp - a soil moisture meter / plant watering alarm
Re: My first Eagle SCH/PCB, review?
« Reply #1 on: April 10, 2014, 06:05:04 am »
2. Am I free to abuse the pad layer to make some shiny text on my PCB? (top-right, the (c) et. al.) I just hit "approve" on the ERC's amusing mentioning of abusing it, or is there a way to lift the solder mask in key positions? If I want to make a test pad, do I just make a device with a pad without a drill hole?

Yes, you just draw on soldermask layer.
I think there is a testpoint symbol/footprint in a standard Eagle library.

Quote
3. Should I have left all GND connections out, and just do the fill after? The traces seem to be there and movable independent of the fill even though they just sink back in to it once placed, or is that fine?

There is no need to route GND connections if you are going to use ground fill.

Quote
4. Most of my LEDs/buttons/ etc. will be put on to leads and mounted on the front panel. Should I create dummy LEDs with jumper connections and alike, or just use the button/LED footprints as I am doing here and feed wires from them? That may actually help a bit with pinouts I suppose.

I don't know the right answer. You can always design a part that has a connector as a footprint. In case of leds it almost does not matter as if you use a small connector that fits exactly into dimensions of a led, but this might bite you back though if you don't account for the space needed for connector and as a result can't access connector locks for easy disconnecting.

Offline poorchava

  • Super Contributor
  • ***
  • Posts: 1672
  • Country: pl
  • Troll Cave Electronics!
Re: My first Eagle SCH/PCB, review?
« Reply #2 on: April 10, 2014, 06:09:47 am »
I would rotate Q1 90 deg clockwise and bring it closer to F1 (unless there are some mechanical parts in the way). Schematic looks very nice and clean.

Another huge mistake that you've made was choosing eagle. Switch to DipTrace while you still can.
I love the smell of FR4 in the morning!
 

Online mariush

  • Super Contributor
  • ***
  • Posts: 5017
  • Country: ro
  • .
Re: My first Eagle SCH/PCB, review?
« Reply #3 on: April 10, 2014, 06:37:27 am »
1. Add a 100nF ceramic at the input.
2. I would add a p-channel mosfet as a sort of reverse voltage protection.  See youtube.com/watch?v=IrB-FPcv1Dc (copy paste in new tab)

3. 7805 is only capable or 1-1.5A. I see you wrote on silkscreen 5v 2A. Not gonna happen. LM317 can do 2A or *1085 (3-3.2A max, lm1085, ld1085, ams1085 and others)  or  *1084 (same, but 5a max)
4. If you plan on soldering on screwing the 7805 to the PCB consider the thermals  ... (7v - 5v ) x 1.5a = 2 x 1.5 = 3 watts.
It may stay cool enough if you solder the tab to the pcb and there's lots of vias to make the other side of the pcb as a heatsink as well. 
With more than 7v at input, you're screwed without an actual heatsink. You're better off just having the regulator stay a few mm above the board with a heatsink screwed to it and with some thermal paste.

5. I would actually turn the regulator 180 degrees or at least 90 degrees and keep the heat away from that 100uF electrolytic

6. depending on how you use this, it may be a good idea to add a diode as protection for the regulator, see page 11 and onwards in this datasheet for info about protection and heat dissipation: http://www.ti.com.cn/cn/lit/ds/symlink/lm340-n.pdf (it's lm340/7805 combined datasheet)
« Last Edit: April 10, 2014, 06:42:14 am by mariush »
 

Offline stryker

  • Regular Contributor
  • *
  • Posts: 99
  • Country: au
Re: My first Eagle SCH/PCB, review?
« Reply #4 on: April 10, 2014, 06:52:46 am »
Just curious, would a high value pull-down resistor on the gate of Q1 be appropriate too?
 

Offline tautech

  • Super Contributor
  • ***
  • Posts: 28328
  • Country: nz
  • Taupaki Technologies Ltd. Siglent Distributor NZ.
    • Taupaki Technologies Ltd.
Re: My first Eagle SCH/PCB, review?
« Reply #5 on: April 10, 2014, 07:51:10 am »
With polarized components place the pin polarity symbol outside the component footprint so it can easily be seen when the board is populated. Always add this on either top overlay or bottom layer or even as a copper symbol. (+ - K etc) Square pads are fine, but when a board is populated and soldered the more info that is on the board the better.

Yes as others have said shift and rotate Q1.

Also give yourself the option of better heatsinking if needed, by placing the Vreg on the edge of the board.

There seems to be variation in some track clearances to the GND plane. WTF

Pad size mostly ok, but Q1, J1 & J2 all could be larger.
If you have to do repairs, a larger pad size is much less likely to lift as a result of any rework.

Otherwise tidy job :-)
Avid Rabid Hobbyist
Siglent Youtube channel: https://www.youtube.com/@SiglentVideo/videos
 

Offline TriodeTigerTopic starter

  • Regular Contributor
  • *
  • Posts: 199
  • Country: ca
Re: My first Eagle SCH/PCB, review?
« Reply #6 on: April 10, 2014, 08:45:30 am »
Whew, I should write a change log... updated PCB (schematic is obvious :P)



Alright, change list from memory...

- 100nF added (good on both ends unlike before?)
- Q1 does reverse protection (It's position I got it in pleeeases me)
- Fixed trace size (Q2 didn't need beefy traces, also 32thou for good margin when with power)
- Stood regulator up and gave it less of a task, might put quiet fan there
- Electro: Added + to silkscreen also moved away from reg. back (should be far enough.)
- Moved copyright stuff to tStop (soldermask stop) as I originally desired
- Increased pad sizes on Q's and J's (whew, scared me with DRC errors, no more auto dia. size for me..)
- Shortened it a little, is now 2x1.2'', not quite the 2sqin-perfect I wanted for Lane's service but is pretty compact and single sided! I am proud!

I think that is all... but should be obvious heh.

Question & Feedback Corner..
Quote
There seems to be variation in some track clearances to the GND plane. WTF
Maybe an artefact of the resolution/scaling? I set the clearance rule or whatnot, I think it should be all consistent, the DRC checks clean anyhow.

Quote
Just curious, would a high value pull-down resistor on the gate of Q1 be appropriate too?
Right! Did not think of that, it is floating when fuse blown. Oops, well, I'll add that in soon.

Quote
Another huge mistake that you've made was choosing eagle. Switch to DipTrace while you still can.
Might, tried it when CADs were very confusing to me so it stuck in mind like such, I kinda like the aesthetics of Eagle and hacking pre-done packages if needed.. I only have so much time! Community nice too.. Element14 and all. I should switch only if it benefits me, right?

Quote
Otherwise tidy job :-)
I always appreciate the feedback. It was a huge step to get my feet wet in every aspect, and I enjoyed every bit of it. I take pride in making things complete as I know how  :)

edit: as for my first first question.. might just wing it with the silkscreen art and see, surely others have done that detailing before.

TriodeTiger.
« Last Edit: April 10, 2014, 09:14:34 am by TriodeTiger »
"Yes, I have deliberately traded off robustness for the sake of having knobs." - Dave Jones.
 

Offline tautech

  • Super Contributor
  • ***
  • Posts: 28328
  • Country: nz
  • Taupaki Technologies Ltd. Siglent Distributor NZ.
    • Taupaki Technologies Ltd.
Re: My first Eagle SCH/PCB, review?
« Reply #7 on: April 10, 2014, 09:08:08 am »
Try and do your layouts with traces running the shortest distances possible and resist where possible running a track through a pad. Instead put it on a branch off that track. Change R1 for example.
Often you will need to mod pad size/shape to get clearances you are happy with.
J1 & 2 could be rectangular for example.

Your LED's have no polarity indicator except for the top overlay. If you chose to try DIY etching you should put a K of copper on the bottom layer.

If you do IC's, place a square/rectangular pad and/or a dot at pin 1.

Study old PCB's and pick faults to avoid and good points to use.
« Last Edit: April 10, 2014, 09:33:42 am by tautech »
Avid Rabid Hobbyist
Siglent Youtube channel: https://www.youtube.com/@SiglentVideo/videos
 

Offline poorchava

  • Super Contributor
  • ***
  • Posts: 1672
  • Country: pl
  • Troll Cave Electronics!
Re: My first Eagle SCH/PCB, review?
« Reply #8 on: April 10, 2014, 09:24:17 am »
When I do simple layout as this one, I just tend to choose such trace width between 2 pads, that it is equal to diameter/width of the smaller pad. I would space out components around regulator. It's gonna be warm at least which will have negative effect of electrolytic capacitor lifetime. If you foresee a possibility of large capacitors being connected across output rail, I'd use a diode parallel to the regulator, cathode to the regulator input. This is to prevent reverse current through the regulator resulting from capacitors on output rail discharging when power is turned off. A simple 1N5819 will do.
I love the smell of FR4 in the morning!
 

Online mariush

  • Super Contributor
  • ***
  • Posts: 5017
  • Country: ro
  • .
Re: My first Eagle SCH/PCB, review?
« Reply #9 on: April 10, 2014, 10:01:04 am »
I'd say move that regulator a bit further to the right, just in case you'd want to use a heatsink like this one: http://uk.farnell.com/multicomp/mc33278/heatsink-to220-x-2-7-6-c-w/dp/1710623  which should dissipate 3-4 watts just fine and keep your regulator at about 60-80c. Though, I see you edited the silkscreen to say 5v @ 500mA in which case even a tinier heatsink will do. Oh, and be careful.. not sure what LDO you picked, but most need at least 1.1-1.3v above the output voltage to regulate, so 6v may be too low (you wrote that on silkscreen)

If you changed 7805 to something more obscure, read the datasheet because some regulators under some conditions require an output capacitor with some ESR (usually 22-47uF electrolytic or more).

I'd Flip R1 and R2  90 degrees,  align the ptc with C2 and C3 and have a straight trace from + to Q2, going through the PTC.
The 1k resistor footprints seem a bit big. Considering you work with 5v, 0.125w resistors will do, which are tiny (4mm long + leads, 2mm in diameter)

Otherwise, it looks OK I guess.
 

Offline miceuz

  • Frequent Contributor
  • **
  • Posts: 387
  • Country: lt
    • chirp - a soil moisture meter / plant watering alarm
Re: My first Eagle SCH/PCB, review?
« Reply #10 on: April 10, 2014, 11:02:12 am »
...and now change resistors, transistor and ceramic caps to SMD!  ;D

Offline free_electron

  • Super Contributor
  • ***
  • Posts: 8517
  • Country: us
    • SiliconValleyGarage
Re: My first Eagle SCH/PCB, review?
« Reply #11 on: April 10, 2014, 01:38:04 pm »
check your capacitor footprints. they are way too small !
this is an annoyance in eagle. every pcb is see has these caps with 100 mil pin pitch.
Professional Electron Wrangler.
Any comments, or points of view expressed, are my own and not endorsed , induced or compensated by my employer(s).
 

Offline LukeW

  • Frequent Contributor
  • **
  • Posts: 686
Re: My first Eagle SCH/PCB, review?
« Reply #12 on: April 10, 2014, 03:03:27 pm »
- Run a DRC in Eagle, for example using Laen's downloadable pre-baked DRU file for OSHPark.

- You'll probably get a heap of "Stop Mask" errors in Eagle where silkscreen text (say for example the TPlace or TNames layers) overlaps the solder mask apertures. Fixing most of these will require editing component libraries supplied with Eagle, there are loads of these errors in the supplied libraries.

- IMO it would look neater if the input and output connectors were flipped around with positive on the right. This would give a neat track straight from the PTC to the output.

- If you want to make a homebrew DIY single-sided PCB you want all the copper tracks to be on the bottom (blue) layer, not the top. If all the connections are on the top layer, on a single-sided board you'll need to squeeze your soldering iron in underneath all components (such as the LEDs and electrolytic cap) and raise them up off the board to get clearance to solder them onto the top-layer pads. However, this is not a big deal if you intend to use a professional PCB fab house with pads on both sides and through-hole plating on all holes.

- Do you want all the names and values, such as 1k R2, on your silkscreen? If not you can turn off what layers are mapped onto GTO, such as the TNames and TValues layer, during CAM processing and Gerber export.
If you do decide you want them on the silkscreen, use the "smash" tool, and move them to an appropriate place where they're not overlapping other silkscreen or under components where they cannot be read after assembly, change the "ratio" of these silkscreen text items to at least 15 for good printability, and change the size to at least 30.
 

Offline Hideki

  • Frequent Contributor
  • **
  • Posts: 256
  • Country: no
Re: My first Eagle SCH/PCB, review?
« Reply #13 on: April 10, 2014, 07:33:44 pm »
Change the color of the tDocu layer (or turn it off). Right now it looks exactly like the silkscreen, so how will you know if you overlap something you shouldn't? The arcs inside the LEDs for example.

As LukeW said, the Eagle libraries are full of errors where the silkscreen is drawn on top of the pads or solder mask holes. Yes, most PCB manufacturers will clip away the overlap, but you really shouldn't design it that way in the first place.

Since this is all through-hole, definitely put the tracks on the bottom layer.
 

Offline theatrus

  • Frequent Contributor
  • **
  • Posts: 352
  • Country: us
Re: My first Eagle SCH/PCB, review?
« Reply #14 on: April 11, 2014, 04:54:16 am »
Quote
- You'll probably get a heap of "Stop Mask" errors in Eagle where silkscreen text (say for example the TPlace or TNames layers) overlaps the solder mask apertures. Fixing most of these will require editing component libraries supplied with Eagle, there are loads of these errors in the supplied libraries.

You can actually just use the "smash" tool (I'm sure thats a bad German translation which stuck) which will allow you to move all the designators around.

Back when I used Eagle for big boards, you'd inevitably smash everything.
Software by day, hardware by night; blueAcro.com
 

Offline LukeW

  • Frequent Contributor
  • **
  • Posts: 686
Re: My first Eagle SCH/PCB, review?
« Reply #15 on: June 02, 2014, 09:42:23 am »
That's true for names and values, but you usually get heaps of Stop Mask errors on the tPlace layer in the actual component outline drawing if you're using Eagle-supplied stock libraries, and you have to either edit the libraries to fix it, make your own libraries, or just ignore it and accept that you'll cut off the silkscreen markings overlapping the mask apertures (this can involve a couple of days waiting for the email turn around cycle with the PCB fab to say yes, we know, just ignore it.)
 

Offline kizzap

  • Supporter
  • ****
  • Posts: 477
  • Country: au
Re: My first Eagle SCH/PCB, review?
« Reply #16 on: June 02, 2014, 01:38:17 pm »
Mounting holes? Small thing, but could cause issues down the track...

I would rotate the regulator 90° clockwise, and utilise some of that extra space for mounting a heatsink, /or/ bring that regulator to the board edge so you can hang a heatsink off the side.
<MatCat> The thing with aircraft is murphy loves to hang out with them
<Baljem> hey, you're the one who apparently pronounces FPGA 'fuhpugger'
 

Offline free_electron

  • Super Contributor
  • ***
  • Posts: 8517
  • Country: us
    • SiliconValleyGarage
Re: My first Eagle SCH/PCB, review?
« Reply #17 on: June 02, 2014, 03:13:02 pm »
2 ampere ptc ? Behind a 7805 ? That'll never work...
Professional Electron Wrangler.
Any comments, or points of view expressed, are my own and not endorsed , induced or compensated by my employer(s).
 

Offline Bloch

  • Supporter
  • ****
  • Posts: 453
  • Country: dk
Re: My first Eagle SCH/PCB, review?
« Reply #18 on: June 03, 2014, 02:05:25 am »


Quote from: free_electron on Today at 01:13:02 AM2 ampere ptc ? Behind a 7805 ? That'll never work...

He may be using a 78S05 8)

I would move the fuse to the other side of the 7805

 

Offline TriodeTigerTopic starter

  • Regular Contributor
  • *
  • Posts: 199
  • Country: ca
Re: My first Eagle SCH/PCB, review?
« Reply #19 on: June 11, 2014, 05:59:58 am »
Whew! OSHPark probably might get my board back late June, but I thought I would share what I sent. I thought I may as well not keep improving my project until I can actually see what it will look like - if the silkscreen would work, if the parts will fit right.

Anyhow, here's what I have with the top fill hidden:

Whole thing is roughly 3x1.5'' which is disconcerting, looks squashed on my low DPI monitor but I'm sure It'll look good in hand and the logo is at least the recommended 200 DPI and Laen's DRC checks out fine and everything, also fixed some of the retarded Eagle footprints although I'll replace those with someone's replacement library I remember who fixes that.

I really like the test points, suppose I haven't a major need to use spring clips or anything fancy for now but it helps and adds a bit of a finished touch to the test. The MC7805CTG is what I chose, LDO, 1A maximum with a clip on TO220 heatsink which should be fine with the ~50-200mA I intend to use it at in the end with margin. I may just drop in a switching module, the LM2574N-5G looks like ~$2 and can do 4.5-30V or something which is quite nice.

I made the mistake of finding there weren't BSS92* transistors, and the layout is GSD instead of SGD, so I'll have to bodge the replacement ZVP4105A in but it should be good and that's what the test is for, I found all the other parts, including 100uF 0.5mm diameter capacitors for cheap!**

*At least on Newark, is it archaic? The BSS- are popular in EU and the 2Nxxxx here? I'm not sure, the -92 seems like a very common transistor, but nonexistent in stock..

**
check your capacitor footprints. they are way too small !
this is an annoyance in eagle. every pcb is see has these caps with 100 mil pin pitch.

Well now - I shall update when I get it, and also correct some of the silly things such as mounting holes (probably will mount to the back wall of the project box though) and other essentials I just remembered and just forgot.

Look acceptable for my $20 sent to Laen for 3? :P It's gotta be worth that in pretty purple solder mask and silkscreen alone, IMHO.

Tiger.
« Last Edit: June 11, 2014, 06:05:23 am by TriodeTiger »
"Yes, I have deliberately traded off robustness for the sake of having knobs." - Dave Jones.
 

Offline Refrigerator

  • Super Contributor
  • ***
  • Posts: 1541
  • Country: lt
Re: My first Eagle SCH/PCB, review?
« Reply #20 on: June 23, 2014, 07:36:45 pm »
The clearance between the two 100nF ( C3 ) red traces is ridiculously small.  :D
I have a blog at http://brimmingideas.blogspot.com/ . Now less empty than ever before !
An expert of making MOSFETs explode.
 

Offline TriodeTigerTopic starter

  • Regular Contributor
  • *
  • Posts: 199
  • Country: ca
Re: My first Eagle SCH/PCB, review?
« Reply #21 on: July 02, 2014, 07:36:09 am »
*drumroll*, here's the three I got in my OSHPark order (see attachments)

Observations...

A) Q1 (ZVP4105), the reverse protection pmos (S to + port, G to - port, D to regulator) is rated for only -175mA or so and it seems it gets red hot and clamps the voltage down to 2V or so which does not let me trip the 850mA fuse.

This kinda makes a mosfet for anything but low level circuits kinda useless as a polarity protection, no? These were maybe a dollar a piece, any power ones must be more. I may opt for a schottky..

B) The silkscreen was messed up on two of them, Q1's marker on one which isn't very noticeable, but in the picture of the three the one on the bottom right was quite mangled. It's definitely not the picture pixelating. I suppose you get what you pay for, maybe mine was at an end and mishandled more. Maybe I should ask them if boards come back like that often though.

C) The fuse once tripped with a short limits the current to just about 350mA, half that at a higher input voltage (~9V), which I guess is not too bad. It was only a 'make the first thing I can think of' kinda test for OSHPark and I learned a lot :P

D) It appears the ERC checked out fine even though I goofed and didn't end up connecting the VCC test pad in to the centre of C3's pad, and so the test pad links to nothing. Kinda odd, as if Eagle thought the keepout was electrically connected to the pad, or something.

The copyright/name in gold on the bottom right appear very shiny and I am happy with them, but the two-pin female headers have extremely small and thin leads ... it was really strange and awkward to search for them on Newark/E14 actually.. I can't even find what say Sparkfun would recommend, since it links to a Mouser page or something and I can't seem to find where they are on E14.

To whoever said the capacitor footprints were too small, one of them's a 100uF and very inexpensive! I quite like their size and they are from this side of the pond.

The clearance between the two 100nF ( C3 ) red traces is ridiculously small.  :D

Appears nicely isolated on the actual board, I've seen much higher voltages in thinner traces I suppose.
« Last Edit: July 02, 2014, 07:42:26 am by TriodeTiger »
"Yes, I have deliberately traded off robustness for the sake of having knobs." - Dave Jones.
 

Offline LukeW

  • Frequent Contributor
  • **
  • Posts: 686
Re: My first Eagle SCH/PCB, review?
« Reply #22 on: July 02, 2014, 12:31:21 pm »
Couldn't the top-layer track from the Vcc pad just go straight up to the top of the PTC fuse?
 

Offline TriodeTigerTopic starter

  • Regular Contributor
  • *
  • Posts: 199
  • Country: ca
Re: My first Eagle SCH/PCB, review?
« Reply #23 on: July 03, 2014, 12:37:55 am »
Couldn't the top-layer track from the Vcc pad just go straight up to the top of the PTC fuse?

I couldn't resist the two looking like a pair going to the capacitors  :-+
"Yes, I have deliberately traded off robustness for the sake of having knobs." - Dave Jones.
 

Offline homebrew

  • Frequent Contributor
  • **
  • Posts: 293
  • Country: ch
Re: My first Eagle SCH/PCB, review?
« Reply #24 on: July 15, 2014, 08:08:29 pm »
Hm, this thread is interesting, because basically the end result is worse than it was at the beginning ... strange  :(

1) No protection diode for reverse current over the 78X05 -> could kill the 7805 when the supply is switched off.

2) You should always route a power trace to the capacitor and then from the capacitor to something else. Your capacitor is connected in a "T"-shape which includes inductance and resistance within the trace hampering the capacitor's capability to smoothen the supply.

3) The small 100nF caps could be closer to the regulator as they are not so heat sensitive as the electrolytic ones. I would use 0805 SMD directly besides the pad.

4) Forget on the ground plane! This ground plane won't do any good. Especially because you can not control the return paths. Thus the regulation capabilities of the 7805 get even worse. Use a star topology instead ...

This is how I would do it ...

 

Offline TriodeTigerTopic starter

  • Regular Contributor
  • *
  • Posts: 199
  • Country: ca
Re: My first Eagle SCH/PCB, review?
« Reply #25 on: August 15, 2014, 09:45:55 am »
Homebrew thank you. I felt like crap basically, but in an inspiring way. I wasn't sure what I was doing and I after seeing some of the tricks you've used (a ground trace down the middle, etc.) I made this without basically referring to it again, and came up with something kinda similar. (I loved the feeling of reorienting things and seeing "this can go here, and this can be flipped, and this won't need to snake" like a puzzle!!)

E14's patchy stock can be berid of now, since they force upon me FedEx so digikey might as well be my distr. now. What connector did you use?

I notice my choice of some footprints will chagne when I find things to buy, the PTC is small, connector a default that is not in stock and other similar things for a 2am workup - but any big issues you guys can find?

The Via thing for the TP's were a little unfortunate, but I am glad I could get it all on the top side and include SMD. Maybe I'll convert those diodes to SMD?

Do you think this one's actually worthy of a complete novice's board done a little right?

edit: cool, comes to about $11 for 3 boards = $~4/board. Half the price of my other one, and no BS mosfets.
« Last Edit: August 15, 2014, 09:56:19 am by TriodeTiger »
"Yes, I have deliberately traded off robustness for the sake of having knobs." - Dave Jones.
 

Offline Refrigerator

  • Super Contributor
  • ***
  • Posts: 1541
  • Country: lt
Re: My first Eagle SCH/PCB, review?
« Reply #26 on: August 15, 2014, 05:47:10 pm »
You could of easily have routed this on a single layer, for example GND trace could of gone under D1, and VIN could have gone around the back of the regulator.
I have a blog at http://brimmingideas.blogspot.com/ . Now less empty than ever before !
An expert of making MOSFETs explode.
 

Offline TriodeTigerTopic starter

  • Regular Contributor
  • *
  • Posts: 199
  • Country: ca
Re: My first Eagle SCH/PCB, review?
« Reply #27 on: August 15, 2014, 10:29:08 pm »
You could of easily have routed this on a single layer, for example GND trace could of gone under D1, and VIN could have gone around the back of the regulator.

Honestly, I thought: In a real product, there weren't be test points. So I wanted to test vias for the first time (dual side is free of charge with Laen of course) instead of doing exactly your suggestion.

I'll take that minor suggestion as a "there's nothing big left to pick on" :P

My next post shall be finding real parts on digikey, creating my BOM, fixing the footprints, and seeing what else I can optimise in the layout!
« Last Edit: August 16, 2014, 09:01:12 am by TriodeTiger »
"Yes, I have deliberately traded off robustness for the sake of having knobs." - Dave Jones.
 

Offline TriodeTigerTopic starter

  • Regular Contributor
  • *
  • Posts: 199
  • Country: ca
Re: My first Eagle SCH/PCB, review?
« Reply #28 on: August 16, 2014, 09:56:06 am »
How's this all look? (tdocu is yellow, footprints confirmed)



Passes laen's DRU and also ERC (minus stop mask crap), and comes out to just $11 for 3 boards. Half of my old one.

Digikey's BOM is here: https://www.digikey.ca/classic/Ordering/ResumeOrder.aspx?WebId=113615235&AccessId=98969&help=true

(It seemed to work on another browser, but if not, ~$12 for parts for all three + $8 for shipping)

Not a stellar price at about $10/board combined, but for a low quantity of three boards, that's not too bad I think!

How's it all look? I know there's a few aesthetics, like the fuse maybe. The regulator's protection diode will not short on the heatsink, and thermally is no issue as it'll likely never conduct, at least not where it will matter if it is already heated a tiny bit. I like how it looks like a 'star' ground, and that the loops for each side (in-reg + out-reg) are circular and short.
« Last Edit: August 16, 2014, 09:58:49 am by TriodeTiger »
"Yes, I have deliberately traded off robustness for the sake of having knobs." - Dave Jones.
 

Offline Refrigerator

  • Super Contributor
  • ***
  • Posts: 1541
  • Country: lt
Re: My first Eagle SCH/PCB, review?
« Reply #29 on: August 16, 2014, 07:03:24 pm »
You're getting better at this.  :-+
I personally like to make PCB layouts just for fun, i like taking all of my audio amp chips and make layouts for each one of them.
I have a blog at http://brimmingideas.blogspot.com/ . Now less empty than ever before !
An expert of making MOSFETs explode.
 

Offline TriodeTigerTopic starter

  • Regular Contributor
  • *
  • Posts: 199
  • Country: ca
Re: My first Eagle SCH/PCB, review?
« Reply #30 on: August 28, 2014, 04:39:21 am »
You're getting better at this.  :-+
I personally like to make PCB layouts just for fun, i like taking all of my audio amp chips and make layouts for each one of them.

Thanks!
A 555 gave me a headache trying to route! So I thought instead, I'd not only dabble in to SMD, but make my entire board SMD(almost):



I ran in to so many learning exercises.

A) Every -duino and clone seems to use a "PANASONIC D" footprint within the rcl library and that gave me an incredible headache trying to find what package they used (no one has real BOMs!). Noticing all their choices are different, I found out that most SMD radial cans at ~10-500uF have 6.3mm dia. I assume people just choose any one that fits in that footprint.

B) I wanted some margin (I expect no more than 100mA use), so I found D2PAK or TO-261 package regulators in the 200-500mA range and chose the D2PAK. The one I chose raises 92*C/W in air, and so under normal use (9V-in,100mA-out) = 400mW = ~40C increase, reasonable, but I thought I'd try to manage it.

I figured since I made such a nice single-sided layout I'd make some thermal relief vias (modifying smd->via clearance in the DRU) and add some basic planes underneath. Do you think that would be enough, to say reduce the temperature by at least 10 degrees? should I flood more or am I expecting too much (100mA+) out of a small regulator?

C) What are my hopes for doing this DIY? My ignorant thoughts are: Flux the entire board, give each pad (or one of each if they're to tack something on first) a flood of solder, and then go away at it with my hakko. thoughts? Or would a syringe and solder paste/hot air gun (I have a sparkfun heaterizer) be the way to go?

Any suggestions?

Here's my BOM, digikey seems to allow viewing of them:
http://www.digikey.ca/short/7cqqcm

I can probably optimise things a little more, but that is so far what I have and it looks pretty decent. I'm embarrassed (in a good way) about my OP's design now :P
« Last Edit: August 28, 2014, 05:02:06 am by TriodeTiger »
"Yes, I have deliberately traded off robustness for the sake of having knobs." - Dave Jones.
 

Tac Eht Xilef

  • Guest
Re: My first Eagle SCH/PCB, review?
« Reply #31 on: August 28, 2014, 10:44:05 pm »
A) Every -duino and clone seems to use a "PANASONIC D" footprint within the rcl library and that gave me an incredible headache trying to find what package they used (no one has real BOMs!). Noticing all their choices are different, I found out that most SMD radial cans at ~10-500uF have 6.3mm dia. I assume people just choose any one that fits in that footprint.

Tip: the footprint of those in the default RCL library (and most others you'll find around e.g. SparkFun) seems meant for reflow, not hand-soldering. To avoid further incredible headaches when hand soldering, either create custom footprints with extended pads & solder mask opening, or simply use the next size up (e.g. 6.3mm->8mm) so you've got some pad you can actually get your iron to...
 

Offline TriodeTigerTopic starter

  • Regular Contributor
  • *
  • Posts: 199
  • Country: ca
Re: My first Eagle SCH/PCB, review?
« Reply #32 on: October 21, 2014, 02:00:20 pm »
Tip: the footprint of those in the default RCL library (and most others you'll find around e.g. SparkFun) seems meant for reflow, not hand-soldering. To avoid further incredible headaches when hand soldering, either create custom footprints with extended pads & solder mask opening, or simply use the next size up (e.g. 6.3mm->8mm) so you've got some pad you can actually get your iron to...

Whoops, forgot to update. The free shipping option really does "(may) take 21 business days" - arrived on the final day before I would get worried.

Here's the board:


I notice, although the silkscreen was wasn't marred like my last revision's (although I scanned the least marred one), in this one they've botched the sizing of my text on the left (why switch my font? it's not a silk-stamper, it's a silk-screener!). Also, it's another shade of purple. Not as professional as I thought, but, hey, neither am I.

But other than that, it looks quite spectacular, I seem to learn quite differently, then quickly, at least.

I guess I can muck around with flooding some of the more difficult pads with solder and using my trusty heat gun to work it on there (i.e. the radial can caps) but I've seen people do the same on similar boards with only a soldering iron.

Whenever I get more money and motivation I'll do the Digikey run and smack myself for not making something more useful or fun like something blinky or a random number generator decider or somethin'  :palm:  I love the idea of using a transistor for a TRNG and feed that in to something. I'm a nerd that way.
« Last Edit: October 21, 2014, 02:10:23 pm by TriodeTiger »
"Yes, I have deliberately traded off robustness for the sake of having knobs." - Dave Jones.
 

Offline gonzoid

  • Contributor
  • Posts: 10
  • Country: fr
Re: My first Eagle SCH/PCB, review?
« Reply #33 on: October 21, 2014, 03:43:04 pm »
I notice, although the silkscreen was wasn't marred like my last revision's (although I scanned the least marred one), in this one they've botched the sizing of my text on the left (why switch my font? it's not a silk-stamper, it's a silk-screener!).

Hey TriodeTiger,

I'm not sure if it has already been pointed out on the thread, but it is preferred to use vector fonts in order to get "WYSIWYG" silkscreen and soldermask texts from your layout to your physical board.

You can check how it can be done on this Sparkfun tutorial: https://www.sparkfun.com/tutorials/109
 

Offline TriodeTigerTopic starter

  • Regular Contributor
  • *
  • Posts: 199
  • Country: ca
Re: My first Eagle SCH/PCB, review?
« Reply #34 on: October 21, 2014, 08:22:59 pm »
I'm not sure if it has already been pointed out on the thread, but it is preferred to use vector fonts in order to get "WYSIWYG" silkscreen and soldermask texts from your layout to your physical board.

It just looks flashy some places, but it seems they've rendered it as vector, so I guess proportional is some sorta meta-sizing or something. Haven't really looked in to what it is proportional to. Well, that's what tests are for :P Thanks.
"Yes, I have deliberately traded off robustness for the sake of having knobs." - Dave Jones.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf