Search found 9 matches
- Tue Nov 11, 2025 7:15 am
- Forum: General Discussion
- Topic: USB Serial JTAG driver and certification
- Replies: 0
- Views: 2287
USB Serial JTAG driver and certification
https://docs.espressif.com/projects/esp-iot-solution/en/latest/usb/usb_overview/usb_vid_pid.html in documentation it is mentioned that if You use TinyUSB stack you do not need to get a PID if you wan't to produce a product but don't need to stand out. I was wondering how is it with the USB Serial ...
- Fri Oct 31, 2025 8:08 am
- Forum: ESP-IDF
- Topic: ESP32C6 ADC stops when Wifi enabled
- Replies: 0
- Views: 1958
ESP32C6 ADC stops when Wifi enabled
For some reason when I bump up sampling freq to >10kHz and run esp_wifi_start() the adc_continuous_read() function starts timing out. Is it perhaps due to the reason that WiFi controller polls the ADC for values and in turn blocks the SAR ADC ?
- Tue Oct 28, 2025 12:43 pm
- Forum: Hardware
- Topic: ESP32S3 PWDET
- Replies: 0
- Views: 2293
ESP32S3 PWDET
I was wondering if it's possible to get PWDET controller data, this way I would be able to measure the energy that's coming to the antenna.
- Mon Sep 29, 2025 4:10 am
- Forum: ESP-IDF
- Topic: ESP32C6 ADC and WiFi
- Replies: 2
- Views: 963
Re: ESP32C6 ADC and WiFi
Yes, that is one way to fix the issue. Doesn't tell us why this happens though! The root cause is what's interesting.Use the ESP-IDF adc_cali_* APIs (ADC calibration driver).
Capture a new baseline once Wi-Fi is active, and subtract that from your continuous readings.
- Fri Sep 26, 2025 12:49 pm
- Forum: ESP-IDF
- Topic: ESP32C6 ADC and WiFi
- Replies: 2
- Views: 963
ESP32C6 ADC and WiFi
I'm dealing with a problem that when I run esp_wifi_start() I get an ADC continuous reading drop of ~30 raw ticks. I'm using esp32c6 devkit m1 ADC_UNIT_1, atten_12.
This problem persists even when I flash code with that line commented out. Only when power is cycled with commented code does it ...
This problem persists even when I flash code with that line commented out. Only when power is cycled with commented code does it ...
- Wed Sep 17, 2025 11:57 am
- Forum: General Discussion
- Topic: ESP32S2 ADC different attenuation on every channel
- Replies: 3
- Views: 1056
Re: ESP32S2 ADC different attenuation on every channel
No it's with C6. Saw this topic was quite old so I thought I'd start a new one. But the issue still stands.
- Wed Sep 17, 2025 9:02 am
- Forum: ESP-IDF
- Topic: ESP32C6 multiple ATTEN per unit
- Replies: 0
- Views: 575
ESP32C6 multiple ATTEN per unit
Hello everyone!
Why is there a check on adc_continuous_config() (IDF v5.5) on whether the attenuations match per unit? Page 1360 of technical reference manual even shows an example of this. Is this due to the calibration driver problems that would arise when doing so?
Why is there a check on adc_continuous_config() (IDF v5.5) on whether the attenuations match per unit? Page 1360 of technical reference manual even shows an example of this. Is this due to the calibration driver problems that would arise when doing so?
- Wed Sep 17, 2025 8:17 am
- Forum: General Discussion
- Topic: ESP32S2 ADC different attenuation on every channel
- Replies: 3
- Views: 1056
Re: ESP32S2 ADC different attenuation on every channel
Please fix this issue.
- Mon Aug 04, 2025 7:52 am
- Forum: ESP-IDF
- Topic: ESP-NOW channel switching
- Replies: 1
- Views: 89
ESP-NOW channel switching
I was wondering how does esp-now protocol handle overcrowded channels? Can two ESP devices change channels automatically?