Arduino Clock

by GeorgeBgk in Circuits > Arduino

2441 Views, 9 Favorites, 0 Comments

Arduino Clock

WIN_20150712_125649.JPG

A simple clock with nokia 5110 screen!

What You Need.

  1. Nokia 5110 screen
  2. Arduino UNO
  3. Some wires

Wiring

Pin 7 - CE

Pin 6 - RST

Pin 5 - DC

Pin 4 - DIN

Pin 3 - CLK

5V - BL

3.3V (3V3) - VCC

GND - GND

Libraries

Unzip those archives into "libraries" folder!

Upload Sketch.

Sketch is attached.

Downloads

Setting Time.

Ins1.PNG

If you want to set time, open sketch!

On screenshot you see setTime(hour, minute, second, day, month, year);

Just change values!!

I RECCOMEND TO SET TIME TO time now+2mins, then upload sketch to your arduino and, when time now = values in setTime, press RESET on your arduino!

Done!!!!!!