Hi,
i transfered successfuly the code i wrote based on the examples and all worked fine. I started then tinkering with the code and changed the serial speed to 9600
and on my loop function i had
The changes uploaded correctly but after that i was unable to upload new code changes.
Is there any way to reset to default program or to change the speed on the Arduino IDE so i can reset the speed to 115200 and work normally?
I'm uploading with FTDI to USB 3.3v
i transfered successfuly the code i wrote based on the examples and all worked fine. I started then tinkering with the code and changed the serial speed to 9600
Code: Select all
Serial.begin(9600);
Serial.println(F("Example: Power Down - Periodic"));
Serial.println(F("Putting Radio and SPI Flash to Sleep"));Code: Select all
digitalWrite(T2_WPN_LED_1, HIGH);
delay(25);
digitalWrite(T2_WPN_LED_1, LOW);
// We old the MCU for 8 seconds so you can measure the current
delay(25);
Serial.println(F("loop"));Code: Select all
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xbd
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xbd
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xc1
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x35
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x29
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xfe
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x0c
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xbd
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xbd
An error occurred while uploading the sketch
I'm uploading with FTDI to USB 3.3v



