Author Topic: Board review?  (Read 11096 times)

0 Members and 1 Guest are viewing this topic.

Online paulcaTopic starter

  • Super Contributor
  • ***
  • Posts: 4002
  • Country: gb
Board review?
« on: February 17, 2018, 11:14:09 am »
I know all your guys are busy, but... I am procrastinating over sending my first PCB for manufacture at PCBWay.

If I was to ask extremely politely for a board review, what would be the easiest way to share it?  I know that I can plot SVGs and convert to PNG, but a picture may tell a 1000 words but a PCB has more than 1000 words.
"What could possibly go wrong?"
Current Open Projects:  STM32F411RE+ESP32+TFT for home IoT (NoT) projects.  Child's advent xmas countdown toy.  Digital audio routing board.
 

Offline mars01

  • Contributor
  • Posts: 44
  • Country: ro
Re: Board review?
« Reply #1 on: February 17, 2018, 11:56:53 am »
You can use a free cloud storage like https://uploadfiles.io/ and post the link for the file here.
 

Online paulcaTopic starter

  • Super Contributor
  • ***
  • Posts: 4002
  • Country: gb
Re: Board review?
« Reply #2 on: February 17, 2018, 12:33:32 pm »
The project files:
https://ufile.io/g14c4

For convenience:




So I know it has rough edges.  I know I could do without LED driver and multiplex direct MCU pins.  I know some of the tracks are a little messy, too much of letting the router do it's thing.

Is it a good or bad thing to have use a GND fill on the back side, given it's a digital circuit and the only sensitive parts are the two crystals, where I have kept them as close as reasonably possible to the ICs.
"What could possibly go wrong?"
Current Open Projects:  STM32F411RE+ESP32+TFT for home IoT (NoT) projects.  Child's advent xmas countdown toy.  Digital audio routing board.
 

Online paulcaTopic starter

  • Super Contributor
  • ***
  • Posts: 4002
  • Country: gb
Re: Board review?
« Reply #3 on: February 17, 2018, 12:44:51 pm »
Those default SMD pads are quite small.  Given it will be hand soldered, would it better to make them longer?  Given that would require rerouting a large number of tracks from the IC to make room?
"What could possibly go wrong?"
Current Open Projects:  STM32F411RE+ESP32+TFT for home IoT (NoT) projects.  Child's advent xmas countdown toy.  Digital audio routing board.
 

Offline Deridex

  • Regular Contributor
  • *
  • Posts: 166
  • Country: 00
  • IMHO
Re: Board review?
« Reply #4 on: February 17, 2018, 03:10:20 pm »
I found a few things i would change (note: I'm no expert, it's just my personal style and opinion)

Over all i recommend to just route in one direction per layer. As example: Top horizontaly and bottom verticaly.
Also it might be easier to use more SMT-Parts instead of THT ones.

One word about the shematic:
You might want to consider to place a block-C at the Reset-port.

I made a few attachments
#1: Just something cosmetic stuff about the reset track
#2: Also just cosmetic stuff on the 5V track
#3: i recommend to connect the GND of IC2 with C4 directly on the same layer
#4:the 5V trail looks a bit messy to me. I would use C3 as the main starting point for the routing. For me it looks like you use the block c (C6) of IC1 as a filter.
#5:I have been told multiple times, that the ground of a oscilator should be connected to the GND of the IC first before being connected to any other GND. To be more precise: The red marked pins in the attachment should be connected to the yellow pin first. This could be reached by cutting the polygon at the blue lines. At least thats what i have been told.

I hope i could help a bit.
« Last Edit: February 17, 2018, 03:11:53 pm by Deridex »
 

Online paulcaTopic starter

  • Super Contributor
  • ***
  • Posts: 4002
  • Country: gb
Re: Board review?
« Reply #5 on: February 17, 2018, 04:33:02 pm »
Thank you very much Deridex.  You have given me a lot to think about.

I was hoping to use the upper layer for everything but ground and the back layer for ground.  Routing in different directions on each would need me to route all the ground connections, maybe it's laziness.

Then again to address a few of your points I would need to route a few ground independently anyway.

Here's one question...  what probability would you give it of working as is?
"What could possibly go wrong?"
Current Open Projects:  STM32F411RE+ESP32+TFT for home IoT (NoT) projects.  Child's advent xmas countdown toy.  Digital audio routing board.
 

Offline mars01

  • Contributor
  • Posts: 44
  • Country: ro
Re: Board review?
« Reply #6 on: February 17, 2018, 05:05:11 pm »
Hi,

Your PCB is very basic so you can get away with almost everything. Whatever PCB you do it will work. Most likely it will work without problems on a breadboard, too :) so don't worry.

Some more points you might take into consideration in addition to those (good ones) already made by @Deridex:
- watch out for silkscreen overlapping - it's easy to fix and it will give your board a better look;
- your clock net from ISP connector to uC might be better to isolate it a bit from the other traces. Don't get me wrong it's ok right now but it's better to keep the clock lines short and a bit separated. Your trace from pin14 of uC can go on top layer on the lower side of the board until near U4 (this is how I would do it)
- the I2C connector would be better to have a few mm more distance from the uC. It will be easier to plug the cable connector into it, depending on what connector you will use;
- I would route the traces at 0, 90, 180 and 270 degrees from a pad and not to 45 degress and so on. It's easier to cut in case you need to make some mods.
- your vias could be made with 0.6mm hole in a 1.2mm pad. It's easier to solder onto if you want to measure things or whatever. Actually you can do this board without any via, using just the through holes of the components.

I remade it a bit (something done fast) just to show how I would do it and also because I was curious how Kicad latest version is. I used a nightly and it's surprisingly OK. I could not find the keepout traces (if there is such feature in Kicad).
See attached.

LE: fattened a bit the VCC trace
« Last Edit: February 17, 2018, 05:14:16 pm by mars01 »
 

Online paulcaTopic starter

  • Super Contributor
  • ***
  • Posts: 4002
  • Country: gb
Re: Board review?
« Reply #7 on: February 17, 2018, 05:15:47 pm »
One word about the shematic:
You might want to consider to place a block-C at the Reset-port.

You mean putting a cap on the reset pin?

I have seen this on Uno's and Nano's and people recommending it, but it's not on the minimal schematic for the 338p.

I've never figured out what it's for either.  Sometimes to do with generating a low pulse for the programmer.  I also imagine it would hold the reset pin low for a few nano seconds while the MCU powers on.
"What could possibly go wrong?"
Current Open Projects:  STM32F411RE+ESP32+TFT for home IoT (NoT) projects.  Child's advent xmas countdown toy.  Digital audio routing board.
 

Online paulcaTopic starter

  • Super Contributor
  • ***
  • Posts: 4002
  • Country: gb
Re: Board review?
« Reply #8 on: February 17, 2018, 05:19:51 pm »
Thanks mars01 :)

What I'm pondering, as I'm starting to get bored of the same board...  do I made the minimal amount of changes (anything serious) and send it for manu.  I will then take onboard all the good advice for my next board.

My next board is even simpler.  An ATTiny85 controller for the lamp below.  Going to give it to someone as a present and the shrink wrapped LED dev module I built on perfboard looks a bit ugly, besides I still need it :D

"What could possibly go wrong?"
Current Open Projects:  STM32F411RE+ESP32+TFT for home IoT (NoT) projects.  Child's advent xmas countdown toy.  Digital audio routing board.
 

Offline mars01

  • Contributor
  • Posts: 44
  • Country: ro
Re: Board review?
« Reply #9 on: February 17, 2018, 05:23:17 pm »
Also, as a good habit, make sure you put the origin in the lower left corner of the board.

LE: added a picture.
« Last Edit: February 17, 2018, 05:27:21 pm by mars01 »
 

Online paulcaTopic starter

  • Super Contributor
  • ***
  • Posts: 4002
  • Country: gb
Re: Board review?
« Reply #10 on: February 17, 2018, 05:25:24 pm »
Also, as a good habit, make sure you put the origin in the lower left corner of the board.

You mean the drawing origin?  I'm wasn't even sure there was one.  I just let KiCad do it's thing. 
"What could possibly go wrong?"
Current Open Projects:  STM32F411RE+ESP32+TFT for home IoT (NoT) projects.  Child's advent xmas countdown toy.  Digital audio routing board.
 

Offline mars01

  • Contributor
  • Posts: 44
  • Country: ro
Re: Board review?
« Reply #11 on: February 17, 2018, 05:28:50 pm »
I've added a picture to the previous post. It's used as origin for the Gerber files.
You find it menu bar: Place -> Grid Origin.
 

Online paulcaTopic starter

  • Super Contributor
  • ***
  • Posts: 4002
  • Country: gb
Re: Board review?
« Reply #12 on: February 17, 2018, 05:32:03 pm »
Aha!  I also see something that didn't occur to me.  Even though I'm using the backside for ground, I can still route stuff there, pad to pad.    I was just using it as ground and via cross links.  I can see how that would tidy things up.

Have you any tips on working on a layer post fill, or do you just delete the fill, add a few tracks and refill it?
"What could possibly go wrong?"
Current Open Projects:  STM32F411RE+ESP32+TFT for home IoT (NoT) projects.  Child's advent xmas countdown toy.  Digital audio routing board.
 

Online paulcaTopic starter

  • Super Contributor
  • ***
  • Posts: 4002
  • Country: gb
Re: Board review?
« Reply #13 on: February 17, 2018, 05:36:45 pm »
On going SMD / SMT.  When I put the SSOP-24 IC on the board and a disc cap and resistor beside it, it looked ridiculous.  The through hole stuff looks huge in comparison.

However that cascaded like dominoes.... Make the resistors SMD... why not the caps too?  Then I could make LEDs and the RTC SMD. 

Maybe next time.  I have all the components in stock to make this.  I think I'm going to go for it tomorrow morning, when the Saturday night ale wears off :)

Next time I might go SMD.
"What could possibly go wrong?"
Current Open Projects:  STM32F411RE+ESP32+TFT for home IoT (NoT) projects.  Child's advent xmas countdown toy.  Digital audio routing board.
 

Offline mars01

  • Contributor
  • Posts: 44
  • Country: ro
Re: Board review?
« Reply #14 on: February 17, 2018, 05:48:07 pm »
Especially for SMD components make your own footprints. In this way you can make them for low density PCB, meaning you can make the pads a bit longer so you can solder them easier.
And SMD resistors you can have 100pcs for about 0.25 euro. SMD components are quite cheap and don't take too much space on board and in storage, too. One reason to go for SMD.

Regarding the polygon pouring and laying traces, I see that Kicad has some more to do here. It would have helped if the traces would have been a different hue than the ground pour/fill so at least you have a cue where you are laying the traces.
In the current situation all you can do is route the GND stuff the last, or route the GND net with traces and then pour a polygon over.
Or use the B key (polygon/fill repour) a lot :)

LE: It seems I made a mistake before. The origin for Gerber and Excellon files is found in Place -> Drill and Place Offset.
Then, when the Gerber and Drill files are generated, in the window that open when the Plot button is clicked, the option "Use auxiliary axis as origin" must be checked.
This is very useful for guys who use FlatCAM and a CNC router to make PCB's by isolation method.
« Last Edit: February 17, 2018, 06:18:02 pm by mars01 »
 

Offline Deridex

  • Regular Contributor
  • *
  • Posts: 166
  • Country: 00
  • IMHO
Re: Board review?
« Reply #15 on: February 19, 2018, 04:53:44 am »
One word about the shematic:
You might want to consider to place a block-C at the Reset-port.

You mean putting a cap on the reset pin?

I have seen this on Uno's and Nano's and people recommending it, but it's not on the minimal schematic for the 338p.

I've never figured out what it's for either.  Sometimes to do with generating a low pulse for the programmer.  I also imagine it would hold the reset pin low for a few nano seconds while the MCU powers on.
Well, at your board it might not be needed. But as soon you go for ucontroller etc. i recommend it, because it helps to avoid unwanted resets.
 

Online paulcaTopic starter

  • Super Contributor
  • ***
  • Posts: 4002
  • Country: gb
Re: Board review?
« Reply #16 on: February 19, 2018, 10:03:40 am »
So having found the "drag track" ability I made a few last minute changes and submitted the board to PCBWay for review.

* Added a 100nF cap on RESET pin
* Expanded the SSOP-24 pad size to 2mm to make it somewhat easier to solder.
* Fixed a few track cosmetics.
* Tidied a bit of silk screen

Of course with it being Chinese new year they will not get to review it until Wednesday, more likely Friday.

I doubt I'll see the board before mid march.
"What could possibly go wrong?"
Current Open Projects:  STM32F411RE+ESP32+TFT for home IoT (NoT) projects.  Child's advent xmas countdown toy.  Digital audio routing board.
 

Offline rs20

  • Super Contributor
  • ***
  • Posts: 2317
  • Country: au
Re: Board review?
« Reply #17 on: February 23, 2018, 10:13:01 pm »
You might want to consider to place a block-C at the Reset-port.

What are you talking about?
-- An Arduino has the coupling capacitor on the FTDI* line heading towards the Arduino reset as an awful hack to correct for the fact that FTDI is not always intialized reliably high or low.
-- Therefore it belongs to the FTDI chip, and is not actually an integral part of the AtMega circuitry.
-- The ISP header on the Arduino is NOT connect via the coupling capacitor, because the ISP programmer that you plug into the ISP header isn't a hacky piece of crap that needs this workaround.

So given that this board is kind of like an Arduino but without the FTDI chip, we delete the FTDI chip and the associated coupling capacitor workaround. It is totally wrong the place an AC coupling capacitor on the ISP reset line, and the Arduino board doesn't do this either.

* Whenever I say "FTDI", I mean the FTDI or the substituted AtMega16U2 chip that substitutes.
 

Offline Rerouter

  • Super Contributor
  • ***
  • Posts: 4694
  • Country: au
  • Question Everything... Except This Statement
Re: Board review?
« Reply #18 on: February 24, 2018, 02:00:58 pm »
I also agree, the capacitor on the reset line would only be needed in very noisy enviroments, or to deal with FTDI weirdness,

Just to throw my hat in the ring, even though its already ordered, (there will be a small discrepancy in the schematic symbols, I'm using 4.0.6)

No vias, And more forgiving spacing,

To the OP,
My tips would be dont feel that you need to press traces hard up against each other, set your grid size larger and space them out, at least this early in the game where you care that it functions more than it being as small as possible.

Equally you can use the larger grid sizes to make aligning components like switches or text much easier,

next up, Plan your silkscreen out, Its information for yourself in however many days or weeks it takes to get building, Simple stuff with wide spacing, your fine to print values on the silk, later on, if you get much more dense you can switch to printing the FAB layer with values, and have it as a reference sheet.

For traces, under design rules up the top, under global design rules, you can add other trace widths, so with the right click menu you can easily select between different widths, equally with a different width selected, pressing "e" over a trace will update that segment to the new width.

And wrapping up, for things like reset lines, its best to keep them short and far away from anything that may induce enough coupling to cause an unexpected reset, for microcontroller IO, if you have some digital wire toggling with some load on it, and you have it necked right up next to the reset line, it can capacitivly and / or inductivly inject a bit of crosstalk, to avoid it, just space these sensitive traces furthur away from the rest

And while in reality having 5V break a reset line for a tiny blip is fine, see if you can avoid breaking under another signal, or if not, then break under a signal like an output driven high or low.
 

Online paulcaTopic starter

  • Super Contributor
  • ***
  • Posts: 4002
  • Country: gb
Re: Board review?
« Reply #19 on: February 24, 2018, 03:10:11 pm »
Thanks.  Kinda stuck with the cap now... although I could leave it unpopulated.

I'm not sure the normal grid spacing controls the nudge router spacing.  If there a track grid setting in routing preferences?  I have where possible started dragging tracks away from each other, particularly when the auto routing puts them right up against pads.  My next board is surface mount and all it takes is to scrap the solder mask and the pad could short to the track and be difficult to remove the solder perfectly.

I did add some custom silk screen, well, I did one quick pass and tried to think of things I would like to know when building the board, such as + and - on connectors which is always handy :)

It's 35% built at PCB way, but I don't think I'll see it till mid march with EMS shipping taking at least a week.

On my next board which I'm still working on things are simpler but I do have size requirements this time.  Trying to squeeze it into a tinny little 44mm x 30mm box.  I'll maybe post it here also when I'm closer to sending it off.
"What could possibly go wrong?"
Current Open Projects:  STM32F411RE+ESP32+TFT for home IoT (NoT) projects.  Child's advent xmas countdown toy.  Digital audio routing board.
 

Offline rs20

  • Super Contributor
  • ***
  • Posts: 2317
  • Country: au
Re: Board review?
« Reply #20 on: February 25, 2018, 01:07:00 am »
Thanks.  Kinda stuck with the cap now... although I could leave it unpopulated.

Wait, how did you add it to the schematic? Did you wire it in as a decoupling* cap or a coupling** cap? The original (basically incorrect) request was to add is as a "block" (i.e. coupling**) capacitor, in which case the correct fix would be to install a zero ohm resistor instead of the capacitor. But, if you added it as a decoupling* cap, then take note (for future reference) that you didn't even follow the (basically) incorrect suggestion correctly, but then also yes, the correct fix would be to leave it unpopulated.

* From the reset line down to ground
** Between the reset pin of the ISP header and the reset pin of the chip
 

Online paulcaTopic starter

  • Super Contributor
  • ***
  • Posts: 4002
  • Country: gb
Re: Board review?
« Reply #21 on: February 25, 2018, 06:44:28 am »
I added it as a decoupling cap.  So I effectively have this:

GND - 100nF - RESET - 10K - 5V

With the ISP header connected to RESET also.

So, my understanding is that the 100nF will filter AC noise on the reset pin to ground and can be left unpopulated.

I am not one to follow suggestions blindly.  I have to try and understand why.  So when I googled it I found quite a bit of debate about it, but the premise that made sense was to use a decoupling cap to ground to remove noise.
"What could possibly go wrong?"
Current Open Projects:  STM32F411RE+ESP32+TFT for home IoT (NoT) projects.  Child's advent xmas countdown toy.  Digital audio routing board.
 

Offline rs20

  • Super Contributor
  • ***
  • Posts: 2317
  • Country: au
Re: Board review?
« Reply #22 on: February 25, 2018, 09:25:57 am »
All good. Yeah, it will help reduce noise on the reset line, but it also adds a capacitative load that the ISP programmer has to contend with. Without checking the specifications of the ISP programmer, I'd be hesitant to guess what value to use; and given that you're unlikely to need it at all, leaving it unpopulated is a good way to go.

Just for context, you can see an example of a coupling capacitor on a reset line on the Arduino schematic (C5 on this schematic):



As I mentioned before, this is basically a horrible hack specific to pressing an FTDI chip/ATMEGA16U2 into service as a programmer, so of no relevance to your design.
 

Offline donotdespisethesnake

  • Super Contributor
  • ***
  • Posts: 1093
  • Country: gb
  • Embedded stuff
Re: Board review?
« Reply #23 on: February 25, 2018, 09:32:15 am »
Also if you put a blocking cap, you should also add the diode to prevent overvoltage on RESET.

Bob
"All you said is just a bunch of opinions."
 

Online paulcaTopic starter

  • Super Contributor
  • ***
  • Posts: 4002
  • Country: gb
Re: Board review?
« Reply #24 on: February 25, 2018, 09:40:25 am »
Also if you put a blocking cap, you should also add the diode to prevent overvoltage on RESET.

Why?  A cap will only ever output the voltage it was charged to.  The ATMega can handle 12V on it's reset pin.
"What could possibly go wrong?"
Current Open Projects:  STM32F411RE+ESP32+TFT for home IoT (NoT) projects.  Child's advent xmas countdown toy.  Digital audio routing board.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf