Login timeout connecting problem

I always use 1000uF capacitors with my ESP. Here is a youtube video of someone testing power with different capacitor values.

Thanks a lot for your help and useful ideas!
I place a 4700uF !!! :muscle:capacitor! And the problem improved a lot.:grinning:
However, when I add another widget ( I have already 8) the message login time out appears again in the screen. Why is this happening? ( I have changed a lot the original program)

The problem appears even if the loop in comment

It doesn’t appear thought when the widget doesn’t exist and the loop is out of comment .

all my loops have this form and their are working good!!!
the loop
CAYENNE_OUT(V10) {
if (phum != hum)
{ Serial.print("v10: ") ;
Serial.println(hum);
Cayenne.virtualWrite(V10, hum);
phum = hum;
}
}

1 Like