ESP8266-01 Temperature Logger With Multiple Inputs: If you are familiar with Arduino, you may have used some of the analog temperature sensors that come in the starter kits. When using an ESP-01, we don't have ready access to an analog pin, so we need to use a digital sensor, like the DS18B20. There…