This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
projects:flash_memory [2013/03/16 14:44] – [Arduino based] admin | projects:flash_memory [2013/03/16 14:49] (current) – [Arduino based] admin | ||
---|---|---|---|
Line 3: | Line 3: | ||
==== Arduino based ==== | ==== Arduino based ==== | ||
+ | * Memory interface: i2c | ||
+ | * Model: 24c16 | ||
+ | The memory is connected to the arduino microcontroller via the standard dedicated i2c pins. Then following sketch is used. After a reset the microcontroller will start outputting in its serial port the contents of the eeprom. With a utility like cool term, byte for byte can be captured and written to a file. After reading all bytes and closing the file, the file is exactly the size of the eeprom. | ||
<code c> | <code c> | ||
#include < | #include < |