Search found 1 match

by ale1973
Tue Feb 18, 2020 1:20 pm
Forum: ESP-IDF
Topic: [solved] Internal ADC sampling via i2s and bluetooth problem
Replies: 1
Views: 3841

[solved] Internal ADC sampling via i2s and bluetooth problem

Solution:
the problem was power save mode in wifi, solved adding
ESP_ERROR_CHECK(esp_wifi_set_ps(WIFI_PS_NONE));


Hello, i'm working with i2s_adc_dac example, and work fine, but, when add bluetooth, the adc value stay fix in a random value.
also, i was testing the example btt_spp_acceptor, this ...

Go to advanced search