Arduino uno single sided PCB

hey guyz i wan to make single sided PcB for arduino uno... i have searched it on google and i found only this

but this is a serial programmer... i want usb programmer...
does anybody here has USB version of this single sided board??

wakam:
hey guyz i wan to make single sided PcB for arduino uno... i have searched it on google and i found only this

http://arduino.cc/en/Main/ArduinoBoardSerialSingleSided3

but this is a serial programmer... i want usb programmer...
does anybody here has USB version of this single sided board??

Depends on what you want.. Do you want the USB on-board or as an external device?? In-case of external then here is a link: http://vonkonow.com/wordpress/2012/10/nanino-the-diy-friendly-arduino/

In-case you want an internal, you got to specify the USB chip.. Do you want a FTDI, or atmega8u2/16u2 like the uno???

Yes, i want on board USB like arduino uno. and also atmega8u2/atmega16u2.
In short i want to replicate arduino uno board,on single sided pcb using THT(Through hole technology).

I'm sorry to say this bro, but, there isn't any DIP/through hole package for the atmega8u2/16u2.. And I really don't know of any chip in DIP package that does USB Serial conversion... You can maybe make something like this guy: Single Sided USB - ALL DIP no ft232rl - Development - Arduino Forum

He's uses an atmega8 as the USB to serial chip..

//Basel

And what about this? (I do not know anything about it, I found it by accident)

http://vonkonow.com/wordpress/2012/10/nanino-the-diy-friendly-arduino/

K5CZ:
And what about this? (I do not know anything about it, I found it by accident)

http://vonkonow.com/wordpress/2012/10/nanino-the-diy-friendly-arduino/

This needs an external USB to Serial adapter in-order to program it.. So no USB on-board...

//Basel

Take a look at the Metaboard:

https://metalab.at/wiki/Metaboard

Edit: found answer:

Metaboard is best used with USBaspLoader

And USBaspLoader is V-USB http://www.obdev.at/products/vusb/usbasploader.html

@Erni,

Interesting. Have you tried this?

I have posted many V-USB articles and have my own license, but the link appears to deviate from the V-USB Port, until it mentions RancidBacon's Arduino port which is a V-USB'ish library port. Very confusing. Guess I need to drop the zip and see what is happening behind the scenes.

Edit: more Metaboard w/328
Bootloader: https://sites.google.com/site/a52egv/metaboard
Problem with burning usbasp-bootloader to ATMEGA8 with Arduino - Microcontrollers - Arduino Forum

Ray

If you want a through-hole USB-Serial chip, the only one I could come up with when I looked in the past is this Microcontroller:
http://www.microchip.com/wwwproducts/Devices.aspx?dDocName=en533924

Trouble is you have to be able to program PIC devices to get it to work. The firmware for the PIC along with a windows driver can be found here and a schematic of how it can be wired up here (Eagle 6 schematic which includes the PIC18F14K50 as a USB-serial device).

I like this module for thru hole USB/Serial.

Here it is in a socket, so it can be removed after serial downloading.
http://www.crossroadsfencing.com/BobuinoRev17/

If you want a through-hole USB-Serial chip, the only one I could come up with when I looked in the past is this Microcontroller:
http://www.microchip.com/wwwproducts/Devices.aspx?dDocName=en533924

Another option is the PIC32MX250F128B

You can buy it with preinstalled USB-bootloader for $ 3.75
http://www.microchipdirect.com/ProductSearch.aspx?Keywords=TCHIP-USB-MX250F128B

It is very easy to get going, just plug the USB-cable to the chip (almost XD )

http://chipkit.net/chipkit-bb32/

And you can use MPIDE to program it, very Arduino-like

MPIDE is a fork of the Arduino IDE

I have put it on a stripboard, the black wire on the left is the USB-cable