How do you create a timer (preferably ten minutes) that activates redstone every time it activates in Minecraft [closed]

Solution 1:

You can make a 5 minute timer by dropping an item onto a golden or iron pressure plate and activating the output when it despawns. You can chain two of those to create a 10 minute timer.

This could look like this:

Alternatively, you can create a 10 minute timer by getting a signal out of a daylight sensor. It's not exact. but if you get a pulse when it goes above or below signal strength 7, then you have a timer that gives off a pulse after 9m56s, then after 10m04s, then 9m56s and so on.