- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 2 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 3 months ago
- Building a 3D Digital Clock with ArduinoPosted 8 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 9 months ago
- Snowflake with ArduinoPosted 9 months ago
- Holographic Christmas TreePosted 9 months ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 10 months ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 11 months ago
- What is IoT and which devices to usePosted 11 months ago
- Maker Faire Rome Unveils Thrilling “Padel Smash Future” Pavilion for Sports EnthusiastsPosted 11 months ago
Thermometer with LED temperature display
In this project we will see how to make a thermometer to measure the temperature in the room with a measuring range from 10 degrees to 35 degrees Celsius and an accuracy of 0.5 degrees. The temperature is displayed on the WS2812 LED bar containing 50 diodes. Characteristic of this thermometer is that in addition to the scale we can see the temperature through the color of the LED.
By changing the temperature, the color of the diode gradually changes from dark blue for lower temperatures, then to the light blue, passing through green shades for comfortable temperatures, to red levels for higher temperatures. So with a simple look at the thermometer we can conclude if the temperature is in the comfort zone.
The device contains only a few components: an Arduino nano microcontroller, the WS 2812 LED strip with 50 LEDs and the DS18B20 temperature sensor.