Problem with code

void loop()
{
 while(1)                      //Ciclo infinito para que el programa no se detenga
 {

Personally, I no longer try to help people that have an infinite loop as the only thing inside an infinite loop(). It just screams clueless.