Offline
Seattle, WA

tl;dr:
This is something of an open letter to those who offered me their help, and others with experience in PCB fabrication. What trace width, spacing, SMD/via/pad/through-hole/etc. size do you use/recommend? Having never sent anything to a board shop, what should I know?

That is all.

› Why I ask

should be it's own thread - but I'm not doing that

› In related news...

Last edited by bit 9 (Apr 3, 2015 12:08 am)

Offline
Unsubscribe

cant help with pcb, just want to whisper into your ear a suggestion for midi control of gameboy buttons..... so a sequencer can say send notes that would tell lsdj to load a song.

Offline
Seattle, WA
herr_prof wrote:

cant help with pcb, just want to whisper into your ear a suggestion for midi control of gameboy buttons..... so a sequencer can say send notes that would tell lsdj to load a song.

That is, in fact, something I've considered. I see we are like mind. Giving the Teensy access to those traces would allow for that if the code was modified appropriately. This is the type of thing I was thinking with the "Adding jumpers to give the Teensy access to the A/B/D-pad/Start/Select buttons for serial control" point. If this is the type of thing you think people would use (I'm not actually much into the production of the music, more the tinkering of the hardware), I'll be more inclined to do it. I welcome any practitioner's insights.

Offline

.

Last edited by Apeshit (Jul 17, 2019 12:21 am)

Offline
Unsubscribe
bit 9 wrote:

That is, in fact, something I've considered. I see we are like mind. Giving the Teensy access to those traces would allow for that if the code was modified appropriately. This is the type of thing I was thinking with the "Adding jumpers to give the Teensy access to the A/B/D-pad/Start/Select buttons for serial control" point. If this is the type of thing you think people would use (I'm not actually much into the production of the music, more the tinkering of the hardware), I'll be more inclined to do it. I welcome any practitioner's insights.

for me it would be very handy with littlegptracker midi because i have lsdj be a clock slave, and run everything from the other devices interface. Not sure if there is a call for other people to use it though.

I

Offline
Seattle, WA

@Apeshit:
What size SMDs do you use, and who prints your boards?

Offline
Australia

bit 9,

If you are hand assembling I'd go with 1206, if you are outsourcing, go with whatever is cheapest. Smaller than 1206 can be done with a fine tip iron / hot air though why make things harder than they need to be? (unless you need very high density)

And as Apeshit says, go with your design houses' design rules and maybe increase track width just a touch to be safe. If you find a fault in your PCB, it's a lot easier to jumper when you're dealing with reasonable track widths.

Oh, and if you are going to be soldering fine pitch SMD IC's, get yourself some quality flux (not necessarily rosin based). It may require extra cleaning when you're done, but there is nothing worse than a dry joint on a 128pin IC. The difference between 2yr old chinese flux and in-date RS flux is amazing.

Offline
Sweeeeeeden
bit 9 wrote:

The Teensy in the photo is one I've absolutely destroyed because the one I'm going to use needs to be salvaged from another build.

Call me crazy, but I think that Teensy is totally salvageable, if all you destroyed is the USB jack. Given thin wire single strand wire, a good iron, and some flux, and of course patience, you should be able to connect single strand wires to the resistors. That's your D+ and D- pins. If you want to live on the wild side, (or you messed up) you can even get rid of the resistors and connect the wires directly. This will violate USB spec, and offer slightly less protection of your chip and USB port, but will usually work. Ground and Vcc should be far easier to hook up, but you need to find the right place to connect +5V, in case Vcc on that board is actually the regulated 3.3V.

But that's only one side of the story (and conneciton). I designed these little simple minimal USB port adapter for random uses, which would be suitable here. Just glue this board down over the missing USB port and jump the wires over from board to board.

I may also have some comments about the project in general. If you're going to do this seriously, you may consider making your own board for the microcontroller, at least if you can have them assembled with a pick and place machine by the board house. That would give you more freedom to fit more stuff in less space in total than using a premade Teensy unit. SMD size: Like Benn said, if you're going to solder by hand, use 1206 resistors, though I think most people can get used to 0805 rather easily too. And to again echo what people have said, the board house will typically provide you with specifications and DRC rules. Nevertheless, stay a bit above the minimum width to avoid problems.

Offline
Michigan

I'll read your whole post when I get off of work, but for I can just say one thing. Read the rules set by your fab house and stick to those. They will have very specific rules readily available to you.

Last edited by Jazzmarazz (Apr 3, 2015 1:45 am)

Offline
Seattle, WA

@BennVenn:
Thanks for the info. What are your thoughts on flux pens and fluxed solder?

@nitro:
Unfortunately I destroyed some traces on the backside I used a saw to coax it off it's perfboard. That board of yours would have been very useful, indeed. As for the microcontroller - I'm going to solder the ATMEGA32U4s to the board directly. Teensy is closed-source, so I can't flash it myself. Luckily, they can be bought separate from the 2.0 boards. The 2.0 development board can't really be put onto the DMG if you want the USB to line up with the link-port's opening, because the pins interfere with the screen's flex cable's connector.

Thanks for the input thus far, folks. Who aside from OSH Park should I consider for small pilot runs?

Offline
Australia

Flux in the form of pens, pastes or liquids all depend on the flux type used. Where I work, I have found halide based fluxes more than 20 years old still work far better than modern equivalents. They are very corrosive and require thorough cleaning to prevent rapid deterioration of PCB & components. I'm unsure if these are still available, and require ventilation when in use.

I find in general, RMA fluxes give best results with hot air soldering as a certain amount of time needs to elapse while the flux is in its 'activated' temperature range. The slow temperature/time ramp hot air provides is ideal.

Organic based fluxes typically work at room temperatures so they are both effective and require cleaning (a lot are alcohol based and de-min water can be used to post-clean. A lot cheaper and safer than Iso)

Another thing to consider is the source of your components. If your IC's for example have been stored for years without desiccants, oxides will form on the pins requiring a more aggressive flux to get a reliable solder joint. You'll know when you get a bad batch of IC's as they don't wet as easily as they should when soldering.

All fluxes have a shelf life, and should be stored in a refrigerator. I personally don't bother as I'll use a 50ml bottle in a few months.

Flux cored solder is just about the standard these days. They are said to have a shelf life too, though I have a 10yr old 1kg roll that I use day to day and can't say it works any better/worse than a roll a few months old. One thing I would recommend on an old roll of solder is to give it a wipe over to remove the lead oxide that forms on it. It doesn't effect the soldered joint but dirties your tip a lot quicker.

Offline
Sweeeeeeden
bit 9 wrote:

Thanks for the input thus far, folks. Who aside from OSH Park should I consider for small pilot runs?

Try the site http://pcbshopper.com/
Generally, for very small boards, and small runs, a reasonable quality requirement, and and a reasonable shipping, oshpark is the way to go. If you want slightly bigger boards or a bigger run etc, it might be worth looking at the other manufacturers. Also do you research and look for reviews of the manufacturers in case some of them are bad apples.

Offline

I have used Seeed Studio twice for qty 20 pieces of two small pcb fabrication. They provided very good boards. The only thing that wasn't perfect was their factory is located in China and i'm in uk that it would take a few more days to ship than uk pcb manufacturer.