Page 1 of 1

Can you store programs on an Arduino?

Posted: Thu Aug 23, 2018 2:04 pm
by ozerik
The FV-1 uses the IC2 format to communicate with the EEPROM.

Now, there's dedicated SDA and SCK pins on the Arduino Nano, so could I somehow store programs (patches? effects? I'm new to all this DSP terminology) in the Arduino's memory?

OMG this would make me happy.

Re: Can you store programs on an Arduino?

Posted: Sat Aug 25, 2018 12:58 am
by rlanger
This seems a quite clever idea! So you could store more FV-1 programs externally plus parameter descriptions etc. This means the Arduino would act as an emulated EEPROM. A short googling for "arduino i2c eeprom emulator" brought several results; I thing it's worth investigating them!

Re: Can you store programs on an Arduino?

Posted: Sat Aug 25, 2018 6:26 am
by Sweetalk
Yes, you have to emulate an eeprom with the arduino.