Tuesday 11 October 2016

servo - Holding voltage high, for monostable 555 timer pulse


I want to know if there is a simple (and cheap) way to make a momentary button (for which we cannot control the time it holds when pressed!) press to virtually hold for about 1-2 seconds.


More precisely, I want to implement a low power consuming solution for a monostable-"mode" 555 timer. Thus when the button is "hit", the 555 Vcc pin will go HIGH for at least the amount of time required for one pulse to be sent out. After that the circuit will go back to stable 0V, until next hit.


Even more precisely - The pulse is used to move a small servo to a certain, constant, predetermined position.




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...