Wiring
Connect the WHITE wire to any of the GND (ground) slots.
Connect the RED wire to the 5V (5 volt) slot.
Connect the GREEN wire to the 6~ slot.
Go to GOOGLE and type into the search bar:
Make sure you tell google you have an Arduino Uno with 10 addressable LED's attached to data pin 6.
Pick a sentence starter from the list below and finish it however you like...OR come up woith your own original idea!
The "Color & Mood" Starters
Create a color palette that feels like...
Make the LEDs transition slowly between the colors of...
Design a gradient that moves across the 10 LEDs resembling...
Write a code where each LED picks a random color, but only from a list of...
The "Motion & Physics" Starters
Simulate the movement of a [object/animal] traveling down the strip...
Make the lights bounce off the ends of the strip as if they have...
Create a 'comet' effect where a bright lead pixel leaves a trail of...
Develop a pattern where the lights collide in the middle and then...
The "Behavioral" Starters
Make the LEDs react to an imaginary 'wind' that blows them...
Write a script where the LEDs 'twinkle' like a...
Create a looping animation that mimics the rhythm of...
Design a 'glitch' mode where the colors occasionally...
The "Logic" Starters
Add a variable called intensity that changes how...
Make the speed of the animation depend on...
Write a function that shuffles the order of the LEDs whenever...
Create a 'breathing' effect where the brightness and color both...
After you enter your prompt, click on the AI mode tab:
Scroll to the bottom of the code and click the copy button.
In the arduino editor DELETE ALL THE CODE THERE, then past your new code. Upload it and call me over to see what you have created.
Final step: Change something in the code it gave you (color, variable, etc..) read the comments to know what to change.