Yet Another RGB driver (activeRGB)
-
OK, done with the footprint for all the components. A big thanks to all the people who uploaded footprints to github. I was able to use a couple of them.
Now, onto PCB layout!
Whats the grid size I should select? Also track size and via sizes too? I have no idea what they need to be or whats a good safe number.
How do I define what my board size will be so that I can start arranging componets because after pulling in the netlist they are all on top of each other :-)
My target PCB manufacturer is Itead or dirtyPCB with 5x5 sizing.
-AM
-
I work on a 0.1mm grid to make the PCB, and sometimes a 0.01mm grid. Whatever you feel comfortable and happy with. There is no standard grid size for the pcb itself, unlike the schematic of 0.1". Track sizes and vias are normally 8-10mil trace and 0.3-0.6mm drill via diameter for dc <5v. I would make an outline dimension of 50mm x 50mm and make it smaller if you can once you have placed all components on there. Please be aware that each board house has different requirements for drill holes and minimum spacing/trace widths.
This is the guidelines for ITEAD - http://support.iteadstudio.com/support/solutions/articles/1000156313-normal-condition-of-pcb-capabilities
-
I work on a 0.1mm grid to make the PCB, and sometimes a 0.01mm grid. Whatever you feel comfortable and happy with. There is no standard grid size for the pcb itself, unlike the schematic of 0.1". Track sizes and vias are normally 8-10mil trace and 0.3-0.6mm drill via diameter for dc <5v. I would make an outline dimension of 50mm x 50mm and make it smaller if you can once you have placed all components on there. Please be aware that each board house has different requirements for drill holes and minimum spacing/trace widths.
This is the guidelines for ITEAD - http://support.iteadstudio.com/support/solutions/articles/1000156313-normal-condition-of-pcb-capabilities
@Samuel235 said:
I work on a 0.1mm grid to make the PCB, and sometimes a 0.01mm grid. Whatever you feel comfortable and happy with. There is no standard grid size for the pcb itself, unlike the schematic of 0.1". Track sizes and vias are normally 8-10mil trace and 0.3-0.6mm drill via diameter for dc <5v. I would make an outline dimension of 50mm x 50mm and make it smaller if you can once you have placed all components on there. Please be aware that each board house has different requirements for drill holes and minimum spacing/trace widths.
This is the guidelines for ITEAD - http://support.iteadstudio.com/support/solutions/articles/1000156313-normal-condition-of-pcb-capabilities
Thanks again @Samuel235 .
I made an attempt at untangling the rats nest and it kinda looks okay but..I think I have incorrect footprints for resistors and caps. They seem too big compared to arduino pro mini & NRF.
These are decoupling caps, so all other boards should have them. I need to look around at other board files to see if I can find the correct footprints because my gut feel is what I have is wrong!
-AM
PS: trying to figure out how I can post what I currently have besides taking a screenshot! -
Here is what it currently looks like which I am sure is wrong!!

Suggestions?
-AM
-
We could do with someone getting involved that has KiCad experience because i just have zero. I'm assuming that all those header pins and the different sized resistors are wrong too.
I'm not too sure why the arduino is actually shown on the board with separate serial header either. You only need 2 rows of female headers for your arduino to soxket in to.
I can only assume the libraries used here are incorrect on certain things.
-
We could do with someone getting involved that has KiCad experience because i just have zero. I'm assuming that all those header pins and the different sized resistors are wrong too.
I'm not too sure why the arduino is actually shown on the board with separate serial header either. You only need 2 rows of female headers for your arduino to soxket in to.
I can only assume the libraries used here are incorrect on certain things.
@Samuel235 said:
We could do with someone getting involved that has KiCad experience because i just have zero. I'm assuming that all those header pins and the different sized resistors are wrong too.
I'm not too sure why the arduino is actually shown on the board with seperate serial header either. You only need 2 rows of female headers for your arduino to soxket in to.
The arduino footprint in from github. So I would assume that is correct!
I found the issue with resistor footprint. I had chosen 20mm for 3 and 10mm for the remaining ones. I think I want 10mm for all of them. Though R1,R2 & R4 need to higher wattage but I will deal with that detail after I have sorted out the size issue.
I also realized that I need to add connectors for 12V input power and 4 LED output signals!
Duh! :-)
-AM
-
@Samuel235 said:
We could do with someone getting involved that has KiCad experience because i just have zero. I'm assuming that all those header pins and the different sized resistors are wrong too.
I'm not too sure why the arduino is actually shown on the board with seperate serial header either. You only need 2 rows of female headers for your arduino to soxket in to.
The arduino footprint in from github. So I would assume that is correct!
I found the issue with resistor footprint. I had chosen 20mm for 3 and 10mm for the remaining ones. I think I want 10mm for all of them. Though R1,R2 & R4 need to higher wattage but I will deal with that detail after I have sorted out the size issue.
I also realized that I need to add connectors for 12V input power and 4 LED output signals!
Duh! :-)
-AM
@activemind, learning is the name of the game 😉
-
@activemind, learning is the name of the game 😉
@Samuel235 said:
@activemind, learning is the name of the game 😉
Very true! Once again, thanks much for active feedback! :-)
-AM
-
Looking better after I fixed the cap and resistor footprints...

Do I need to be concerned about arduino footprints if I got them from mysensors github?
Need to add labels now and size the PCB?
-AM
-
Looking much neater and correct now. I wouldn't say you need to be doubting the footprints on github, but i still don't like the look of how KiCAD is showing this on the board. If that was in Eagle it would be showing that i need to solder each component of the arduino onto my board, not pushing a arduino into a socket. However, KiCAD may be completely different to the way it displays things though. Like i said before, we need someone with some KiCAD experience around here, i can't remember who uses it here :(
-
Played around with the placement a little more and I think I am happy with it now as this layout gives me space for silkscreen label and mounting holes.
I also got rid of the 2 pin jumper as it didnt really serve any purpose. Now LM317 always outputs 5V which is stepped down to 3.3V by LE33. Depending upon 3 jumper position you can use 3v3 or 5v pro mini. MySX header has both 5v and 3v3 so you can power the sensors off of that.
Trying to fix the github arduino pro model because I dont think its correct. There are 4 extra pins which are not there in the sparkfun model. Also, my 3D drawing does not have a different color compared to PCB. Need to fix those.
Anyways, here is the updated layout.

Once I cleanup all of the above and incorporate feedback (if any), I can start looking at routing the board :-) (which I have never done earlier).
-AM
-
Played around with the placement a little more and I think I am happy with it now as this layout gives me space for silkscreen label and mounting holes.
I also got rid of the 2 pin jumper as it didnt really serve any purpose. Now LM317 always outputs 5V which is stepped down to 3.3V by LE33. Depending upon 3 jumper position you can use 3v3 or 5v pro mini. MySX header has both 5v and 3v3 so you can power the sensors off of that.
Trying to fix the github arduino pro model because I dont think its correct. There are 4 extra pins which are not there in the sparkfun model. Also, my 3D drawing does not have a different color compared to PCB. Need to fix those.
Anyways, here is the updated layout.

Once I cleanup all of the above and incorporate feedback (if any), I can start looking at routing the board :-) (which I have never done earlier).
-AM
@activemind Looks a little better. Check the spacing between the MySX header and the side of where the arduino will sit, allow enough room for yourself there.
-
@Samuel235 Looks fine to my noob eyes :-)
Here is a view from a different angle (I also fixed my 3D model paths)

-AM
-
Now this looks more like what i would expect. Nice work dude, time to route it now ;)
-
@Samuel235 Thanks. Wouldnt have been possible to come this far without your help and feedback.
Going to try routing soon, I am thinking 10mil for normal trace and 80mil for 12v/5v/3v3/GND.
Does that sound right?
-AM
-
@Samuel235 Thanks. Wouldnt have been possible to come this far without your help and feedback.
Going to try routing soon, I am thinking 10mil for normal trace and 80mil for 12v/5v/3v3/GND.
Does that sound right?
-AM
@activemind said:
@Samuel235 Thanks. Wouldnt have been possible to come this far without your help and feedback.
Going to try routing soon, I am thinking 10mil for normal trace and 80mil for 12v/5v/3v3/GND.
Does that sound right?
-AM
80mil looks too fat :-)
How about 60mil?-AM
-
@activemind said:
@Samuel235 Thanks. Wouldnt have been possible to come this far without your help and feedback.
Going to try routing soon, I am thinking 10mil for normal trace and 80mil for 12v/5v/3v3/GND.
Does that sound right?
-AM
80mil looks too fat :-)
How about 60mil?-AM
Is it okay to route most of the power signal on the back and keep GND and everything else on the front?
General routing recommendations? (doing it for the first time :-)
-AM
-
Is it okay to route most of the power signal on the back and keep GND and everything else on the front?
General routing recommendations? (doing it for the first time :-)
-AM
@activemind, those traces are huge and i wouldn't go that big as it may cause imperfections in signal lines. You should be fine here with 10-12mil traces. If i remember correctly anyway.
I normally do ground planes/pours on top layer and bottom layer so all of the copper on the surfaces are ground unless its routed to a signal or vcc. However, keep it simple and just route it as you wish. There shouldn't be any issues here as its all relatively low voltage. If it makes it easier for yourself then yes, put all ground on the bottom.
-
Ok, I will go back to 12 mil for power and gnd and 10 mil for other signals.
-AM
-
Board is almost routed...
Just a couple of connections for MySX connector left.
Next step would be to silkscreen....no idea how to do that :-P
-AM