Can you store programs on an Arduino?

Hardware questions and issues with the FV-1

Moderator: frank

Post Reply
ozerik
Posts: 1
Joined: Thu Aug 23, 2018 1:49 pm

Can you store programs on an Arduino?

Post 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.
rlanger
Posts: 1
Joined: Sat Aug 25, 2018 12:44 am

Re: Can you store programs on an Arduino?

Post 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!
Sweetalk
Posts: 141
Joined: Thu Oct 15, 2009 5:13 am

Re: Can you store programs on an Arduino?

Post by Sweetalk »

Yes, you have to emulate an eeprom with the arduino.
Post Reply