Fala galera!!
Estou tentando ligar dois reles com um transistor no arduino so que ao acionar a porta a placa reseta... O que pode ser???
Obrigado
Você precisa ser mais específico.
Ao falar relé é necessária para identificar a tensão de relé e carga atual que está sendo trocado pelo relé. Como você especificou dois relés é necessário explicar o porquê. dois em vez de um. Você menciona transistor mas não menciona se você sabe como projetar um circuito do transistor. Sua pergunta é muito vaga. Você precisa especificar o que exatamente você está pedindo. "Oi como vai você ?" Não é uma questão técnica .. Qual é a sua pergunta (s)?
You need to be more specific.
When talking relay is necessary to identify the relay voltage and current load being switched by the relay. Since you specified two relays it is necessary to explain why. two instead of one. You mention transistor but does not mention if you know how to design a circuit of the transistor. Your question is too vague. You need to specify what exactly you are asking. "Hi, how are you ?" It is not a technical question.. What is your question (s)?
Poste seu sketch e o circuito.
I'm trying to connect two relays with a transistor in Arduino so that when operating the door resets the board ... What can be ???
Reseting o Arduino quando a porta é aberta não é difícil. O que está faltando aqui é o método de detecção da door.The aberto mais simples método é usar um sensor magnético da porta, como usado para alarmes de segurança com os contactos dos relés usados para repor o arduino.
Coloque um 10k ohm pulup resistor na entrada do resistor de base do transistor e usar o Normalmente fechado junco contatos da chave do sensor da porta para shortl a entrada do resistor de base para a terra. Quando a porta se abre, ele irá quebrar a ligação à terra e resistor pulup vai ligar o transistor, energizando o relé, zerando o arduinino através dos contatos normalmente abertos do relé.
Reseting the arduino when the door is opened is not difficult. What's missing here is the method of sensing the open door.The simplest method is to use a magnetic door sensor like used for security alarms with the relay contacts used to reset the arduino.
Put a 10k ohm pulup resistor on the input of the transistor base resistor and use the Normally closed reed switch contacts of the door sensor to shortl the input of the base resistor to ground. When the door opens, it will break the connection to ground and the pulup resistor will turn on the transistor , energizing the relay , reseting the arduinino through the Normally Open contacts of the relay.