I have tried to get my Seeeduino Stalker V2.3 to run a program without success. Read the trouble shooting instructions but am getting no where. I am missing something and need help find the answer. Here is what I have done:
Installed FTDI Driver 2.8.30.0 on COM3 9600 baud, 8 data bits 1 stop bit
Installed Arduino IDE 1.5.5
Set Processor: ATmega328 3.3v 8mz
Set Board: Arduino Pro or Pro Mini
Set port: COM3
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
I have tried the digital blink but figured I would just get a do nothing program to load first.
But I always end up with:
Sketch uses 490 bytes (1%) of program storage space. Maximum is 30,720 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2,039 bytes for local variables. Maximum is 2,048 bytes.
avrdude: stk500_getsync(): not in sync: resp=0x00
Pin 13 light is flashing green which I assume means the boot loader is functioning.
When I upload the light stops, flashes once then the error occurs.
This makes me think I am communicating with the board but some other error is occurring.
Maybe a program problem or executable code problem? Transfer problem? What programmer should I use, does that matter?
I am connecting with a UartsBee v4.0 voltage set to 5v
If other info is needed I will get it.
Thanks in advance.