I was planning on using the ADC input of an esp8266 microcontroller to monitor the voltage of my gas boiler's thermocouple. My main question is safety. How can I connect to the thermocouple without a safety issue. For example, if some failure happened that applies voltage to that thermocouple it could allow the gas valve to open even if the pilot light was off. Obviously that would be pretty bad.
I could monitor the voltage through a high value resistor so if voltage was inadvertently applied to the gas valve the current would be limited. But I'm not sure how much current the gas valve needs to open or how much current it needs to hold open. The typical thermocouple voltage is about 20mv and best I can measure the input resistance of the gas valve is less than 0.1 ohm. The largest resistor that the ADC can tolerate is about 50k, but that would drop the measurement to about 16mv when it should read 20mv. I think I can live with that. For added safety I would operate the microcontroller from a 4.8v volt battery rather than a 5v output wall wart. That would limit the maximum current to about 10ua upon worse case failure.
What you think? Is the above too high risk? Is there a better way to safely monitor this thermocouple voltage?
Thanks,
Frank
I could monitor the voltage through a high value resistor so if voltage was inadvertently applied to the gas valve the current would be limited. But I'm not sure how much current the gas valve needs to open or how much current it needs to hold open. The typical thermocouple voltage is about 20mv and best I can measure the input resistance of the gas valve is less than 0.1 ohm. The largest resistor that the ADC can tolerate is about 50k, but that would drop the measurement to about 16mv when it should read 20mv. I think I can live with that. For added safety I would operate the microcontroller from a 4.8v volt battery rather than a 5v output wall wart. That would limit the maximum current to about 10ua upon worse case failure.
What you think? Is the above too high risk? Is there a better way to safely monitor this thermocouple voltage?
Thanks,
Frank