raccog / pico-thermometer

A thermometer using a raspberry pi pico, a DHT11, and a 7-segment display.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Thermometer Display for RP2040

This toy project uses a DHT11 temperature sensor and a 4-digit, 7-segment display to show the current temperature and humidity.

Display Format

On the 4-digit, 7-segment display, the first two digits are the temperature in fahrenheit. The last two digits are the humidity percentage.

About

A thermometer using a raspberry pi pico, a DHT11, and a 7-segment display.

License:MIT License


Languages

Language:C 67.8%Language:CMake 32.2%