Wifsimster / adalight_ws2812

This is a fork of Adalight working with WS2811/WS2812 LED using the last version of FastLED. :bulb:
158 stars 81 forks source link

pragma message "FastLED version 3.001.006" -issue #2

Open sainiaj opened 6 years ago

sainiaj commented 6 years ago

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 commented 6 years ago

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.

GoodT1me commented 5 years ago

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 ?

kniferider commented 5 years ago

Hello World, I have the same issue as well.

philibertc commented 3 years ago

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?

zippw commented 11 months ago

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