Friday, December 17, 2010

Making PCBs: Ideas for improvement

As you might have seen in my videos about the Pill Reminder Project, my self-made PCBs look rather unprofessional and soldering is a mess. This is due to the method I currently use. It's cheap, fast and easy, but also limited:
  1. Print the layout on glossy paper using a laser printer.
  2. Place the printed side on the copper surface of the board, fix with (non-plastic) tape.
  3. Use a regular iron on maximum heat to transfer the toner to the copper surface. (Don't remove the paper yet!)
  4. Place the whole thing into warm water, add some soap. Wait.
  5. Carefully(!) remove the paper using your fingers, without damaging the toner layer. If the toner comes off, you didn't press hard enough when ironing.
  6. Etch using your favorite etchant. I use sodium persulfate.
  7. Remove the toner with a circular brush tool.
The main problems are:
  • High clearance needed because tracks increase in witdh due to squeezing.
  • Lots of corrections needed because toner tends to flake off during etching.
  • Due to the high number of repairs that need to be done manually, a solder resist mask cannot be used.
I used this method because it could be done without buying extra equipment. I will continue using it for prototypes because it is fast. Also it allows for corrections everywhere, such as adding parts, because there is no solder resist mask. However, I plan to make a second version of the pill reminder where the PCB, due to the use of SMD parts, fits entirely under the pill box. Squeezing and lack of solder resist are inaccaptable for SMDs, though.

That's why I am going to implement the standard photoresist process plus cemical tin coating and solder resist through laminating. However, I need to buy or make some equipment to do so:
  • UV Lamp
  • Laminating machine
  • Inkjet transparencies
  • Solder resist lamination stuff (e.g. Dynamask)
  • Various chemicals (for developing, etching and tin-coating)
So stay tuned for some videos and posts about how I make all the stuff I need. (The laminating machine probably needs to be modiefied to eat PCBs). When I got everything in place I will make a tutorial on how to make PCBs using my new process. (Note that most of my viedeos aren't meant to be instructional videos. They just show how I solved the problems that I had. However I may make real instructional videos from time to time)

Wednesday, December 15, 2010

Pill Reminder Project #001

I uploaded new videos on my current project. It is an alarm clock combined with a pill box. LEDs in the pill box show the number of pills that should be left for each day. A blinking LED indicates the pill that should be taken.

The soldering looks quite messy. I haven't got the stuff to make a solder resist mask yet. But I'll try and use one next time. Also I need a new tip for my soldering iron. But electrically everything is connected the way it should be and I'm going to put the whole thing into a pretty case anyways.

Part one:


Part two:

Friday, December 10, 2010

Programming the ATtiny2313 Microcontroller

This is my first post on this new blog. I was inspired to do this by Jaimie Mantzel who makes YouTube videos about all the cool stuff he makes. I'm going to make videos, too and post them on YouTube and also in this blog, together with further explanations, links and discussions.

So this first thing is about the ATtiny2313 from Atmel. The programmer circuit I built is basically a clone of Brian Dean's Programmer. I used 470 Ohm resistors to limit the current through the parallel port. Pins 2, 3, 4 and 5 are used as power supply pins. Some medium-sized capacitor (47µF should be enough) is used as a buffer for VCC.

Now, see for yourself: