Let’s get to know the HDC1080 temperature and humidity sensor, an integrated sensor made by Texas Instruments, communicates via i2c
We are going to implement code for using the HTU21D temperature sensor with ESP32. This is an i2c temperature and humidity sensor.
Let’s dive in and learn how to use the LM35 temperature sensor with ESP32, using a single analog input and a bit of simple code.
This is an update on the “minimalist USB thermometer with ESP32” project of mine. I have decided on the sensor and sent the pcb for fab
I am starting the project of a minimalist USB thermometer with ESP32, based on the Xiao ESP32-C6 WiFi chip. The sensor is connected via i2c.
Comprehend and see how to use a K type thermocouple with MAX6675, programming an Arduino UNO to show temperature value on serial monitor
We will learn how to use the NTC thermistor temperature sensor with Arduino, reading it on an analog input
Let’s create an Attiny85 thermometer using DHT11 temperature sensor and six LEDs as the binary display
Let’s connect and learn how to use the DHT11 temperature sensor with ESP32-S2 Franzininho. It is a one-wire temperature and humidity sensor
See how to use a BMP280 temperature sensor with ESP32-S2 Franzininho WiFi, via i2c communication protocol. Measuring temperature and atmospheric pressure.
We are going to get to know the DS18b20 temperature sensor with ESP32-S2 Franzininho WiFi, a sensor that communicates with the microcontroller via one wire
We will learn how to interface the SHT21 temperature sensor with ESP32-S2, via i2c protocol
Let’s learn in this post how to use the Raspberry Pi Pico temperature sensor, an internal diode that can give us the chip temperature
Come with me to learn how to use the ESP32-S2 internal temperature sensor, with the Arduino IDE and printing on a serial monitor
A weather station reading temperature and humidity using a DHT11 sensor and a LCD display
A binary (with LEDs) thermometer with LM35 and Arduino UNO
This post shows how to read NTC temperature sensors with Arduino UNO.