The major issues will likely be (in order):
1) Understanding and implementing I2C communicaitons with a PIC and PBP (and get the hardware correct)
Lots of Info on the protocol is available online.
2) How to use the I2C protocol to access the DS3231 specific registers – Both to set the device and retrieve data
The datasheet will help here once you have #1 sorted out.
3) How to manipulate/convert the received data in PBP do display on an LCD.
This link may help you in overcoming the issues above. http://www.rentron.com/PicBasic/i2c_communication.htm
Bookmarks