Hi all.
I have a PIR sensor, an RF transmitter, an RF receiver, and one Arduino.
My expectation is that each time PIR detects motion, it sends a signal (a string contains some information used to identify which PIR has sent that signal) through the RF transmitter and the Arduino will get the signal through the RF receiver.
I do not want to use PIR, RF transmitter in accompanied by another Arduino because I want to minimize the cost of the product as much as possible. Nevertheless, the problem is not so complicated that it requires another Arduino to do this simple task.
Can we use only one PIR sensor, one RF transmitter, one RF receiver, one Arduino to solve the problem?
If not, instead of using another Arduino, can we use another microcontroller(re-programmable) as a replacement for Arduino
Any help is appreciated.
Thanks in advance.