Menta with FTDI Friend

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
asgard
 
Posts: 29
Joined: Tue Jan 17, 2012 8:25 pm

Menta with FTDI Friend

Post by asgard »

I recently constructed a Menta board, which worked (for a while). For some reason, recently, the FTDI friend seems to not like to talk to the Menta board, even though I know the bootloader is functioning (the LED is doing its blinky thing). I did have a custom shield connected while I was programming the MCU, so I was wondering if anybody else have observed the Menta appearing to be (mostly) bricked because of a bunch of LED's drawing power from the shield connectors while the FTDI friend is trying to talk. Maybe it is the FTDI friend that is bricked. The avrdude error code is the infamous 500 code (not in sync). Is there a maximum current draw while downloading the sketch which does something (wonderful/unexpected) with the fuses etc? Is the situation recoverable or do I start from scratch?

J.R.

User avatar
adafruit_support_bill
 
Posts: 88154
Joined: Sat Feb 07, 2009 10:11 am

Re: Menta with FTDI Friend

Post by adafruit_support_bill »

How many leds and how do you have them connected? Do you have current limiting resistors on leds driven from Menta pins?

If you post clear photos of your setup it will give us a better idea of where the problem might be.

User avatar
asgard
 
Posts: 29
Joined: Tue Jan 17, 2012 8:25 pm

Re: Menta with FTDI Friend

Post by asgard »

Well, here is the schematic of the shield, fyi:

[img]<img%20src="http://farm9.staticflickr.com/8482/8231 ... 99c082.jpg">[/img]

And here is what the board looks like:

[img]<img%20src="http://farm9.staticflickr.com/8337/8230 ... be348e.jpg">[/img]

User avatar
asgard
 
Posts: 29
Joined: Tue Jan 17, 2012 8:25 pm

Re: Menta with FTDI Friend

Post by asgard »

Probably bad form to follow up my own post, but it is what it is. The transistors are 2N3904's.

J.R.
Attachments
Project layout - P01-105 LEDSenShield
Project layout - P01-105 LEDSenShield
brd.jpg (158.22 KiB) Viewed 1242 times
Project schematic - P01-105 LEDSenShield
Project schematic - P01-105 LEDSenShield
lsn.jpg (228.16 KiB) Viewed 1242 times

User avatar
adafruit_support_bill
 
Posts: 88154
Joined: Sat Feb 07, 2009 10:11 am

Re: Menta with FTDI Friend

Post by adafruit_support_bill »

You are driving leds with the Rx/Tx pins (D0/D1). These are the pins used by FTDI for communication.

User avatar
asgard
 
Posts: 29
Joined: Tue Jan 17, 2012 8:25 pm

Re: Menta with FTDI Friend

Post by asgard »

Fair enough, I suppose. The FTDI Friend is no longer talking to the Menta now, even with the custom shield removed.

J.R.

User avatar
adafruit_support_bill
 
Posts: 88154
Joined: Sat Feb 07, 2009 10:11 am

Re: Menta with FTDI Friend

Post by adafruit_support_bill »

Do you see any led activity during the upload attempt?
Double-check your board-type and COM port selections (should be Duemilanove w/328)

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”