I don’t know if this is the right place to ask this question, but here goes:
Does anyone here have any experience with a Teensy3.1, using OctoWS2811, FastLED and FFT all together?
Ever since I switched to OctoWS2811 output on the Teensy3.1, I get very weird FFT results (using A2 (Pin 16) as audio input).
Today I managed to look at the incoming waveform with a scope and there seems to be data outputting on pin 16. (?!??)
As far as I read in the description, OctoWS2811 uses pins 2,14,7,8,6,20,21,5 to output LED data. Are any other pins affected by the DMA-output-wizardry as well? What Analog Input pin can I use for the FFT?
What amazes me most so far is, that the FFT library still managed to get (some) data out of A2 while FastLED/OctoWS2811 was using the same pin to write out LED data…