Robert Manzke

Results 14 comments of Robert Manzke

You would have to build your own firmware. If you configure the project with idf.py menuconfig, there is a configuration option to invert the encoder. If you clone the repository...

Yeah, the ESP32 is picky with the type of SD cards, some are accepted some are not, some are accepted by read too slow for sample playback. I have been...

Which esp idf version do you use?

TBD firmware is tested only with release 4.1 other idf releases can cause all kinds of issues, also potentially this one...

Yes, the heap/static memory usage of IDF changes with every version. I found that in higher versions than 4.1, IDF uses in fact significantly more memory. This disallows some plugins...

Do you see this behaviour when "Void" plugin is assigned to CH0 and CH1?

You could try to play with the ADC and DAC control registers of the WM8978. Pg. 89 of the data sheet https://www.mouser.de/datasheet/2/76/WM8978_v4_5-1141768.pdf, registers 0x0A and 0x0D have bits to invert...

I had a look at the code, in fact there were some config bits wrongly set. It should be fixed now. Please check out the [current binaries](https://github.com/ctag-fh-kiel/ctag-tbd/tree/master/bin). If everything works...

Hi there, Thanks for reaching out! It would be awesome to create HVCC support for TBD. In principle, HVCC would need to generate C++ Code deriving from ctagSoundProcessor and implementing...

Great, Thanks for reaching out! Would be awesome to have this available for ESP32/TBD plugin development... On Tue, Feb 8, 2022 at 10:20 AM sinneb ***@***.***> wrote: > Hi all,...