A wearable ornament that can respond to music (spectrograph mode) or dancing (shaker mode). Based on an Adafruit Circuit Playground Bluefruit
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Nimrod Kerrett dd4c80c09b Change UI controls il y a 1 an
lib Initial commit il y a 2 ans
README.md Initial commit il y a 2 ans
code.py Change UI controls il y a 1 an

README.md

Spectroshaker

This code for Adafruit Circuit Playgroud Bluefruit makes the RGB LEDs around it behave in one of two modes (determined by the state of the slider switch):

  • Spectrogram mode: LEDs are affected by low/mid/high levels of mic input (i.e. respond to music)
  • Shaker mode: LEDs are affected by x/y/z acceleration (i.e. respond to dancing)

video

Note

lib/teaandtechtime_fft.py comes from the no-itertools fork of Thomas Schucker’s CircuitPython_FFT. It needs to be under the bluefruit’s lib/ folder.