Big Clock LCD Display (with extras)

Here's a small Big Clock LCD Display I worked on, so I could display some agenda stuff, have alarms, etc ...

Gear used:

  • Arduino nano (coded for the old ATMEGA168, but works with the new ATMEGA328 too)
  • RT Clock + EEPROM
  • Big 20 x 4 LCD Display
  • Ultrasonic Sensor Module
  • Buzzer

I will post the code and also links to each part I used after this.

The device is a custom clock with agenda and special alarms. Up to 50 events in the alarm, with option of recurring events, simple reminders and daily alarms. The ultrasonic sensor allows you to switch off an alarm, or display the entire agenda-events. The LCD will display a BIG Time, small Weekday/Day/Month (its all done in Day/Month format, sorry) plus the next event in the agenda. (if its a fixed-day event, not a daily event) The unit is programmed via serial, so its always connected to my PC. But when my PC is offline, it will still work since its totally self-contained. (serial use is just to set clock and events/alarms)


BIG LCD

http://www.ebay.com/itm/20x4-Big-Number-LCD-Module-HD44780-Yellow-LED-2004G-A2-/320480796436?pt=LH_DefaultDomain_0&hash=item4a9e24df14


RT (Real Time) Clock + EEPROM

http://www.ebay.com/itm/1PCS-I2C-RTC-AT24C32-DS1307-Real-Time-Clock-Module-for-arduino-AVR-PIC-51-ARM-/121069360260?pt=LH_DefaultDomain_0&hash=item1c304bd484


Arduino Nano (this has a better chip)

http://www.ebay.com/itm/mini-USB-Nano-size-V3-ATmega328P-AU-Micro-controller-board-Arduino-compatible-/321018756276?pt=LH_DefaultDomain_0&hash=item4abe357cb4


Ultrasonic Module

http://www.ebay.com/itm/1pcs-HC-SR04-Ultrasonic-Module-Distance-Measuring-Transducer-Sensor-for-Arduino-/110954970893?pt=LH_DefaultDomain_0&hash=item19d56e7f0d

Attached is the code. (2 files)

BIG_Clock_LCD_7.pde (21.4 KB)

Z_Big_Font.pde (4.03 KB)

looks good! well done and thanks for sharing

I just updated the code above, fixed a few bugs, improved a few things.

Hello,
We are now june 2018 and it looks like that the two files don't work anymore in Arduino IDE. Is there somewhere an upgrade for these files ..... and a schematic how to connect all together?
Many thanks,

Ron1406,