Citazione:
Originalmente inviato da ginboni |
Leggi questo. moltissimi hanno seri problemi a leggere la eeprom perchè lo sketch di arduino è sbagliato.
openrcforums • View topic - Error writing eeprom data - SOLVED
e in particolare questo post:
Start Arduino IDE 1.01 and load up the Examples -> ArduinoISP sketch, search for the two places (one in the eeprom_write and the other in the eeprom_read) which look like:
Code: Select all
// here is a word address, get the byte address
int start = here * 2;
Replace it with:
Code: Select all
// here is a word address, get the byte address - NOT an an m64!
int start = here; // * 2; - NA for m64