Search found 1 match
- Tue Mar 16, 2021 9:09 am
- Forum: ESP-IDF
- Topic: ESP32 ADC & WiFi problem
- Replies: 2
- Views: 4006
ESP32 ADC & WiFi problem
Hi there! I'm working on a project that use ESP32's ADC1 read some data and send them to server, but there are some problems I've met. If I use API adc1_get_raw() to read sensor directly, everything works just fine. But if I use dma method i2s_read() to read sensors, the i2s will output uncertain co...