This project began with a simple goal, to build an inexpensive FPV monitor that could reliably be used to view 5.8GHz video transmissions from my FPV quadcopter, but it very quickly became much more than just quick build.

The construction of the circuit was overall quite simple, just a few connections between the Arduino, RX5808, and LCD was all that was needed to build a functional prototype on a breadboard.

After this early success, I decided to design a PCB for the circuit as I noticed the design was somewhat bulky on a protoboard and the castellated edges on the RX5808 would make soldering the module directly to a PCB relatively easy. Rather than unnecessarily design a two layer PCB and wait a few weeks to receive the design from China, I decided to make a single sided PCB layout and attempt to etch the design myself. While I could have used my X-Carve CNC to mill the PCB layout, I ultimately decided to experiment with laser ablation using my new Glowforge laser cutter. 

For my first attempt I tried coating a blank PCB with sharpie and then etching the coating off with the laser, but due to the inconsistency of the coating the resulting board ultimately had streaks of marker left on the copper which caused a number of issues when etching the design.

Following this attempt, I decided to try coating the PCB in a layer of spray paint, a method I had seen online a few times and thought was worth an attempt. This time the laser did a much better job of removing the coating and the design came out pretty good. Unfortunately the thin traces didn't quite make it as the spray paint tended to contract when vaporized. After I modified the spacing the PCB looked as though it would work perfectly-- and it probably would have in a common etchant like ferric chloride, but yet again I decided to experiment a little and attempted to etch my PCBs using a few common household ingredients, hydrogen peroxide, vinegar, and salt. Given that I was etching PCBs in my unventilated bathroom I didn't want to release bunch of noxious gases like chlorine into the enclosed environment by using an etchant like ferric chloride. This process, while much safer, comes with the cost that etching takes a fairly long time and after several hours, due to the weak bond between the spray paint and copper, the paint began peeling off the PCB and rendered the board useless.

After this disappointment I decided to try a method I had used previously to etch a breakout board for an atmega IC with great success. Having acquired a few PCBs with pre-coated UV sensitive soldermask while in Shenzhen earlier this year, I broke out the UV lamp for my DLP 3D printer and got to experimenting with the boards. This time the laser etching worked out perfectly the first try and even after many hours in the PCB etchant, the soldermask stayed adhered to the board. 

While I originally intended to integrate the ATMega directly into the PCB layout, designing the entire board on a single layer board turned out to be a little more challenging than I had bargained for. Rather than continue to mess around with the board's ever-growing complexity of wires connecting various ground planes and voltages lines, I decided to use a Sparkfun pro mini as the microcontroller instead and focus on getting the design to work properly before trying to overcomplicate the board. This ended up working out great and the PCB turned out even better than I could have hoped. 

Once the PCB had finished the etching process, I used some acetone to remove the soldermask in the areas I would be soldering to and got to work assembling the board. Since I was using through-hole parts for many of the components on the PCB, I also had to drill the necessary holes for mounting the pro mini and voltage regulator.


Now that the copper has been etched and the holes have been drilled I can get to work assembling the board. Since the...

Read more »