Lilypad Troubleshooting on Code

Hello.

I've been trying to upload this program for a check before writing a complex one:
"
void setup (){
pinMode(02, OUTPUT);
}

void loop(){
digitalWrite(02, HIGH);
}
"
which is just 890bytes. I'm completely unable to load this when i select board>lilypad w/ 328... and i get this error:

avrdude: stk500_recv(): programmer is not responding.

But when i load this same program with simple selection of board>lilypad arduino, my program load with 4280bytes and its the same as my blink program so by default led on 13th pin blinks all the time.

Please help me load a program as i can only run the default program of blink on lilypad. My connections are correct and when i connect leds on 13th pin it blinks with 1000msec delay. :cry:

Thank you :slight_smile:

That error often indicates a failure of the USB-to-Serial connection. What device are you using for the USB-to-Serial conversion?

Thanks for the reply.

I'm using FTDI breakout board : https://www.sparkfun.com/products/9716

Have you tried the manual reset in case the auto-reset isn't working? Hold down the lillypad reset button, clickon the upload button, and release Reset when you see the "Binary sketch size:" message.