Clock with Arduino

Arduino clock, easy to assemble, you can set the date and time by the Serial monitor

Jul 6, 2017

11152 views

5 respects

Components and supplies

1

display nokia 5110

1

Jumper wires (generic)

1

Arduino UNO

1

Resistor 221 ohm

Apps and platforms

1

Arduino IDE

Project description

Code

code

c_cpp

// pin 3 - Serial clock out (SCLK) // pin 4 - Serial date out (DIN) // pin 5 - date/Command select (D/C) // pin 6 - LCD chip select (CS/CE) // pin 7 - LCD reset (RST)

code

c_cpp

// pin 3 - Serial clock out (SCLK) // pin 4 - Serial date out (DIN) // pin 5 - date/Command select (D/C) // pin 6 - LCD chip select (CS/CE) // pin 7 - LCD reset (RST)

Downloadable files

hardware

// pin 3 - Serial clock out (SCLK) // pin 4 - Serial date out (DIN) // pin 5 - date/Command select (D/C) // pin 6 - LCD chip select (CS/CE) // pin 7 - LCD reset (RST)

hardware

Comments

Only logged in users can leave comments

viniciuslindoss

0 Followers

0 Projects

Table of contents

Intro

5

0