|
Remote Event Detector
This device listens for 'crickets' - little transmitters that bleep out their condition periodically. |
The receiver unit shown
here uses a $10, 433 mhz receiver module feeding a PIC16F84 microcontroller.
The RF module has both digital and analog outputs. As it turns out,
the digital output is not good to use because it always puts out some kind
of data (noise) and tends to 'annoy' the processor. As you can see
from the schematic, the analog output was used
instead and the level detection is done externally.
You can see the current source files for the transmitter and reciever.
|