Sign up ×
Arduino Stack Exchange is a question and answer site for developers of open-source hardware and software that is compatible with Arduino. It's 100% free, no registration required.

I recently bought a Atmel Atmega 328 P-PU microcontroller.I tried uploading a program to it by using the circuitry given in the link.I am using a RS 232 breakout board.Here is the link http://www.arduino.cc/en/Main/Standalone .I am not able to upload programs to it.It says problem uploading to board or avrdude attempt 1 out of 10 failed.What can I do about it?

share|improve this question
    
the uploader is a usb to uart bridge –  Karthick Ashwath Jun 3 at 13:45
4  
Did you install the bootloader first? –  Edgar Bonet Jun 3 at 14:09
    
Additionally, if you wired ATmega pins directly to RS232 levels without level translation, your chip may be damaged. You can buy a replacement with a bootloader preinstalled at a small premium, or use another Arduino or a programmer or even some other development board to load the bootloader into a good chip. –  Chris Stratton Jun 3 at 16:08
    
It is a pre bootloaded chip –  Karthick Ashwath Jun 3 at 17:12
1  
You never described the problem. –  Gerben Jun 3 at 18:23

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.