-
I power-up the Arduino BT-V06, 3V3 Led was ON
-
The Bluetooth Dongle deteted it successfully (ARDUIONT) & shows the communication link
-
The ST Virtual Serial Port COM3 appearing in the Device Manager Hardware
-
I set ST Virtual Serial Port COM3 to 115200_8N1
-
I use the Arduino 0014 Editor, set Board: Arduino BT, set Serial Port: COM3
-
Copy Sketch: ASCII Table to Sketch: BT_V06_ASCII_Table, change to Serial.begin(115200); then Save!
-
Verify/Compile it with no error
-
Hit RESET button of the Arduino BT-V06
-
Upload to Arduino board, after awhile, the Arduino 0014 Editor showed:
avrdude: stk500_getsync(): not in sync: resp=0x00
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x51
*) I tried several times in-vain, anyone knows why I could not upload?