Wednesday, 18 April 2018

design - Functional difference between various astable 555 circuits


Looking through some 555 square-wave-generator circuits (possibly with variable duty cycle for 4-wire PWM fan control) I've found three different circuits:



  • From the Wikipedia 555 article, a "standard 555 astable circuit":



astable 555 circuit from Wikipedia



  • From DPRG, a "simple PWM circuit":


PWM 555 circuit from DPRG



PWM 555 circuit from Nidec


Functionally, these circuits all seem to do the same thing, but seem to be vastly different in design, particularly the last two (the Wikipedia circuit lacks variable duty cycle, though the article briefly mentions it); short of simulating them, is there a way to determine which is "better" or are they equally valid?




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