Skip to content

RTC clock with liquid crystal display, humidity and temperature sensor, powered by lithium battery. Developed on a Feather 32u4 basic board.

License

Notifications You must be signed in to change notification settings

mafdezmoreno/Feather_32u4_Clock_DHT

Repository files navigation

Feather_32u4_Clock_DHT

RTC clock with liquid crystal display, humidity and temperature sensor, powered by lithium battery. Developed on a Feather 32u4 basic board.

IMG_3784

Initial Functional Version

Clock connected to RTC PCF8583.

It is composed of:

  • Liquid crystal display
  • Feather 32u4 basic
  • Battery
  • DHT11 sensor
  • PCF8583

Features:

  • Displays: time, date, battery level, temperature and humidity.
  • Allows to change the time by push buttons
demo.mp4

New features. Low power consumption

Using the functions provided by the "avr/power.h" library, the average power consumption has been reduced to 3.8 mA. This allows powering the clock with a 3000mA battery for almost 30 days.

The power consumption reduction is achieved by deactivating the power supply to all the peripherals that are not necessary, and activating the necessary peripherals only during the strictly necessary time.

The following image shows the power consumption reduction achieved.

low_power_demo

About

RTC clock with liquid crystal display, humidity and temperature sensor, powered by lithium battery. Developed on a Feather 32u4 basic board.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages