Reading a voltage on a pin of the ESP83266-01
Posted: Thu Jun 20, 2019 4:39 pm
I need some advice on a project I'm thinking of. We have an old heater using oil in our house, and i thought it could be cool to see how much it was running/burning. So i took its burners cover off and discovered that on two pins on its diagnostics connector, around 3v was send out when it was running.
My initial idea was then to have those pins attached to one of an Arduinos Analog inputs, that would then log when 3v was detected on it.
Then i figured that i could maybe instead use one of the ESP8266-01 modules i had. Would this be soutable for this task? And if so, how? I've tried reading around the net if i could use one of its two GPIO pins for this, but not sure if its possible. I would also need to somehow scale the voltage down from 3v to a maximum of 1v if i understand it all correctly.
Once a voltage signal is detected on the ESP8266-01 it would send a web request to a webservice i will make for the purpose, that would then set the start time of the burner, and then another webrequest once the voltage is gone again.
Hope to get some tips and suggestions, mainly how i can make the ESP8266-01 detect 3v on one of its pins.
My initial idea was then to have those pins attached to one of an Arduinos Analog inputs, that would then log when 3v was detected on it.
Then i figured that i could maybe instead use one of the ESP8266-01 modules i had. Would this be soutable for this task? And if so, how? I've tried reading around the net if i could use one of its two GPIO pins for this, but not sure if its possible. I would also need to somehow scale the voltage down from 3v to a maximum of 1v if i understand it all correctly.
Once a voltage signal is detected on the ESP8266-01 it would send a web request to a webservice i will make for the purpose, that would then set the start time of the burner, and then another webrequest once the voltage is gone again.
Hope to get some tips and suggestions, mainly how i can make the ESP8266-01 detect 3v on one of its pins.