ArduinoARPspoof icon indicating copy to clipboard operation
ArduinoARPspoof copied to clipboard

FIX. error when uploading to board (FIXED)

Open EJ36IsCool opened this issue 5 years ago • 2 comments

I don't know if I'm just doing something stupid here or what but I cant get this to upload???

someone please help

error:

Sketch uses 5406 bytes (17%) of program storage space. Maximum is 30720 bytes. Global variables use 759 bytes (37%) of dynamic memory, leaving 1289 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=0x82 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x82 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x82 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x82 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x82 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x82 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x82 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x82 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x82 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x82 Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.

EJ36IsCool avatar Jul 06 '20 14:07 EJ36IsCool

ok so I found the fix

I wont bother explaining because I found a video what will explain better than me

just if someone has the same problem

https://www.youtube.com/watch?v=u8rV2abuUgQ&list=LLgUez6xac_-h1y7iNiP1YWg&index=2&t=0s

EJ36IsCool avatar Jul 06 '20 14:07 EJ36IsCool

I would configure the board type to be (Old Bootloader). If that fails, try to reflash the bootloader using an external Arduino.

C2Pwn avatar Jul 12 '20 02:07 C2Pwn