My MQ-135 away read 0 when connect to blynk

GPIO25 is connected to ADC2, which can’t be used at the same time as WiFi.
Read this link and choose an ADC1 pin instead…

And, while you’re reading that link you need to study the “keep your void loop clean” info too. You can’t use delays in your void loop when you’re using Blynk, you need to use BlynkTimer instead.

Pete.

1 Like