As I am looking to begin testing a deployment of MySensors to a production environment, I have a Bosch wired sensor that I plan to use as the motions for my MySensor network. I have used these in the past extensively with alarm panels and they have good-to-great detection, especially for the money.
Here's a schematic:
http://resource.boschsecurity.us/documents/BlueLine_Gen_2_WP12_Installation_Manual_all_2603182859.pdf
I did some searching of the forum and still have some open ended questions. As these are commercially available wired motion sensors, I thought it may be helpful to have a topic on these (and wired motions from Honeywell, etc) to be able to use well with MySensors.
Several questions:
-
The Bosch has 2x NC contacts, I imagine so that I could connect the sensor to two different things if I wanted (for example my MySensors board + a nearby security camera). I am nowhere near an EE, so just need confirming that (per the schematic) this wires up basically identically to the HC-SR501 -> +, - and one of the NC's make it a 3 wire connection. Yes?
-
The Interrupt stuff -> I have a Mega2560 with a W5100 Ethernet shield. D2 and D3 are consumed by the Eth shield. If someone can point to a MySensors sketch or howto showing the most elegant way to assign Interrupt to another pin, that would be great. I can find non-MS tutorials for this, but since I am in the MS framework (which I absolutely LOVE BTW), I wanna make sure I'm doing it the correct "MS" way.
Thank you in advance!!!!