asrock70
Full Member level 4
I am looking for some simple solution to evaluate the status of the alarm line
A typical alarm line connection is Double End Of Line
possible states
No Alarm R=R1+RL
Alarm R=R1+R2+RL
Sabotage R=High resistance (may be over 7k Ohm)
Sabotage R= short circuit (may be under 100 Ohm)
I'm looking for some funny solution that can be connected to a Raspberry, for example.
Then I thought of using a module with AD1115 I2C 4 input 16 bit ADC for $2. The main thing that bothers me here is the 4 inputs, I need 6 of them
The second option was some STM32 MCU and its ADC. Unfortunately, I have no experience with the reliability of I2C programmed as a Slave
Thank you.