For years I have generated rainbows using the Wheel()
function in Adafruit‘s NeoPixels library. While convenient, the linear transition between the primary colors resulted in significantly dimmer colors in between the primaries. Playing around today, I improved the result by using a quadratic equation to accelerate each color component’s journey from 0 to 255.
Read more
In my Arduino projects, I had been using the typical pattern of seeding the pseudo random number generator with a reading from an analog pin like randomSeed(analogRead(A0))
. Anecdotally, the results seemed nowhere near random. If I had a program that selected from three modes, the first mode would be the selected mode the majority of the time.
Read more
Two winters ago I bought a faux fur coat at a secondhand store The Retique in Milwaukee. I intended to take it to Burning Man in case it got cold. And it did, but I forgot the coat. This year I intend to not forget it, and I also managed to spend some time putting lights into it today. I hope to improve it, but I am documenting it now lest I never get back to this.
Read more
I finally got a fast Fourier transform working on an Arduino Due! This is not exactly a final product but just a documentation of progress. I am working my way toward beat detection, but am still getting a better feel for FFT processing and observing different types of music and beats. Below is some information about how I got up to speed, and at the end are videos of where I am now.
Read more
I’m just starting to get my feet wet with the Arduino Due, which apparently can read from analog input a hell of a lot faster than the FLORA I have been using for sound reactive projects.
Read more
In a recent journal entry I said I would post more details on the lights I’m using in my apartment. I wanted to spend some more time on the program itself first, but the weekend disappeared too quickly, so that will be an ongoing process. For now, here are some parts lists and information on setting up. I’ll also try to make a similar post for my rainbow spirit hood.
Read more
The super cool lights I set up in my Tokyo apartment made the journey back to the United States, but they’ve been incapacitated after I was tinkering and then got slammed with work for months. I finally sat down to organize some of the code and get the sound reactivity back, and it’s better than ever!
Hardware details in a separate post.
Read more
In the made prep for Burning Man 2014, I went in with more knowledge than I had the year prior; I knew I needed lights. Now I have an ongoing project that is an exercise in programming and attempted durability.
Read more