Arduino NANO + RC522 Interrupting the reading

Hello, I am just starting my adventure with Arduino and encountering the problem of reworking the example attached to the library MFRC522 - DumpInfo.

I would like RFID to be read for 20s from the moment the button is pressed (it is about random reading and saving the battery)
However, interrupting GND causes the reader not to start after pressing the button.

Please help.

Try to interrupt + instead of GND. It may take some time until the reader becomes ready, or it wants to be explicitly reset after every power on - check the library code.

Interrupt + also does not give anything. Is there any possibility that the reader will be launched only after clicking the button?

Which button?

Button, eg below input D4.
After pressing the button, the RFID tag can be read.

So you are not informed when the RFID has been attached again? This should be fixed, somehow.