Any schematics for homemade arduino compatible?

Ive been looking around for a while.regarding a homemade arduino compatible board but i guess my luck is out as most of the files regarding arduino severino max232 have been deleted. anyone having a single sided version of "NEW AND UPDATED" s3v3?

i have nothing against s3v3 but i guess the design date back to '08 its been 2 years since its release and lots of development wouldve taken place.

Mr. Adilson akashi the master mind behind the project is not reachable at this time not through forum nor through the mail.

i am an engineering student and new to this arduino world i really want to get my hands on a schematic that i can build on my own from scratch.

I WOULD ALSO APPRECIATE ANY SINGLE SIDED SCHEMATICS BY INDIVIDUALS.

^^^P.S:- i do not want suggestion on breadboard or kits please i am kinda hard core diy kind of person.(AND LOVE TO DO TONER TRANSFER ASWEL :wink: )

Have you even looked at the hardware page of the Arduino site? The schematics are there and easy to find.

duemilanove...? are you sure this can be made with single sided?

Nope probably not. Try a google search for the boarduino. Arduino is an open source platform. So just about everything related to it is open source so schematics can be found for just bout anything.
http://www.ladyada.net/make/boarduino/download.html

Heck i've seen where people have taken just the bare essentials, soldered them directly to the chip so it can just be plugged into a breadboard.

You could go single sided this easy. Just gotta take out all the extra hardware.

i guess the [s3v3] design date back to '08 its been 2 years since its release and lots of development wouldve taken place.

Not really. You overestimate the rate-of-change of hardware designs.

I think the S3V3 is about the most recent single-sided design out there. Yes, it predates the Duemilanove, but the major changes there were the automatic USB power switching, which isn't applicable to a board like S3V3 without USB in the first place. (oh, replace the mega168 with a mega328, doubling all types of memory, but that doesn't require any PCB changes.)

You might like my single-sided version of Modern Devices Really Bare Bones Board, which was discussed slightly here: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1239340243
But it's a rather different beast.

what you just posted seems like boarduino itself ! no programming option either :smiley: nice to see tho.. i can make an arduino programmer then after uploading sketches to it, i can put it on your circuit !

I think your underestimating the Arduino Single-Sided Serial Board.

You may want to look at this page too
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1261313468

As was mentioned the basic design hasn't changed.

10K pullup on the reset (I add a clamping diode since the reset pin does not
have a protection diode)
XTAL + loading capacitors
ADC filter
decoupling caps
FTDI header.
Voltage Regulator (could be optional)
ICSP (could be optional)

Check in the exhibition area. IIRC there a number of nicely assembled stripboard
designs that could be made one sided

(* jcl *)


www: http://www.wiblocks.com
twitter: http://twitter.com/wiblocks
blog: http://luciani.org

@n00b no way i am underestimating single sided board.

i am having serial -> usb connector with me.. anyways thanks for the idea of cheap cable never ever dreamt of that :slight_smile:

anyone having any idea if severino 168 and 328 compatible? just for a bit more juice?

@jluciani just to make it usb compatible?

anyways i have decided to build r232 board an along with that use an ic connector the reason being i can detach the board easily then, and then later on put it onto bare bone pcb as below :slight_smile:

http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1239340243/4#4

just to make it usb compatible?

Not quite sure of your question.

Most of the small simple TH boards add a six pin header that is compatible with
the FTDI USB to TLL serial cable. Otherwise you need a FT232 IC either on
the board or on an adapter board.

(* jcl *)

why add FTDI header to basic s3v3?(thats what i suppose you said)

i guess that was as arduino s3v3 was serial supported... not usb

The "Minimalduino" board I'm working on might be what you're looking for.

My latest post in this thread has a link to a folder with Eagle files:
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1263535122