Difference between revisions of "PIC32MX: I2C EEPROM"

From Mech
Jump to navigationJump to search
Line 17: Line 17:
[[Image:I2C.jpg]]
[[Image:I2C.jpg]]


For visual feedback the PIC32 was connected to and LCD screen:
For visual feedback the PIC32 was connected to and LCD screen(1602A1 USB-A/Mini-B5-06):


[[Image:LCD.jpg]]
[[Image:LCD.jpg]]

Revision as of 17:05, 6 February 2010

Original Assignment

Do not erase this section!

Your assignment is to interface to the I2C 24AA1025 EEPROM chip.

Overview

Summarize briefly what the page is about.

Circuit

Include a schematic and give any part numbers. A photo of your circuit is OK, but not as a replacement for a schematic.

Connection schematic for 24AA1025 Chip.

I2C.jpg

For visual feedback the PIC32 was connected to and LCD screen(1602A1 USB-A/Mini-B5-06):

LCD.jpg

Code

Where possible, make it a single piece of well-commented cut-and-pastable code, or at least make each function that way, so others can easily copy it. Most comments should be in the code itself; outside the code (on the wiki) should only be explanatory comments that are too cumbersome to include in the code.