esp-qing
esp-qing
Hi, sorry for replying so late. In esp-idf, the default synchronization is 8kHZ; the default data clock is 256kHZ; Stereo mode, 16 bits samples; right channel when sync polarity =...
Hi, @devrintalen ,Sorry, the hfp-hf example cannot modify the output for now. But I have an idea for your previous problem, it seems to be this reason. https://github.com/espressif/esp-idf/issues/14231 Could you...
Hi, according to your requirements _[256 kHz clock, mono, short 16 bit],_ this is the corresponding lib file based on idf version v5.2. [libbtdm_app.zip] The requirement about slave role can...
This lib file corresponds to esp-idf version 5.2.1. Could you please confirm which version of esp-idf you are using? You can view the log output from the compilation of the...
Hi, this is the new lib file corresponding to idf version 5.2.1(commit a322e6bd), please try again. [libbtdm_app.zip](https://github.com/espressif/esp-idf/files/14994843/libbtdm_app.zip)
Hi, the default synchronization clock of esp-idf is 8kHZ, and the default data clock is 256kHZ. I guess the clock you want to modify is the data clock. There has...
Hi, sorry to reply you so late. Maybe the _"philips" mode_ you mentioned is one of the three modes of I2S in the esp32 document. The default PCM output waveform...