armghan11
Member level 1
- Joined
- Oct 9, 2012
- Messages
- 41
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,286
- Activity points
- 1,557
I want a simple alarm circuit that turn on when receive an interrupt from another micro controller.....
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hi!
Turn on what? A siren? Drive a relay? An open collector output? What would that be?
Which MCU are you using?
And what kind of interrupt? Level or edge?
Please provide some more details about project scenario, a schematic would be even better. :wink:
Sorry, I don't use pic to further help you with the code, but you don't need to make the circuit more expensive with the use of 555. PIC timers are already there, you could use them as well.i am using pic16f877a controller... i want my controller to generate a level interrupt that will go to 555timer and the siren will turn on.