New to Arduino, I've built this keyestudio (mini tank robot) kit. I'm trying to upload my first sketch to the board. Verification goes fine, however the upload process fails with the following message:
Sketch uses 5340 bytes (16%) of program storage space. Maximum is 32256 bytes.
Global variables use 291 bytes (14%) of dynamic memory, leaving 1757 bytes for local variables. Maximum is 2048 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
- Using mac 10.11.6 OS X El Capitan
- I've tried to upload both with the online and native IDE.
- I've followed this article to try and update my drivers.
Update
Pictures of the board & chip:
Any help would be appreciated :)