Tagged: Temperature

Raspberry Pi Pico (rp2040) and DS18B20: introduction and parasite mode

Dallas ds18b20 with Raspberry Pi Pico (rp2040): introduction and parasite mode

The Dallas DS18B20 is a digital temperature sensor that can be easily integrated with a Raspberry Pi Pico (rp2040) microcontroller. In this response, we will provide an introduction to the DS18B20 sensor and explain how to use it in parasite mode with a Raspberry Pi Pico.

0

Temperature humidity sensors comparison (Code configuration) Part 2

Wherever I go, peoples asked me why I chose DHT12, and why I spent time to write a library for this small sensor, in this articles I’ll try to give an answer (competitor bmp280, DHT11, DHT22, Dallas and thermistor).
Today the code to get sensors fully working.

0

Temperature humidity sensors comparison (Specifications) Part 1

Wherever I go, peoples asked me why I chose DHT12, and why I spent time to write a library for this small sensor, in this articles I’ll try to give an answer, and introduce the competitor bmp280, DHT11, DHT22, Dallas and thermistor.
Today the specification of the sensors I use.