Retro CPC Dongle – Part 37

Tented Vias – who’d have thought they play such an essential role? If you have no idea what tented vias are, then you’re not alone and I’m here to enlighten you.

Sadly, this is not a post documenting success, but another important lessons learned. I mentioned in a previous post that I had tired of my custom hardware failing every time I try to solder the next component to the mainboard, so I opted to work on a development board until most of the RTL was proven, and only then move back to custom hardware. I tried the Cyclone V GX Starter kit, but this was lacking a few features like the USB controller I wanted, and was simply too big. I rapidly switched to the fantastic Terasic DE10-Nano SOC. It had a serial interface, the same ADV7513 video chip as my custom board, SDCard and the same USB PHY. All I needed to add was some memory. The DE10-Nano has two expansion ports, so it’s easy to add a daughter board that provides this memory capability:

DE10 with memory daughter board

Continue reading

Advertisement

Making Double Side Boards in a Reflow Oven

I was planning to write up my next big gamble with the CPC2 build; double sided reflow boards. However, someone has done it for me!

With the addition of new components to my CPC2 design it’s starting to look very cramped if I want to keep the small form factor (the dongle part of my CPC2 dongle).

This is usually solved by putting some of the more flexible components, such as passive capacitors and resistors on the bottom of the board. I’d normally do this manually with a hot air pencil. But with the very large number of bypass capacitors that I’ve added to my latest design, hand assembly is not my preferred option, although still possible.

Instead I’m going to try to follow the lead of some of the PCB forums contributors, and bake both sides of the board.

The results seems mixed when both sides are baked using normal leaded solder paste. Usually it works, but sometimes not. However, it seems universally accepted that using lead-free solder on the bottom of the board and leaded solder on the top seems to be successful.

The higher melting point of the lead-free solder will ensure the components on the bottom of the board won’t drop off during the bake of the top side.

Additionally the bottom side of the board is a few degrees cooler than the top side as it’s facing away from the infra-red elements in the oven.

There’s a couple of things I need to do to ensure that this method is viable:

  • Place only high-temperature components on the bottom of the board, so no clocks or precision resisistors
  • Place only low-mass devices on the bottom. The solder has a good surface tension when reflowed, but adding a heavy, 20mm high-bright LED might overcome the surface tension.
  • No precision placed components. While I don’t expect the components will drop off, there will be some semi-liquid solder on the bottom side at the peak reflow temperature, and it’s quite possible they will jiggle during the second bake. An eMMC chip has 0.5mm pitch balls, so there’s no room for any jiggling.

So, that’s my plan. I’ve finished the update of the CPC2 schematic, and I’m laying out the board now. I expect I’ll be done in a few days, then a week of testing and I’ll send the gerbers to my favourite fab OSH Park.

Yes, it’s another shameless plug for a company that enables my hobby! Please support them by sending them your boards for fabrication so that I can keep sending them mine! You’ll also note in the linked Instructibles above, they also use both OSH Park and OSH Stencils. Coincidence….?

Stay tuned for the results in a few weeks.

Retro CPC Dongle – Part 25

What’s wrong with this picture? (Impedance matching and other things)

It’s about time we talked about high speed signals, impedance matching and signal reflections.  Take a look at this picture:

(Very) close up view of the captured CPC screen

There is something clearly wrong with the image above, the pixels are all there and the colours are almost right, but what you’re seeing above isn’t what was sent from the FPGA. What I think I’m seeing here is signal trace length skew and signal reflections.

Continue reading

Working with Surface Mount Components and BGAs

Surface mount PCBs (Part 2 –  BGAs)

In my first post I described the process of reliably soldering surface mount components to create sophisticated and high density PCBs.   Many of the really exciting components are only available in a Ball Grid Array (BGA) package.  Think of ARM processors, high density memory, and Field Programmable Gate Arrays (FPGA).  These complex devices can have too many connections to the silicon to use a traditional Small Outline Package (SOP) or Quad Flat Pack (QFP).   On high pin count QFPs the pins are so narrowly spaced that solder bridges are common and pins are far to easy to bend and damage. Ironically BGAs are easier to work with in this regard as they are intrinsically far more resistant to damage prior to mounting.

Continue reading

Working with Surface Mount Components and BGAs

Surface mount PCBs (Part 1)

If you look at a circuit board today, you’ll see a beautiful array of surface mount chips and components, including very fine 0.5mm or even 0.4mm leaded devices and BGAs.  Some of these ‘exotic’ devices can contain really advanced technology such as high speed ARM microprocessors, flash and high capacity memory, and FPGAs.  If you’re like me, you’ve looked at these boards and wished that you could produce circuit boards of such fine detail at home, and build projects with these exciting technologies.  Well, I’m here to tell you that it’s not as difficult as it looks.

Continue reading