Measuring & capabilities ESP32 with Inbuilt Temperature Sensor
ESP32 Internal Temperature Sensor is basically to calculate the temperature of the ESP32 core. This sensor, however, can’t measure the ambient temperature, that is, atmospheric temperature. For that purpose, we would need to use external temperature sensors like DS18B20, DHT11, BMP280, etc. In this tutorial, we’ll first explore the basics of the Internal Temperature Sensor … Read more