Hi,
I just recently bought the mBot Ranger (3-in-1 Educational Robot Kit) to teach my kids about robotics and I am having trouble when I upload a script to my mBot. No matter what the script the mBot does not run it even though I get the confirmation, “Upload Finish”.
Please note:
- I have also ensured that my mBot is connected to the correct port.
- When my mBot is tethered using a USB cable, the same script (that I try to upload) works perfectly.
However, I have noticed that even though the upload finishes, I do get these lines in the arduino compile and upload window:
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x56
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x65
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x72
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x73
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x69
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x6f
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x6e
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x3a
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x20
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x30
I have attached an image for reference as well.
Please advise what could possibly be causing it to not run.
Regards.