I used an pic micro development board before that would trigger another board that sent a SMS message to a mobile phone.
The pic micro dev board had 7 pir sensors and one key switch connected.
With some simple logic programmed on the pic.
Key switch false, alarm off.
Key switch true, count down timer 30s, activate.
On PIR detection. You have 30s to put the key switch to true otherwise alarm trigger (send SMS message).
Add pull down resistors to the PIRs and you could use the sabotage contacts together in serie.
Off course any uC with some GPIOS together with opto couplers can be used.
Regards, Dennis
Where did you get the network modules? Is this the microchip ENC28J60? Are the Arduinos running stable for some time already? Are you using interupts, watchdog, ... Any taughts on sharing the arduino MQTT code?
I found some nice PIR enclosures including a sensor which may have some space left to fit an arduino pro and an network module. For approx 10 usd each.
Link to the mobile version because I am currently browsing on my mobile phone.
http://m.alibaba.com/product/815180789/Wired_Microwave_Passive_Infrared_Sensor.html
What is the curent (idle) of the arduino pro, network module and pir sensor?
Regards, Dennis
Some pir sensors also have more intelligent features. Check the included docs. But the basics as far as I know should be very straight forward...
With an optocoupler this detection can be translated from 12V to low voltage logic. Off course you could also measure the resistance...