Search found 3 matches

by CatNoir
Thu Apr 25, 2024 12:08 pm
Forum: General Discussion
Topic: Wifi Http simple Server don't read /hello page when I2S Frquency is 96000Hz and I2S_MCLK_MULTIPLE_192
Replies: 2
Views: 466

Re: Wifi Http simple Server don't read /hello page when I2S Frquency is 96000Hz and I2S_MCLK_MULTIPLE_192

Chip not restart. ESP_ERROR_CHECK not causes a restart of the chip. Only web browser don't load pages for I2S_MCLK_MULTIPLE_192. https://docs.espressif.com/projects/esp-idf/en/stable/esp32s3/api-reference/peripherals/i2s.html The documentation doesn't mention anything about I2S_MCLK_MULTIPLE_192. Ma...
by CatNoir
Wed Apr 24, 2024 9:40 pm
Forum: General Discussion
Topic: ESP32 S3 If I2S is set to 96kHz and I2S_MCLK_MULTIPLE_192 Web browser don't load pages
Replies: 0
Views: 344

ESP32 S3 If I2S is set to 96kHz and I2S_MCLK_MULTIPLE_192 Web browser don't load pages

Hello everyone, In Visual Studio Code ESP32 S3 Mini-1 chip revision: v0.1 ESP-IDF v5.0.1 After i2s_example_init_std(); [if set I2S_MCLK_MULTIPLE_192 and I2S_Sample_Freq_Hz 96000Hz] Web browser don't load simple Http Server /hello page (like in this example belowe) . If set I2S_MCLK_MULTIPLE_384 and ...
by CatNoir
Wed Apr 24, 2024 5:18 pm
Forum: General Discussion
Topic: Wifi Http simple Server don't read /hello page when I2S Frquency is 96000Hz and I2S_MCLK_MULTIPLE_192
Replies: 2
Views: 466

Wifi Http simple Server don't read /hello page when I2S Frquency is 96000Hz and I2S_MCLK_MULTIPLE_192

Hello everyone, In Visual Studio Code ESP32 S3 Mini-1 chip revision: v0.1 ESP-IDF v5.0.1 After i2s_example_init_std(); [if set I2S_MCLK_MULTIPLE_192 and I2S_Sample_Freq_Hz 96000Hz] Server don't read /hello page in web browser. For I2S_MCLK_MULTIPLE_384 and I2S_Sample_Freq_Hz 48000Hz all works ok. Wh...