I have this makeshift file server made from an old laptop that doesn't support AC power back to automatically turn itself on when power is restored. I have to manually press the power button to start the server whenever a power loss occurs.
I do have an attiny13 at hand to do just this, but it honestly feels like a waste.
So, Is there any simple enough circuitry that basically connects the switch for about a second on power up?
the power button needs to be pressed for at least a second
Im trying to avoid using any chips. Also, the switch I'm pressing is the laptop power button itself, which carries a minuscule amount of current. So a relay would be redundant
First, if you have arbitrary requirements like this, you need to state them upfront. Second, why? What's so special about chips? It's all just tools in use to solve a problem.
I mean, you could do it with an LC circuit, using the coil of a relay as part of a timing element, but you'll spend enough time tinkering with various capacitor values that I'd just throw a microcontroller at the problem and be done in ten minutes.
If you really want to pursue it, a large value capacitor like 3,300 uF in series with a relay will probably give you about a 1-second contact closure when power is applied. Determining the actual relay and capacitor values are left as an exercise for the student.
Its evident that im not an expert on electronics, and so I thought there may be other ways of doing this task. The timing doesn't need to be accurate, what I meant was that there was a minimum threshold that needed to be filled. Is it feasible to replace the relay with a transistor?
yes, i finally settled with an attiny13. I think you misunderstand my definition of waste. I was looking for a separate solution, not the ones I already knew