Triggering 555 Timer: How to Use PIC Microprocessor

  • Thread starter Thread starter djkross
  • Start date Start date
  • Tags Tags
    555 timer Timer
AI Thread Summary
To trigger a siren using a PIC microprocessor with a 555 timer, ensure the I/O port of the PIC is set as an output and that both the PIC and 555 timer share the same power supply. The trigger pulse from the PIC should be normally high, with a low pulse lasting at least 1 microsecond, and shorter than the output pulse from the 555. It's important to include power supply bypass capacitors near the chips and to verify the wiring against the schematic if issues persist. Using an oscilloscope can help confirm the presence of a pulse on the PIC output pin. If problems continue, consider testing the components in a different circuit to check their functionality.
djkross
Messages
1
Reaction score
0
hey guys... I'm having some trouble trying to figure out how to trigger a siren I'm working on. i have an astable circuit setup with the output of the monostable 555 connected to the output of the astable 555s to trigger the circuit. i wanted to trigger the circuit using a PIC microprocessor but a teammate of mine says i can't do that. so far, the only way it's actually working is by grounding the trigger pin of the monostable 555. is there a chip or a circuit that i could add to this existing one that will be connected to the trigger pin of the monostable 555 and could have a signal sent to it by the PIC that will ground its output and thereby grounding the trigger pin of the monostable 555, which will get the result that I'm looking for?
 
Engineering news on Phys.org
I checked the data sheets for the PIC16F84A and the Texas Instruments LM555 and don't see a problem.

If the I/O port of the PIC is set as an Output and the supply voltages are compatible, I see no reason it wouldn't work. Ideally the PIC and the 555 Monostable should be driven with the same power supply, +5V and Gnd.

Be sure there are power supply bypass capacitors installed fairly near the chips.

Make sure your program sets the PIC output pin you are using to be Output, not Input. The Trigger pulse from the PIC to the Monostable should be normally high with a low pulse at least 1uS duration, perhaps longer if you are using a CMOS version of the 555. Since the PIC can operate with a 20MHz clock, you program will probably need a time delay to set the pulse duration

The Trigger pulse should also be shorter than the 555 output pulse.

If you have an Oscilloscope available, check for a pulse on the PIC output pin.

If all that fails to fix it, have someone else check your wiring against the schematic. Next would be to either replace the PIC and 555 or try them in another working circuit to see if they are still good.
 
  • Informative
Likes anorlunda
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Back
Top