That’s awesome to hear! I’m glad to help! Could you let me know if this is for college classes or high school? I’m interested in seeing the demographics :)
Hi man. Cool project. The only way I made it work was deleting the "level=0;" line in the "void clearLEDS()", cause it never went to level 2 before that. Keep this cool projectos going, they're great!
The LED strips are WS2812b leds. They can be found on Amazon for around $25 for 16ft or 150 leds. Here is the link :) www.amazon.com/BTF-LIGHTING-Waterproof-Flexible-Individually-Addressable/dp/B01CDTEDZI/ref=sxts_sxwds-bia-wc-p13n2_0?cv_ct_cx=ws2812b&dchild=1&keywords=ws2812b&pd_rd_i=B01CDTEDZI&pd_rd_r=f2809788-a922-4e5c-9adc-08ce5e80b232&pd_rd_w=KjqFv&pd_rd_wg=kTeKk&pf_rd_p=13bf9bc7-d68d-44c3-9d2e-647020f56802&pf_rd_r=6MYGDW7VQDKW5TZC89ZA&psc=1&qid=1595211465&sr=1-2-791c2399-d602-4248-afbb-8a79de2d236f
I am getting this error code how to fix? In file included from C:\Users\damie\Downloads\CyclonGame\CyclonGame.ino:1:0: C:\Users\damie\Documents\Arduino\libraries\FastLED/FastLED.h:14:21: note: #pragma message: FastLED version 3.003.001 # pragma message "FastLED version 3.003.001" ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Er trad een error op gedurende laden van de schets avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xa2 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xa2 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xa2 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xa2 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xa2 Probleem bij het uploaden naar het board. Zie www.arduino.cc/en/Guide/Troubleshooting#upload voor suggesties. avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xa2 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xa2 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xa2 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xa2 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xa2
There could be a number of reasons why this is happening. Try looking at this link. arduino.stackexchange.com/questions/17/avrdude-stk500-getsync-not-in-sync-resp-0x00-aka-some-dude-named-avr-won Sometimes, the Arduino itself or the cable are broke or need to be restarted. However, the code itself is not broke. Rather, it is the hardware side of things.
Thank you! You can now download the code from my website linked here: www.neehaw.com/Projects/Arduino/CycloneArcadeGame.html I have updated the code so it has another game mode you can play as well. Check it out :)
@@zacholsen1350 You should be able to navigate the site and find it. I recently switched to use all PHP for site navigation. Here is the new link: neehaw.com/Projects/Item.php?ID=2
Really great work! My school is using this as a project in their curriculum!
That’s awesome to hear! I’m glad to help! Could you let me know if this is for college classes or high school? I’m interested in seeing the demographics :)
@@audiohutch its for a high school in england
That’s amazing! Thank you all for the support!
Hi man. Cool project. The only way I made it work was deleting the "level=0;" line in the "void clearLEDS()", cause it never went to level 2 before that. Keep this cool projectos going, they're great!
nice one. Thanks for the video and game
Thank you! I appreciate the support!
Could you please send me the link from where you got the led strips?
The LED strips are WS2812b leds. They can be found on Amazon for around $25 for 16ft or 150 leds. Here is the link :)
www.amazon.com/BTF-LIGHTING-Waterproof-Flexible-Individually-Addressable/dp/B01CDTEDZI/ref=sxts_sxwds-bia-wc-p13n2_0?cv_ct_cx=ws2812b&dchild=1&keywords=ws2812b&pd_rd_i=B01CDTEDZI&pd_rd_r=f2809788-a922-4e5c-9adc-08ce5e80b232&pd_rd_w=KjqFv&pd_rd_wg=kTeKk&pf_rd_p=13bf9bc7-d68d-44c3-9d2e-647020f56802&pf_rd_r=6MYGDW7VQDKW5TZC89ZA&psc=1&qid=1595211465&sr=1-2-791c2399-d602-4248-afbb-8a79de2d236f
Audio Hutch thank you 🙏
@@Luisschulze Of course! Glad you enjoyed :)
Can we do it with arduino uno
Yes, it will work with any arduino product
Help ! Help!
How to increase the speed 😢.
Please help........
hello do you have a micropython code for this?
can u tell me how stay on the same level till i get it right. in the code
Sir can you give the code. the link you gave is not working. Please :D
I am getting this error code how to fix?
In file included from C:\Users\damie\Downloads\CyclonGame\CyclonGame.ino:1:0:
C:\Users\damie\Documents\Arduino\libraries\FastLED/FastLED.h:14:21: note: #pragma message: FastLED version 3.003.001
# pragma message "FastLED version 3.003.001"
^~~~~~~~~~~~~~~~~~~~~~~~~~~
Er trad een error op gedurende laden van de schets
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xa2
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xa2
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xa2
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xa2
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xa2
Probleem bij het uploaden naar het board. Zie www.arduino.cc/en/Guide/Troubleshooting#upload voor suggesties.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xa2
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xa2
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xa2
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xa2
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xa2
There could be a number of reasons why this is happening. Try looking at this link.
arduino.stackexchange.com/questions/17/avrdude-stk500-getsync-not-in-sync-resp-0x00-aka-some-dude-named-avr-won
Sometimes, the Arduino itself or the cable are broke or need to be restarted. However, the code itself is not broke. Rather, it is the hardware side of things.
Dude, That's cool! I would absolutely like to see the code for that game! Cheers!
Thank you! You can now download the code from my website linked here:
www.neehaw.com/Projects/Arduino/CycloneArcadeGame.html
I have updated the code so it has another game mode you can play as well. Check it out :)
Code?
You can find the download link on my website www.neehaw.com/Projects/Item.php?ID=2
Sir can you give the code. The link you gave others is not working:)
Thanks for letting me know :)
The updated files can be found here:
www.neehaw.com/Projects/Arduino/CycloneArcadeGame.html
Thanks
@@audiohutch Any chance you could update this link? It is not working now.
@@zacholsen1350 You should be able to navigate the site and find it. I recently switched to use all PHP for site navigation. Here is the new link:
neehaw.com/Projects/Item.php?ID=2
Id love to make this with my daughter. Commenting for code :)
I'm glad you enjoyed! The download for the code is on my website: neehaw.com/Arduino/Cyclone.html
Hey, the link on your site for this project isnt working.
@@dogggis Thanks for letting me know :)
The updated files can be found here:
www.neehaw.com/Projects/Arduino/CycloneArcadeGame.html
I feel like I should make one.
You definitely should!