Reading and Writing Serial EEPROMs

Hi everyone!

I wanted to program an 24LC32A EEPROM over Arduino according to the following tutorial:

https://learn.sparkfun.com/tutorials/re … eproms/all

In the original code(s) I modified EEPROM address, nothing else. And I use Arduino Nano instead of Uno.

I attached two files - ImageDataDevice.txt is the one I’m programming, teraterm.log is the one I read from the EEPROM. Anyone has an idea why are they different? I see all of the segments from the original file but somehow on wrong places.

ImageDeviceData.txt (1.25 KB)

teraterm.log (1.25 KB)

Hi everyone, I found out what I did wrong. I didn’t program with .txt file, but with .bin file. Preview in Notepad was identical so I tought I can use any of the two.