Categories

Archives

Elsewhere

     
     

QR Code

QR Code

Build your own Arduino for under £10

How to make a stripboard Arduino clone, AKA the veroduino.

Once a project is past the prototype stage there is no need to use a complete Arduino, even with the ever decreasing cost of Arduino compatibles and the availability of cut down versions such as the Arduino Nano and Mini it’s still overkill for a lot of uses.  Fortunately it is very easy to build your own Arduino compatible circuit around the ATmega microcontroller and it will only cost you a few pounds; with some good deals on bulk components and by flashing the Arduino bootloader yourself you could do this for as little as a fiver.

Here is how to build a basic Arduino on a small (5cm square) piece of stripboard, all you need is a handful of components and a little time.

Parts required

Piece of Stripboard/veroboard
Atmel ATmega328P-PU microcontroller
28 Pin DIL Socket
16MHz crystal
LM7805 voltage regulator
2 x 100uF 25V electrolytic capacitors
2 x 22pF ceramic disc capacitors
1N4001 diode
Momentary push to make button/tactile switch (optional)
10K 0.25W resistor (optional)
6 pin male header (optional)
100nF ceramic disc capacitor (optional)
Hookup wire

Here’s my stripboard layout:

Notes on components

You will need a piece of stripboard at least 20 holes across by 19 strips or 14 holes across if on board programming and reset button aren’t required.

If you don’t need the on board reset button you can leave that out and if you don’t need on board programming you can omit the 6 pin header and 100nF capacitor. If you aren’t using both the reset button and the FTDI connection then you can also omit the 10K resistor. The 1N4001 diode isn’t strictly necessary either, it’s just there for reverse polarity protection.

You can use the ATmega168 (half the Flash/EEPROM/SRAM of the ATmega328) if that is all you require, either way the Atmel AVR will require the Arduino bootloader flashed to it before you can upload a sketch to it, you can either buy one with it preloaded or use another Arduino to burn it yourself. If you want to buy one preloaded you can get the ATmega328 on eBay here together with the required crystal and the 22pF loading caps.

The build

Break the tracks on the copper side of the board where indicated with the red crosses and solder in the components, if you haven’t used stripboard before see this page for an explanation of how to use it. Make sure the socket for the ATmega chip is installed with the notch at the top and the LM7805 voltage regulator is installed with the metal strip at the right hand side. The 1N4001 diode needs to be installed with the side marked with a band at the top and the two electrolytic capacitors also need to be installed the right way round (note the + signs in the diagram above) the positive lead should be longer and there is usually a stripe on the canister marking the negative side. Install the tactile switch with the legs on the sides so that it joins the top and bottom strips when pressed. The other components can all go in either way round.

Power Connections

You can connect power to the VIN and ground on the right, 7 to 9VDC will be fine as is but I’d put a heatsink on the LM7805 voltage regulator if using 12V. You can also power it via USB from the FTDI connection but make sure that the external power (VIN) isn’t connected at the same time; if you want to have both connected you can disable the FTDI power completely by omitting the link shown in blue next to the 6 pin header.

I/O connections

I’ve marked the locations of the digital and analogue lines on the layout above (note they are in a different layout to the Arduino board) but have not included headers in the parts list as normally you would be connecting directly to the board once you are past the prototype stage.

Programming

Loading a sketch can be done by connecting a 5V FTDI board or cable to the 6 pin header or by temporarily transferring the ATmega chip into another Arduino for programming. A good USB FTDI cable is available on eBay here, make sure you get the 5V version.

17 comments to Build your own Arduino for under £10

  • Ken Boak (@monsonite on Twitter)

    Nathan,

    An excellent write up of a subject very close to my heart.

    Let’s chuck in a magjack breakout board from CoolComponents (£1.99)and an ENC28J60 (£1.99) and make Nanode’s cheapskate stripboard cousin. ;-)

  • Ray Madigan

    I just found your article and decided to build one of these for my next arduino project. The processor part works well, as would be expected. I however can’t upload a sketch to the atmega 328. I am using the Sparkfun FTDI breakout board and I made sure the pinout was correct. I had to swap Rx and Tx. I’m not sure what could be going on, any ideas would be appreciated.

    The message I am getting is: avrdude: stk500_getsync(): not in sync: resp=0×00

  • Ray Madigan

    I figured out what the problem is and am now able to upload sketches. I tied the cts line on the FTDI breakout board to gnd and it works like a charm. I found it by reading the Sparkfun writeup on the breakout board. Hope this helps someone in the future.

  • takbee

    Hi.I have built with some mods.The regulator capacitors are 10 uf ,also added resistor +led on pin 13(like the original arduino uno board).Uploaded the blink sketch using the usb2serial light adapter and everything worked fine!Uploaded some other example sketches and everything wend good.BUT when i try the lcd library uploading the “Hello world” example, the 13 pin led flashes continously (like continous resets) and nothing happens UNTIL i start the serial monitor and…everything works!! Stopping the serial monitor jams everything .Any ideas?
    Thanks anyway for the nice design!
    (I select the uno board from the arduino IDE running on XP windows machine)

  • Hi Takbee, Sorry, I missed this. Did you get to the bottom of it? I’ve never come across anything like that before, the fact that opening the serial monitor makes the problem disappear is really odd.

  • Ian McMill

    where would the obligatory LED go for power-on notice ? I am super new to electronics so please excuse me for this question :)

  • Pascal

    Please can anyone Update this fine layout with a resistor and led on pin 13??
    many thanks.

  • Does this help: http://nathan.chantrell.net/downloads/arduino/veroduino-led.png
    1K resistor from D13 (pin 19 of the ATmega) to the anode (long leg) of the LED and the cathode of the LED to ground.

  • Jazly

    Hi nathan…

    thank you so much for posting this arduino prototype.I have a small question.can u plz mention the FTDI header decription (which one is DTR,GND,VCC etc…)

    thnx alot….

  • Hi Jazly,

    From top to bottom in the diagram above:

    Ground
    CTS (not used)
    5V
    TX
    RX
    RTS

    Cheers,
    Nathan

  • Jazly

    Thnx for the reply bro..

    i hv a small question…

    i bought a USB module which contains following pins

    Ground
    3.3V
    5V
    TX
    RX
    DTR

    i cudnt find RTS and CTS pin :(

    can i use this usb module to ulpload sketch??
    thnx again

  • Ken (@monsonite on Twitter)

    Jazly,

    Your USB module should work. It sounds like it follows the usual “FTDI” standard connection.

    The DTR line is the signal used to reset the Arduino.

    You need to fit a 100nF capacitor between the DTR signal and the reset pin (Pin 1) of the ATmega

    RTS and CTS are not needed.

  • Yes, just connect the DTR to the one I called RTS, there’s already a 100nF cap on the board between it and reset so you won’t need an extra one.

    The CTS pin isn’t connected so you should just be able to plug your module straight in, it doesn’t matter that you have 3.3V on that pin.

  • Jazly

    thnx alot for both Nathan and Ken…
    cheers… :D

  • Kevin

    Hi Nathan

    I have built your veroduino exactly like the diagram and circuit. I only added a led to pin 13 and for power. My problem is that I have uploaded a pov scetch but the leds seem to be flash slower and dimmer than if it was on the UNO. Needless to say that the pov does not work as it should. Why do you think its doing this.

    Regards

    Kevin
    South Africa

  • Piero

    Hello Nathan, and very very thanks for your usefully tutorials.
    I have some ATMEL 168 and some 328, and soon I’m gonna do my first veroboard, thanks to your posts.

    ’cause I’m REALLY newbie in electronic stuff (but I’m learning, hopefully fast), I don’t understand why is there a need to make cuts on the rear of veroboard. Can I ask you why cut tracks? Are not already separated?
    Thanks in advance and really sorry for the newbie question :-)

  • @Kevin, That’s puzzling, it shouldn’t be any different, what are you powering it with?

    @Piero, The strips are separated but if you want to put components inline with a strip you need to break it otherwise there would be a short. For example if you look at where the 328 chip is if the tracks were not broken underneath it then all the pins on the left would be joined to those on the right – not what we want.

Leave a Reply


 


 


 

You can use these HTML tags
(links will be automatically marked with rel="nofollow")

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Notify me of followup comments via e-mail. You can also subscribe without commenting.

By submitting a comment you agree that it can be reproduced under the same licensing terms as the rest of the content on this site.