Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pragma message "FastLED version 3.001.006" -issue #2

Open
sainiaj opened this issue Nov 25, 2017 · 5 comments
Open

pragma message "FastLED version 3.001.006" -issue #2

sainiaj opened this issue Nov 25, 2017 · 5 comments

Comments

@sainiaj
Copy link

sainiaj commented Nov 25, 2017

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
Copy link
Author

sainiaj commented Nov 25, 2017

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
Copy link

GoodT1me commented Sep 25, 2018

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
Copy link

Hello World, I have the same issue as well.

@philibertc
Copy link

philibertc commented Mar 25, 2021

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
Copy link

zippw commented Jul 26, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants