Do you make your own arduino's?

Hi,
just been wondering, has anyone else been doing he's (or her's) arduino's? If I count all that I have done at home, it goes like this:
4x serial single sided
5x serial double sided
3x freeduino (with USB ftdi chip)

And here they are, some of them that stayed at home (and two still waiting to be assambled)

Regards,
Peter

You should probably have posted this in Development or Bar Sport for better results, but I suppose posting it here was accurate, as you are exhibiting your boards as well as asking others.

On topic though: No, I have never made my own board :). I'm still getting comfortable with Arduino, but maybe once I really get it entirely, I'll make my own clone. I also don't have regular access to things like a Laser Printer or UV Exposure box, so that's contributed as well. :stuck_out_tongue:

Since I build robots, I needed a board that is designed a bit different, or I needed to use shields. First option was cheaper and more appealing, so I have recently designed R-Dev-Ino, a Robotic Development Arduino (software) compatible board. It relates more to a Nano, as it doesn't have a FTDI on board. It has all digital and analog pins on one side, with power and ground pins next to them and the I can chose which group of pins gets regulated or unregulated power. At the top of the board there are the ISP and FTDI connectors and at the bottom there are the power connectors. The fourth side features a double mirrored I2C connector so the boards can be stacked directly or sideways. Below the I2C connector there is a small prototyping area so I can customize it depending on my needs. I am using 4 R-Dev-Ino boards on my robot and I'm very pleased how well they work. I am uploading code using a Basic FTDI board from SparkFun.

Here are some pictures:



I've made several boards, mostly using variations on the circuit of the RBBB from modern device company adding or subtracting bits as required for my project of the day.

I have made a few custom boards based on minimalist designs and using perfboard.

but my fav board at the moment has to be the RBBB for its size and simplicity and lack of bugs XD

pics of couple of my customs:


had to try it at least XD works nicely..


one of my 1st custom boards that is now being turned into a robot board,
attached behind it is a 6 transistor (3904, 3906) H-bridge pair.

Something I posted a while back :

The SCABRS :

No laser printer, exposure box or etching tank required :wink:

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

@pluggy
whats that thing on top of it? :slight_smile:

whats that thing on top of it?

It's an RF transmitter. See his original thread:

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

If I am thinking of making a circuit board for a shield, I find it quite easy to plop down a microprocessor footprint and associated circuitry right on the board. With this approach, no Arduino board is necessary.

For programming, it is easy to tack solder the 5 connections for an external serial USB board, creating a temporary programming dongle. Plug in a processor with a boot loader, tell Arduino's IDE you're connecting to a Duemilanove with 168 or 328, and it uploads your code and supports serial communications just as if you're using a real Arduino board. This approach worked fine for an update of my Arduino Whole House Telephone Intercom.

See Whole House Telephone Intercom Update for a 3D CAD rendering of the board. Since that page was posted, I have built a working copy and programmed it using this technique.

I've made a bunch of them. Here are some pics:















More in this thread.

I prototype w/ a regular Arduino USB board, then make a custom perf. board for permanent projects.

I love that last picture of the Thumbduino on top of its namesake. This thread (and others) really show how successful and adaptable the Arduino design/concept has been - the creators must be very pleased.

Andrew

@bong_master

That was the small Arduino I was looking for some time ago... I am about to do something similar soon, but using a footer.

Edit: hmm, image doesn't show up....

did u put the image url in img tags like this:

[img]http://i29.photobucket.com/albums/c267/the_bongmaster/PICT1598.jpg[/img]

yes, I did... I copied the url from your image between the img-tags, but it didn't show the picture. Maybe because it is in a code-tag block?

lets try again, without code tag block:

looking at that picture again, where are your capacitors that are needed with a crystal?

I realized the other day that it is in fact impossible to quote an image ;D.

almost always

Some really clever boards here, and a good idea for a thread.

FWIW, some boards I made:

Two board stack - (bottom) Boost switcher/MCU & (top) RTC, EEPROM, Temp, & RS232


644P with SD card
(You can get a similar board, w/o the FTDI, as a kit from http://timewitharduino.blogspot.com/)

@CrashingDutchman

it apparently works fine without the caps :slight_smile: not sure how stable but its been behaving well and is currently plugged into a freeformed cylon/KITT running light (was origonally planned as a POV but i havent got back to that yet)
It was being really unstable at 1st but that was probably down to the POV program corrupting the chip, and that borked the bootloader too or summin. so i burned in the current prog via ICSP on another board (boarduino) and its been happy ever since.
runs nice off a small battery too.