Connor Nishijima

Results 9 issues of Connor Nishijima

Keep a template map for a single display's worth of XY lookup table in `PROGMEM`, and do extra calculations during `xy()` calls to loop over it and discover the 1D...

enhancement

Ideally, this would be done with a `#define IGNORE_PLATFORM` line before including the Pixie Chroma library. This allows users to experiment with other platforms' compatibility without needing to modify source...

enhancement

### Basic idea: Provide compatibility with microcontrollers covered by the Adafruit Neopixel library, but not FastLED yet. ### How: - If a platform unsupported by FastLED is detected, (i.e. RP2040)...

enhancement

- Starting with the highest note of a piano (C8) test for the presence of a peak at its fundamental frequency. - If a peak is found, the frequency we...

enhancement

If both the Noise Cal and Mode buttons are held for =>3.0 seconds when plugging the unit in, all settings and flash contents should reset to factory state, including wiping...

enhancement

- On the printed base, under the Sweet Spot LEDs, should be an integrated wall hanging solution to compliment the use of Headless Mode, defined in [Issue #2](https://github.com/connornishijima/SensoryBridge/issues/2). - This...

enhancement

By holding both the Noise Cal and Mode buttons down for more then three seconds, you can toggle "Headless Mode". - Headless Mode allows full control of the device via...

enhancement

**This is how to set hue, saturation, and hue-shift using the face knobs without affecting normal operation. This allows users to override the color generator and set their own display...

enhancement

If you compile Sensory Bridge firmware from source on the 2.0.10 version (or higher) of the ESP32 Arduino core, the microphone will not work, returning the same value on every...

bug