rudi wrote:Hi guys
new esp-adc works perfect - now i would use the ADC ( TOUT ) and WIFI -
how i can combinied ADC + WIFI / a set off function for the wifi modem in the time of measuring will be fine.
i use the adc with new ESP-ADC DIL18 modules with RM 2.54 and breadboard friendly .. i attached

rudi

hi rudi,
thanks for the question.
we added a patch below , in this patch we also improve the adc test function ,as well as in the next versions to be released.
viewtopic.php?f=7&t=16 The test function is in func lib , which is "test_tout" and returns 0-1024 for 0-1v.In the test func , we do care about the effect of the wifi modem already.
test_tout(0) without printing result , test_tout(1)with printing. The func name would be changed in the next sdk version.
Have fun!