Yes, this is correct. The pin arrangement is as follows: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.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
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.
I can’t really speak to this. Others may help.
SteveB
Bookmarks