Erik Bautista Santibanez
Erik Bautista Santibanez
> Bus 001 Device 006: ID 1038:1132 SteelSeries ApS SteelSeries ALC Looks like this is the HID interface for the chassis. > If getting presets need windows, that's a bit...
In my implementation of the MSI Keyboard, it's possible to detect which version of the keyboard you have, either from the long version of the keyboard which includes the numpad,...
@cryptoAlgorithm you could consider using [Nuke](https://github.com/kean/Nuke) which does simplify a lot of the image loading if that's something you don't want to reimplement from scratch.
> I guess the ESP analog library then has a problem. Because on AVR works, so the calculation must be correct. I think I cannot do anything about this issue....
I figured it out why the audio sets back to zero when it's louder in 8 bit. The reason is because one cannot just define a variable that is usually...
@nonsintetic what part of the code you changed?
> Sadly I just took the parts I needed and put them into my code, I didn't have time to change the library or I would have done a pull...
The issue was because smoothing is on and smoothing is not supported with 10 bit.
> Maybe you could prepare a PR with a fix? Created a PR!
I currently do not have an MSGEQ7 to test with, but last thing I remember is that `analogRead(int adc)` was returning values from 0-1024 and not 0-1023 which the algorithm...