<div dir="ltr">Per Lynne&#39;s request to see the code, here it is<div><br></div><div>Every few minutes, the microprocessor measures the temperature inside the turkey bag, posts the temperature to a website, and goes into deep sleep on top of the turkey.  (I was going to stuff the micro inside, but that is all frozen up tight).. <div><br></div><div>Because the micro is only awake for a few seconds every 20 minutes, it will run for weeks off the battery, long after the turkey has thawed.</div><div><br><div><div>The website receiving the post just appends the current local time() and data from the micro processor (humidity, temperature, ADC value) to a log file. The website replies to the micro with the number of minutes that the micro should sleep.  No jason, no mqtt, just php and html.  Webpage file is attached.. &quot;fromdht.php&quot;</div><div><pre style="color:rgb(0,0,0);white-space:pre-wrap">Here is a snippet of the temperature log</pre><pre style="color:rgb(0,0,0);white-space:pre-wrap">1608169225 90.50 2.50 2704
1608170427 90.70 2.50 2704
1608171628 90.80 2.50 2703
1608172830 91.00 2.50 2644</pre><pre style="color:rgb(0,0,0);white-space:pre-wrap">The ADC reading is broken... I thought I could use a GPIO as the source voltage for the thermistor, so that I could turn it off when not needed, but it doesn&#39;t work yet.   Maybe need the gpio pin to turn on a mosfet to 3.3volts</pre><pre style="color:rgb(0,0,0);white-space:pre-wrap">The Arduino .ino code file is also attached</pre><pre style="color:rgb(0,0,0);white-space:pre-wrap"><span style="font-family:Arial,Helvetica,sans-serif;color:rgb(34,34,34)">-- </span><br></pre></div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>George Bowden, <br><a href="mailto:gtbowdeng@gmail.com" target="_blank">gtbowdeng@gmail.com</a></div></div></div></div></div></div></div></div>