Offline
Newbie
Karma: 0
Posts: 13
|
 |
« on: October 20, 2011, 06:20:02 am » |
Hi everyone,
I have a new Arduino Pro Mini 328 3.3v, the only thing i have done to it is to solder header pins so that i can plug it onto a breadboard and also to connect a basic FTDI for uploading.
I downloaded the arduino 0022 on my Mac and tried to upload the blink example but all i got was the error message avrdude: stk500_recv(): programmer is not responding, twice.
I made sure that I selected the right board and serial port (for me it was /dev/tty.usbserial-A600eJSK).
I pressed the reset button (the green LED blinked once) before clicking the upload button. Then the TX on the FTDI board blinked a few times and the green LED on the Mini blinked twice. Then nothing happens for a few seconds followed by the error message.
Gone through the troubleshooting guide and couldn't figure out what I may have missed.
Would appreciate any help.
Cheers
|
|
|
|
|
Logged
|
|
|
|
|
Global Moderator
Dallas
Offline
Shannon Member
Karma: 129
Posts: 10380
|
 |
« Reply #1 on: October 20, 2011, 03:14:16 pm » |
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 13
|
 |
« Reply #2 on: October 22, 2011, 01:08:53 am » |
Hi there,
Thanks for the link. I have tried the loop-back test and it passed.
So could you kindly advise what I could do next?
Thanks again!
|
|
|
|
|
Logged
|
|
|
|
|
Global Moderator
Dallas
Offline
Shannon Member
Karma: 129
Posts: 10380
|
 |
« Reply #3 on: October 22, 2011, 01:43:49 am » |
Load a simple sketch. Click upload (or press Ctrl + U). The moment the IDE displays the size in the status window, click the reset button.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 13
|
 |
« Reply #4 on: October 22, 2011, 04:18:07 am » |
Nope didn't work. Used the BareMinimum example. Had the same error message - "avrdude: stk500_recv(): programmer is not responding".
I tried pressing the reset button before uploading too and it also didn't work.
Any other suggestions?
|
|
|
|
|
Logged
|
|
|
|
|
Canada
Offline
Sr. Member
Karma: 4
Posts: 396
|
 |
« Reply #5 on: October 22, 2011, 09:45:04 am » |
Three things,
Could you post a clear picture of how you have things connected?
Also, the reset timing on the pro-mini is tighter than the mini v4 since it allows for auto reset. This is done by connecting the GRN pin to the DTR signal on your usb to serial cable/device.
If this does not work, take a ohm meter and check the TXD and RXD traces back to the chip.
|
|
|
|
|
Logged
|
|
|
|
|
|
|
Global Moderator
Dallas
Offline
Shannon Member
Karma: 129
Posts: 10380
|
 |
« Reply #7 on: October 23, 2011, 01:13:38 pm » |
Looks like the solder joints on the upper-left corner need a little work. Do you have a multimeter so you can troubleshoot those connections?
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 13
|
 |
« Reply #8 on: October 24, 2011, 12:51:36 am » |
the soldering for the right angle headers is actually on the other side.
|
|
|
|
|
Logged
|
|
|
|
|
Global Moderator
Dallas
Offline
Shannon Member
Karma: 129
Posts: 10380
|
 |
« Reply #9 on: October 24, 2011, 01:03:41 am » |
My apologies. It looks like the solder joints on the upper-right corner (GND, RST, RXI, TXC) need a little work.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 13
|
 |
« Reply #10 on: October 24, 2011, 01:18:22 am » |
ah ok. but i used them for the loop-back test - i plugged wires on my breadboard to connect RST & GND and RXI & TXC; it did work.
|
|
|
|
|
Logged
|
|
|
|
|
Global Moderator
Dallas
Offline
Shannon Member
Karma: 129
Posts: 10380
|
 |
« Reply #11 on: October 24, 2011, 01:28:13 am » |
When you try to upload without pressing the reset button, does the green LED on the Mini blink?
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 13
|
 |
« Reply #12 on: October 24, 2011, 05:09:52 am » |
Yes. After the upload button is clicked, the green LED on the Mini blinks twice, then the TX on the FTDI board blinks twice while the green LED on the Mini blinks once more, followed by another blink on the FTDI TX, and comes the error messages.
|
|
|
|
|
Logged
|
|
|
|
|
Global Moderator
Dallas
Offline
Shannon Member
Karma: 129
Posts: 10380
|
 |
« Reply #13 on: October 24, 2011, 12:34:51 pm » |
Which board do you have selected on the Tools menu?
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 13
|
 |
« Reply #14 on: October 24, 2011, 05:58:08 pm » |
Pro Mini (3.3V, 8MHz) w ATMega 328
|
|
|
|
|
Logged
|
|
|
|
|
|