Hi,
I'm working on a learning project that uses 24/12V Two Pins smoke detector, i want to read alarm state of the detector. Usually for this kind projects i'm using 4 pin detectors which are sending short from 3rd and 4th pins so you can read with input_pullup, but i was wondering how things works with 2 pin detectors, so i get 3 working 2 pin detectors to figure it out.
Currenntly i don't have 24v external power supply so i've used cheap 12V/1Amp adjustable adapter to power on the detector.
As you can see on the picture it says "ALARM CURRENT : 70ma" when i puff smoke to the detector it's led turning red that it means smoke alarm triggered, while it's on alarm mode i've measured the amp and it was 0.01 ma, i've resetted the detector and measured amp on idle mode it was 0.01amp as well, i'm not sure but i think i'm not able to measure 70ma because of my adapter ?
This detector works between 12V & 24v, if i connect GND to arduino's GND and positive cable to arduino's 5Digital port (imaginary of course) it'll damage to arduino due to voltage (right?).
How should i connect this kind of detector to arduino and what should i do to read alarm signal from it ?