Week 2

The first set of code is my progress with the LEDs, specifically the color and gradients. At the bottom, I recorded notes about things that I thought I may have needed to include to make the project a success.

 

Two lines commented out were describing the lights we were planning to use for the peace bridge.
[ //make LED strip a light red 
//pixels.setPixelColor(i, pixels.Color(255, 25, 25)); ]
This is basically assigning a color to this set of lights, and it's not yet too developed
As I was reflecting upon this, I realized I didn't include anything for the stars and I also realized I might be able to utilize the random function and make the stars sparkle.

In our initial research, we got help from Peter to test our mic sensor which he lent us.



As I did more research, I found a sample code that made use of a mic input, which was the hardest part to find so far (as many examples are way too complicated for what we want to accomplish)


This works similar to p5js, but instead I was using processing. The reason I find this code useful is because it takes audio input and turns it into a circle which will increase/decrease size depending on the amount of sound detected. This would work perfectly for our project. Now we just need to map the LEDs to this sound input.

Overall, more research will be required.

Comments

Popular posts from this blog

Week 3