Skip to content

dannisteele/pico_thermoclock

Repository files navigation

Pico Thermoclock

This code assumes the user has a Raspberry Pi Pico W, although other wifi-enabled microcontrollers may also work.

Some modifications are necessary:

  • SSID hostname and password need replacing.
  • It assumes a dht20 is in use, and connected to pins 14 and 15 (SDA and SCL) of the Pico.
  • It assumes a potentiometer slider is connected to pin 28.
  • A 12 LED ring is in use and connected to pin 2
  • Other changes should be obvious, but I will add them over time.
  • The ideal temperature should be set within the constants.

What does it do?

The Thermoclock measures the temperature and humidity of the area where it is placed.

If it is the ideal temperature, then the light will be green and at the top of the ring. As it gets colder, the light will move left and get bluer. As it gets hotter, the light right move right and get redder.

Every 30 minutes, it will log the date, time, temperature and humidity to data.csv on the Pico. This can be commented out if not needed, or can be used for databases to keep track of house readings.

On the hour, every hour, it will pulse all of the lights. The frequency of this depends on the time. At 5pm, it will pulse 5 times, at 9am is will pulse 9 times, etc.

At midnight and midday, the lights will spiral around the ring 12 times, just for something a little different.

Every 10 seconds, the attached LCD screen alternates between showing the time, and showing the current temperature as well as the highest and lowest it has been through the day.

Every midnight, the highest and lowest temperatures reset.

If sliding the potentiometer down, it turns of the backlight of the LCD screen. Sliding it up turns it back on.

Notes

There are some areas of the code that are not used as I intend to add to it in the future, such as using sockets to update a local web page where the user can download the data.csv file rather than needing to plug the Pico directly into a computer. These parts are not commented out presently, but do not interact with the code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages