PIR HC-Sr505 usage

If the botup takes 10 seconds, then wait for it.
Put a 12 second delay in setup().

...
Serial.begin(9600);
delay(10);
Serial.print("Waiting for botup... ");
delay(12000);
Serial.println("Done\n");
}

Leo..