I'm trying to upload de sketch, but it gives an error at the very end of the process. CAn you please help?
Sketch uses 30,962 bytes (95%) of program storage space. Maximum is 32,256 bytes.
Global variables use 1,364 bytes (66%) of dynamic memory, leaving 684 bytes for local variables. Maximum is 2,048 bytes.
C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avrdude -CC:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf -v -patmega328p -carduino -PCOM256 -b115200 -D -Uflash:w:C:\Users\Felipe\AppData\Local\Temp\build688890538884767892.tmp/ArdBir_2_8_3RC8.cpp.hex:i
avrdude: Version 6.0.1, compiled on Apr 15 2015 at 19:59:58
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg Wunsch
the blink example and other uploads with no problems, so it'd not a comunication issue. Can this be a lack of space to store the sketch in the atmega328p (UNO)?
HI,
I'm trying to upload de sketch, but it gives an error at the very end of the process. CAn you please help?
Sketch uses 30,962 bytes (95%) of program storage space. Maximum is 32,256 bytes. Global variables use 1,364 bytes (66%) of dynamic memory, leaving 684 bytes for local variables. Maximum is 2,048 bytes. C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avrdude -CC:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf -v -patmega328p -carduino -PCOM256 -b115200 -D -Uflash:w:C:\Users\Felipe\AppData\Local\Temp\build688890538884767892.tmp/ArdBir_2_8_3RC8.cpp.hex:i
avrdude: Version 6.0.1, compiled on Apr 15 2015 at 19:59:58 Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/ Copyright (c) 2007-2009 Joerg Wunsch
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.00s
avrdude: Device signature = 0x1e950f avrdude: reading input file "C:\Users\Felipe\AppData\Local\Temp\build688890538884767892.tmp/ArdBir_2_8_3RC8.cpp.hex" avrdude: writing flash (30962 bytes):
Writing | ##############################################avrdude: stk500_recv(): programmer is not responding Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.