Search in The Electromania's Blog

Wednesday 20 January 2016

Clock and calendar using Arduino due internal RTC and I2C LCD display

I wanted to make a clock and calendar since long time. Ordered RTC chip is taking more than two months to arrive, so finally decided to find way out and found beautiful RTC library by 
and I2C LCD library by .
Although apparently simple project, it took long time for me to make I2C LCD display work (tried a dozen LCD libraries), get data from inbuilt RTC of Arduino due and do some animated scrolling text on LCD.

This quick project introduces us to -

1) Arduino due internal real time clock RTC to be used as date and time display. No need of external RTC chip/board

2) Running I2C LCD display on arduino due using Arduino IDE version 1.6.6

3) Displaying fixed text and scrolling text

4) Fixing issue of only one character being displayed on LCD displays, especially using higher version arduino IDE.


Although generally LCD displays are easy to connect and get working, it took long time for me to make it work on new Arduino IDE 1.6.6 and Arduino due. Initially I was getting only blinking white dark screen, then only one character and then text spread randomly so on... after lot of digging into google, i came up with this scheme... thanks to those who have done bits and pieces of work that helped me to do this herculean but simple project :).

Pin connections are as given below. Please note that LCD display needs 5V supply and not 3.3V.
I hooked up LCD directly from Arduino due 5V power supply and connected SCL and SDA pics of I2C LCD driver directly to pin 21 and 20 respectively. I didnt use any 5V to 3.3V step down conversion, it worked without burning my Arduino Due :).

Note - If your LCD display shows only one or first character of complete string, do not panic, just go in libraries folder of your Arduino installation directory, open the LiquidCrystal_I2C.cpp file and change the return value from 0 to 1, 
#define printIIC(args) Wire.write(args)
inline size_t LiquidCrystal_I2C::write(uint8_t value) {
send(value, Rs);
return 1;   this should be 1 and not 0
}



* Final working Sketch/code is given at the bottom of this page or is available on my - Github page with explanation of important commands given as comments.

I am not very active on blog these days, for comments and suggestions please comment on my youtube video here .

Have fun... :)

* Links to Libraries etc-

-- RTC library  https://github.com/MarkusLange/Arduino-Due-RTC-Library

-- Library for I2C LCD display https://github.com/marcoschwartz/LiquidCrystal_I2C

-- Sketch for Arduino I2C address scanner http://playground.arduino.cc/Main/I2cScanner 

-- I2C LCD driver board from ebay 

-- 1602 LCD display is part of Arduino uno starter kit from banggood.com


Catch Electromania on-
----------------------------------------------------------------------------------------------------
Blog - http://theelectromania.blogspot.it/

Webpage- https://sites.google.com/site/electromaniablog/ 

Hackaday- https://hackaday.io/electromania

Github- https://github.com/Electromania

Twitter- https://twitter.com/TheElectromania

Instructables-http://www.instructables.com/member/TheElectromania/

2 comments:

  1. About connecting the LCD with Arduino Due without burning it, I made a tutorial about it! :)
    https://www.instructables.com/5V-LCD-With-Arduino-Due-33V-I2C/

    ReplyDelete
  2. The typical on line casino site that accepts South Korean gamers could have lots of of varieties of|several types of|various sorts of} video games to offer them. They all the time come in in} many themes, many special options, and the most effective, up-to-date graphics and sound results. As is the case in lots of} nations in the world, the gambling laws in South Korea seem everywhere. Casino gambling towards the law|is unlawful} for home residents, apart from 점보카지노 one gambling facility. The solely authorized land-based on line casino for South Koreans is the Kangwon Land Casino & Hotel. So, although reside casinos can't get a license to operate within the country, gamblers are nonetheless free choose on} a few of the the} best worldwide reside casinos examine out|and take a look at} their luck there.

    ReplyDelete

Contact me for more information...

Contact Electromania

Name

Email *

Message *