Phil Schatzmann

Results 245 comments of Phil Schatzmann

I think it would be interesting to see to reproduce the issue with I2S and a DAC with a sample rate of 88200. I just double checked if I can...

I would be surprised. I never noticed any audible quality issues with my setup. I remember users having issues and when they changed their ESP32 - it was working. Though,...

Just a thought: powering the device from a battery (Power Bank) might help - if the noise comes from the power supply

I just did some testing today with a cheap china DEVKIT V1 from DOIT and I confirm that I am getting some noise as well, so I guess this is...

I tried and failed and finally came to the conclusion that this is not working for the bandwidth that A2DP needs. see the discussion at https://esp32.com/viewtopic.php?t=6707 An alternative migth be...

Correct your log. Currently you specify that you print 2 numbers but you provide only one. ESP_LOGD("get_sound_data", "%d -> %d",len, result_len); If you set the log level to verbose you...

You will need to analyze the stacktrace: https://github.com/me-no-dev/EspExceptionDecoder

kamalmostafa, I was wondering if you would support a pull request for the support as Arduino library. I am considering to use my [arduino-audio-tools](https://github.com/pschatzmann/arduino-audio-tools) project do do the input and...

I have an implementation now: https://github.com/pschatzmann/pico-arduino/blob/main/examples/codedronediy I hope I did not get it wrong...