Problem with breadboard arduino atmega328p ,8MHz

![](http://forum.arduino.cc/media/technophilia/arduino project/300 rs arduino/DSC00319.JPG)Hello,

I have used Atmega328p chip, (tested the chip and programmed the bootloader with ref to below link

http://www.gammon.com.au/forum/?id=11637....)

I have build breadboard arduino(Standalone)..with ref to the below link

But there was a prob with External crystal oscillator...then i moved to Minimal Circuit (Eliminating the External Clock) with 8 mhz and uploaded the code with arduino board with ref to below link

I have added breadboard.zip (unzipped) to boards.txt and selected ...tools>boards>"ATmega328 on a breadboard (8 MHz internal clock)" when burning the bootloader(uploading the code)

here there is an error..we can see uploading but we are not getting done uploading..with below message

Binary sketch size: 2,660 bytes (of a 30,720 byte maximum) - 8% used
processing.app.debug.RunnerException
at processing.app.debug.BasicUploader.uploadUsingPreferences(BasicUploader.java:126)
at processing.app.Sketch.upload(Sketch.java:1649)
at processing.app.Sketch.exportApplet(Sketch.java:1608)
at processing.app.Sketch.exportApplet(Sketch.java:1580)
at processing.app.Editor$DefaultExportHandler.run(Editor.java:2408)
at java.lang.Thread.run(Thread.java:679)

Please help me..thanks in advance...

You have a lovely spaghetti of wires but I don't see a reset connection.

I have used the same instructions to program a standalone 328.

...R

I have connected reset button too..but same error..

I had no problem using the same instructions as you so we need to figure out what's different about your arrangements.

Can you draw your wiring diagram so that it is very clear what is connected to what. The purpose of this is to make you go through the process carefully and not assume that everything is correct. If you don't find an error you should post a photo of your drawing - but please use a smaller size than your first photo, 640x480 should be adequate.

I wonder if you have Tx and Rx the wrong way round?

Are you sure the bootloader uploaded properly? I don't know how to diagnose that, maybe someone else can help?

Have you compiled the sketch you want to upload using the correct board?

...R