Hey, thanks for all the replies!
I didn’t know who Big Clive is, so I searched youtube. One of the first results was this video in which he shows how he made a lightbox setup for his phone to take shots of PCB’s. I purchased a container like he is using, but it was clear, not frosted looking like his. I figured I would use some 80-120 grit sandpaper to rough up the clear plastic so it diffuses the light. This would allow me to take better shots of my board to look for problems with it.
However, I didn’t make that setup. Instead, I used my helping hand’s magnifier to re-examine my board again more closely. Under careful examination, what I thought I saw as solder bridging before wasn’t solder bridging, it was some sort of foreign object. Cleaning the area with a q-tip removed the object. I am a smoker and what I think I was seeing was possibly a cigarette ash, or lint from a q-tip. I don’t know which it was. Anyway, I was now 90% sure I had a good board, but it wouldn’t work as expected. So now I was thinking it was probably a software or configuration problem.
So I posted my problems on the arduino forum here and it turns out I had 2 problems with this.
My first problem was misunderstanding the data sheet for the CP2103. I thought the device would handle 5v logic, but I was wrong, it’s a 3v3 device. I used a breadboard and jumper wires to add in a level shifter between the two. Now I was getting serial data from the clone, but still couldn’t program it.
My second problem was the chip I bought for the clone. I bought an ATMEGA328-PU, arduino UNOs use a ATMEGA328P-PU. Different chips, different device signatures. Using the ATMEGA328P-PU chip in my clone works.
I also had to use Silicon Labs’ Simplicity Studio to configure the CP2103 GPIO pins for TX and RX leds. Now the LEDs indicate activity and I can program my clone just like an UNO.
Thanks to everyone who posted to this thread, I’ve learned from your advice. I will be adding it more de-coupling capacitors closer to devices in the future.
As far as tools go, I see I will need a reflow oven. I’ve looked to makerspaces in my area, but none of them have reflow ovens. I guess I know what my next project will be…
Thanks,
Randy