656mv from a diode drop gives 222.
I created an ESP32 wireless remote for air conditioner control. That works with DS18B20. Now I want to create an 8266 version with LM35 which has much less MCU demand than the 1-wire devices.
These sensors worked as expected on Arduino UNO but ESP32 and 8266 have issues with analog. I could not find documentation that demonstrated correct usage.