Hello All,
Working on a Poofer project, or something similar (see: ESP8266 Powered Propane Poofer - SparkFun Learn). I want to wirelessly activate a propane fire pit, and have a flame-out indicator send a signal back to the app if no flame is detected.
TL;DR: Trying to get a “return signal” from my “FLAME OUT” LED back through the DEV board to show in the App.
Instead of manually operating the Igniter and Solenoid(s), I have a flame controller that I will be switching On/Off with the Dev Board via a relay. The controller is able to automatically switch on the Igniter and Solenoids, and includes a flame sensor that monitors if there is flame present. If there is not flame present (flame blows out, out of fuel, etc) the controller will (temporarily) shut down the solenoid/fuel flow for safety, and activate an LED light/send a signal through a 1/4" tab that tells the operator there is no flame.
HOW DO I GET THIS (RETURN) SIGNAL BACK THROUGH THE DEV BOARD TO SHOW IN MY APP??
Either the flame controller signal-out wire can attach directly to the DEV Board, or I can have that signal out wire connect to a relay, and then attach to the DEV Board. Question is: is this possible/is it possible to send a signal TO the Dev Board and then have it show up as active/ON in the app? And then turn OFF when the signal is lost (indicating flame is again present)??
Thanks for your help!