I am trying to make a temperature logger for my solar panels. Every 15 mins the ESP module will connect to the internet hotspot, read the temperature (TC1047 sensor) and then upload to Google sheets using IFTTT web hooks service, then go back to sleep until the next 15 min after which the cycle repeats again.
I plan to use a ESP-12E device for this and a resistance network to bring the 1.75 V (max) output from the TC1047 sensor to 1V level of the ADC.
The plan is to power the entire system with a CR2032 coin cell.
I have developed the code for the above system, its is working well. I can also get it into sleep state, however I do not understand how to wakeup the ESP module every 15 minutes internally using just the software.
I have searched the internet but they all have examples of wakeup using an external pin (WAKE) connected to the reset.
Could anyone inform me how I can wakeup the ESSP device from within the software??
thanks
a