Reading NTC temperature sensor with Arduino
This post shows how to read NTC temperature sensors with Arduino UNO.
This post shows how to read NTC temperature sensors with Arduino UNO.
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
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.
We are going to implement code for using the HTU21D temperature sensor with ESP32. This is an i2c temperature and humidity sensor.
Let us make an e-paper display gadget with ESP32 and Arduino code. It will feature a SHT21 temperature and humidity sensor and currency conversion (you pick which one). Also there will be an Youtube subscriber live counter.
Have you ever had the need to use the BMP180 sensor with MicroPython? this post is for you. We will use a RP2350 microcontroller.
ESP32-C3 has an internal temperature sensor, readable via Arduino code. All you need is a bit of code and the Arduino IDE serial monitor.
Let’s learn how to use the ESP32-C3 internal temperature sensor with microPython, using Thonny IDE and a breadboard
Let’s learn how to read the BME680 environmental sensor with microPython, using an ESP32 and Thonny IDE. This is an environmental sensor by Bosch.
Let’s learn how to control and read the DS18b20 temperature sensor with micropython, using Thonny IDE and A Raspberry Pi Pico 2
Let’s learn how to read a LM35 temperature sensor with microPython, using a Raspberry Pi Pico 2 and Thonny IDE software
Let’s connect and use a DHT11 temperature sensor with microPython, using a Raspberry Pi Pico 2 programmed using Thonny IDE
This article will discuss the usage of a thermocouple with MAX6675 in microPython, which is a temperature sensor used in an industrial set
Let’s get to know how to implement readings on the HDC1080 temperature sensor with microPython, using Raspberry Pi RP2350
Let’s get to know the HDC1080 temperature and humidity sensor, an integrated sensor made by Texas Instruments, communicates via i2c
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.
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