Tuesday 1 October 2019

switches - Can I achieve a one shot button without a 555?



I have a complex circuit, but my problem only relates to one small part.


I have a relay, which is energised by pulling the low side low using an NPN. I would like a pushbutton to operate the transistor (and therefore the relay) for a time (500ms ish) then deactivate it and wait for the next push (ignoring the button if held). I understand how I can achieve this using timers (or a MCU), but I was hoping there might be a more simple and compact solution...


The image shows a simplified schematic of the starting point...


relay transistor and button circuit




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...