HolgerW wrote:Which software version you use ?
I'm using esp_iot_sdk_v0.9.3
HolgerW wrote:Make sure the pin doesnt float and only 0..1V, more then 1V will kill the ADC...
Yes, I have read that a lot of people (by accident) killed it with that. With some it can still be flashed but doesn't boot up anymore.
metalphreak wrote:checks to see if the ADC is in use. I can't remember the exact information, but if you search for it, its not hard to find
Thanks for that hint. I also just found out that it is not a good idea to read an ADC value during transmitting because it could influence the value. That probably that what you also point out here. I just searched quickly but was not able to find something so far. If I find it I will let you know.