I've constructed a 5x5x5 led cube, that will use an external eeprom (24C256) to store the designs that will be displayed.
I do already have a TXT file containing the information that I have to store in the EEPROM. The question is: how to do that?
I've started using serial communications: an application in processing reads the file and send it via the COM port, the Arduino receives the data and sends it to the EEPROM via I2C. So far i wasn't successful, but I blame that on my poor knowledge of Processing.The EEPROM gets full of dirt, and has lots of 255 bytes.
So the other alternative was saving the file into an SD card, and then solve everything in the Arduino. Maybe that should work. has anyone done something like that?
Is there an easier way?
Regards