arduino stop send data(print) to serial monitor

i dont use all memory of arduino. i looked that

You are using more than you need to.

Serial.print(F("Found chip PN5"));

Do the same with all the other literal strings.

And what Hackscribble said.