Circuito electronico

Encender motor 1, al apagar motor 1 el temporizador a determinado tiempo activa motor 2

This idea describes an automatic motor control circuit using a timer. The concept is as follows:

  1. Motor 1 starts when the circuit is activated.
  2. When Motor 1 turns off, a timer begins counting a predetermined delay.
  3. After the set time, the timer activates Motor 2 automatically.

Possible Circuit Implementation:

  • Using a Relay & Timer (555 Timer or Delay Relay):
    • A relay can control the switching between Motor 1 and Motor 2.
    • A 555 timer in monostable mode can introduce the delay before Motor 2 turns on.
    • Alternatively, a programmable microcontroller (Arduino, PIC, ESP8266, etc.) can handle timing and control logic.

Would you like a circuit diagram or a specific implementation idea?