Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/10/09 23:37
Read: times


 
#161410 - NE555 is popular but not a precision device
Responding to: ???'s previous message
I haven't used the venerable old NE555 for about 30 years, because it is so noisy it disrupts the supply voltage levels if there is any sort of load on it at all. It's also pretty noisy if the frequency is low, since the timing components then, if not well chosen, draw lots of current. These were sometimes handy to generate the +26 volts used to program EPROMS back in the day ... but those days are gone and there are CMOS devices that are MUCH less noisy and MUCH more stabile.

My suggestion was to derive the desired clock frequency by dividing it from the "X2" (Pin 18 of a DIP-40) oscillator output thereby producing a clock totally synchronized, hence not slipping back and forth around the sample strobe (inernal to the MCU) that samples the external signal input. If she's unwilling to do that, well... she's on her own, as that's a solid and basic way to ensure that the firmware works as necessary. She can deal with the vagaries of the NE555 on her own later, trying precise timing cap's and 0.1% resistors, if she wants.

Anyone who uses that old '555 when he/she could use something less troublesome, e.g. a CMOS schmidt trigger with a single feedback resistor and small capacitive load, gets what he/she deserves.

The principal benefit of using a digital divider as previously suggested, referenced to the MCU oscillator, is that it will be exactly synchronized with the MCU. That will allow precise verification of the code. If the reference frequency varies, introducing inaccuracy, the divider will track it, thereby nullifying the inaccuracy. This is something that can be done without any scarce or possibly unavailable resources, e.g. frequency counter, oscilloscope, etc, which is, in fact the reason I recommended it in the first place, since the design of a divider from 12 (or 24) MHz to very nearly 780 Hz is very easy to design and construct.

RE

List of 13 messages in thread
TopicAuthorDate
Frequency (Event) Counter Problem            01/01/70 00:00      
   less than 1% error            01/01/70 00:00      
      Error % is incremental.            01/01/70 00:00      
   ;STARTING BOTH THE TIMERS AT THE SAME TIME            01/01/70 00:00      
      Less variations in TL0 but still error            01/01/70 00:00      
         I do not know, but            01/01/70 00:00      
            CRO Frequency Measurement            01/01/70 00:00      
         Better But Still An Issue            01/01/70 00:00      
         How stabile is your signal source?            01/01/70 00:00      
            Very Good Point...            01/01/70 00:00      
               Easier if 89c52 is used            01/01/70 00:00      
            How stabile is your signal source?            01/01/70 00:00      
               NE555 is popular but not a precision device            01/01/70 00:00      

Back to Subject List