
Originally Posted by
mekohler
Ok, so I am correct in the assumption that the microcontroller is connected to the left of the EEPROM on the schematic?
Yes, this is correct. The pin arrangement is as follows:
Code:
1- N/C 10- N/C
2- N/C 9- N/C
3- Data 8- Clock
4- N/C 7- N/C
5- +5V 6- GND

Originally Posted by
mekohler
I've been told that this is an intermediate to advanced programming level for the PIC?
Yes, but not insurmountable for a beginner, if approached in a building block manner. The basic communication in the circuit is not too complicated. The algorithms for the display may be a little tougher.

Originally Posted by
mekohler
Is there anything you recommend me reading so I can program this?
Well, I can only speak for myself. I read through Myke Predko's book, "Programming and Customizing PICmicro Microcontrollers." (It is a little dated, and deals with assembly, but good initial explanation on the internals of the PIC. He also uses "psuedo code" a lot, so it's not too bad a transition). After that, get into the datasheets, for both the PIC, and other components. For PBP, there are examples all over the place for specific tasks. MeLab's own site has a nice set of example files.
A quick summary:
a) Know the PICmicro controller. (What can it do, and the basics of how)
b) Understand how the components work together in the circuit (Like the I2C comm)
c) Use PBP to get the PIC to do it’s job.
Rather simplistic, and very much my own experience/opinion.

Originally Posted by
mekohler
Or any sites that offer custom program solutions for $$$?
I can’t really speak to this. Others may help.
SteveB
Bookmarks