The two boards are sending over RGB data that I convert from 8-bit RGB into a frequency range of 85-400hz. This (rather odd) protocol is part of an art installation I'm making. The chosen frequencies...
Type: Posts; User: Robbert
The two boards are sending over RGB data that I convert from 8-bit RGB into a frequency range of 85-400hz. This (rather odd) protocol is part of an art installation I'm making. The chosen frequencies...
Okay, so I'm trying my best to thoroughly understand this ;)
The algorithm will ALWAYS calculate at least 24 blocks, using about 70ms. It will then output the number of frequency that it is most...
I mean;
notefreq1.available()
is true only 2 to 3 times when i cycle through it, which is when I call notefreq1.read() and save that value.
I do have a 5ms delay in the loop at the moment. But...
Hey Duff,
Thanks for the answer, so far pretty much all code is in place, and saving and such. Basically one teensy works as a sender beeping of sine-waves in different frequencies. Those then get...
I'm making an installation in which two seperate microcontrollers send over data by using frequency values.
I've decided to use the notefreq (AudioAnalyzeNoteFrequency object) to do that detection....