Hi
I would like to read the 512b eeprom, modify it and write it with a arduino micro
Does anyone have experience with the ds2465 and with the 28e15?
I'm confused
Thank you very much for your help
What are you trying to achieve?
Keep in mind that two device are 3.3V devices and the Micro is using 5V. According to the Absolute Maximum Ratings in the datasheet you might even damage them if you connect the I2C signals directly. So consider to use a level converter.
This is quite exotic hardware in the Arduino world. Don't expect ready-to-use libraries or the like.
As complete documentation (p.e. full datasheet) is only available if you sign an NDA, it's probably rather hard to get support for this hardware in the open source community.
Here is a link to the datasheet. Using it looks straight forward however I only skimmed the data sheet. https://www.analog.com/media/en/technical-documentation/data-sheets/DS2465.pdf As indicated by pylon it is an abridged version.
I don't see the link. The datasheet I found online is the abridged one. At many places there is the bold sentence: "Refer to the full data sheet". The full data sheet is only available if you sign an NDA. You might get some of the stuff done you're looking for but I don't invest time in hardware with an NDA in front.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.