Let us try again. Pics of boards and the schematic for the MintDuino. Sorry, just the schematic. As before, I am having problems uploading some files even though they are well below the 1 MB limit, even when more than one file is to be uploaded.
Here is my post on Facebook where you can see both the schematic and the photo of both boards:
For the smaller board, based on the YABBAS Instructable, I added a Reset button to the board to allow for programming using another Arduino (that has a UART attached). Other things that might seem odd: there is a mystery part under that piece of black electrical tape - a crystal that I wanted to make sure did not touch the capacitors near it.
Thank you very much to the other people who responded to my post. While it did not immediately solve my problem, it did provide some very interesting information. I took the time to look up checking fuses on the Arduino and came across this site:
I took the 168 from the YABBAS board and put it in the socket of an older Duemilanove, 168 version, and used the avrdude command in the Heliosoph tutorial. It provides a lot of info which I did not know about or how to use but interesting all the same. I then checked the IC from the MintDuino homemade board and it provided the same info. I also checked the IC from the Duemilanove that was originally connected and the info was the same.
The conclusion I draw from this is that the UART chip makes all the difference when programming the Arduino. BTW, I took the time to have a look at the boards.txt file in the Arduino folder to see what its settings were. Interesting as well although I cannot use the info yet.
This page is used to connect the programmer Arduino to the target Arduino using the section called "Uploading Using an Arduino Board." Even though the diagram is from an Arduino to a breadboard, it still works with my YABBAS board with a couple of modifications.
Modification 1) The jumper wire going from programmer Arduino does not go to the target Arduino.
Modification 2) There is a jumper from programmer Arduino Reset to GND.
I was told this method disables the programmer Arduino's mcu IC and allows the signals normally target for the programmer Arduino's mcu (as opposed to UART IC) to be routed to the target mcu IC.
In the end, I still ordered an FTDI Basic to do the job of programming as it is much easier. The alternate method does the job in a pinch. I will have to see if I can use the Serial Terminal for the target board using this method.
Sorry, just the schematic. As before, I am having problems uploading some files even though they are well below the 1 MB limit, even when more than one file is to be uploaded.