adalight_ws2812 icon indicating copy to clipboard operation
adalight_ws2812 copied to clipboard

pragma message "FastLED version 3.001.006" -issue

Open sainiaj opened this issue 6 years ago • 5 comments

Arduino: 1.8.5 (Windows 10), Board: "Arduino Mini, ATmega328P"

In file included from C:\Users\user\Desktop\ambilight\sketch_nov25a\sketch_nov25a.ino:9:0:

C:\Users\user\Documents\Arduino\libraries\libraries\FastLED/FastLED.h:17:21: note: #pragma message: FastLED version 3.001.006

pragma message "FastLED version 3.001.006"

                 ^

Sketch uses 5306 bytes (18%) of program storage space. Maximum is 28672 bytes. Global variables use 1004 bytes (49%) of dynamic memory, leaving 1044 bytes for local variables. Maximum is 2048 bytes. An error occurred while uploading the sketch

This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.


i have downloaded the library and placed it inside a \Arduino\libraries and renamed it to FastLED can you please help me what step am i missing and doing wrong https://github.com/FastLED/FastLED/releases/tag/v3.1.6 using this library

using this source code https://github.com/Wifsimster/adalight_ws2812/blob/master/Adalight_WS2812.ino

and following this you tube tutorial https://www.youtube.com/watch?v=juC-3imLoTQ&t=258s

sainiaj avatar Nov 25 '17 23:11 sainiaj

Arduino: 1.8.5 (Windows 10), Board: "Arduino Mini, ATmega328P"

In file included from C:\Users\Alienware-AJ\Desktop\ambilight\sketch_nov25a\sketch_nov25a.ino:9:0:

C:\Users\Alienware-AJ\Documents\Arduino\libraries\libraries\FastLED/FastLED.h:17:21: note: #pragma message: FastLED version 3.001.006

pragma message "FastLED version 3.001.006"

                 ^

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

This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.

sainiaj avatar Nov 25 '17 23:11 sainiaj

Arduino: 1.8.5 (Windows 10), Board: "Arduino Mini, ATmega328P"

In file included from C:\Users\Alienware-AJ\Desktop\ambilight\sketch_nov25a\sketch_nov25a.ino:9:0:

C:\Users\Alienware-AJ\Documents\Arduino\libraries\libraries\FastLED/FastLED.h:17:21: note: #pragma message: FastLED version 3.001.006

pragma message "FastLED version 3.001.006"

                 ^

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

This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.

I have same error you fixed it ?

GoodT1me avatar Sep 25 '18 20:09 GoodT1me

Hello World, I have the same issue as well.

kniferider avatar May 25 '19 03:05 kniferider

pragma message "FastLED version 3.001.006"

@sainiaj What version of FastLED do you have?

avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x84

@sainiaj @GoodT1me @kniferider The problem is with your card, not the program. What are your Arduino boards?

philibertc avatar Mar 25 '21 10:03 philibertc

i've updated to the latest version and got it fixed

zippw avatar Jul 26 '23 16:07 zippw