Visualizzazione post con etichetta time. Mostra tutti i post
Visualizzazione post con etichetta time. Mostra tutti i post

sabato 3 marzo 2012

PIC32MX220F032B - RTCC usage demo. Clock on Nokia LCD

New fresh demo for ORbit16 with PIC32MX220F032B. This demo requires mounting of secondary oscillator.


This example shows how to setup and use internal RTCC Module. A simple clock/calendar is shown on a Nokia LCD. Plese see nlcd.h file for display connections.
All demos are here: http://www.settorezero.com/orbit16/home/examples/

domenica 12 febbraio 2012

Real Time Clock Calendar Demo

I've published a new demo that show the usage of RTCC module included in PIC24FJ64GB002. The demo uses an LCD HD44780 to show time/date values.

This demo uses the RTCC standard library included with the latest version of MLAB C30 C Compiler. Only few functions are added in order to convert BCD values, stored in the RTCC registers, in decimal values to be showed on the display.

This demo show a basic usage of the RTCC, alarm function is not used.

Demo is located in the examples section of www.orbit16.com website : http://www.settorezero.com/orbit16/home/rtcc-demo/