-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32C6无法使用ADC监视器 (IDFGH-13931) #14769
Comments
Same issue on ESP32S3 |
0001-fix-esp_adc-fixed-adc-continue-monitor-don-t-work-is.txt Please can try this patch for now. |
Cannot download patch |
@suda-morris Can you re-upload the patch? |
Sorry guys for my broken network. I updated the link again. @MageDelfador |
The fix resolved it here, thanks @suda-morris The serial print has a delay in this code, the threshold occurs exactly when I change the value of the potentiometer. |
Answers checklist.
IDF version.
v5.3.1-536-g5955059940
Espressif SoC revision.
ESP32-C6FH4 (QFN32) (revision v0.1)
Operating System used.
Linux
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
None
Development Kit.
ESP32-C6-DevKitM-1 V1.0
Power Supply used.
External 5V
What is the expected behavior?
在使用 adc_continuous 的时候,想使用 adc_monitor 监控电压,电压超过阈值就执行回调。
What is the actual behavior?
实际使用的时候没有报错,也没有发生回调。
adc_test_main.c.txt
Steps to reproduce.
Debug Logs.
More Information.
No response
The text was updated successfully, but these errors were encountered: