Site Tools


projects:flash_memory

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
projects:flash_memory [2013/03/16 14:44] – [Arduino based] adminprojects: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 <Wire.h> #include <Wire.h>
projects/flash_memory.1363441478.txt.gz · Last modified: 2013/03/16 14:44 by admin