Hi
I am building my home alarms systems.
what is the solution to read 12V analog inputs with an arduino ?
I don't want to use a resistor dividers circuit, is there a hat card or a solution to plug 12V analog input and be able to process it with arduino?
I need about 4 analog inputs for 4 alarms zones
Each alarms zones with contains reed switch and passive infrared sensor.
addon: if that card could have relay to power siren it would be great !
These type of sensors are digital, not analog, you could use a high value resistor in series to tap into the 12V signal, but I would use an opto-isolator. You could build these on to a protoshield, as well as the relay, this would give you a more permanant solution, you could even design a PCB and hive it made to give you a more reliable and robust project.
Can you give a schematic of such a sensor? There will be a standard receiver circuit for these which would be good to know but can be reverse engineered.
Can we have the actual schematic then - where are you supposed to sense the voltage if the sensors are only connected to the supply rails? Or is the 12V current-sensed?
And include which are the connections going to the Arduino, that's not obvious at all.