Change FV-1 Program via Adruino

Kastor

New member
Hello

I want use the Arachnid MultiFX Platform pedal and controll it via an Adruino.
I understand that the program is changed on the FV-1 via S0 S1 and S2.
You alreday added the 100K resistors to ground, so I would only need to send 3.3 V to the acording inputs and done.
But the arduino outputs 5V, so do I need to add some Resistors ? Or how would that work ?

Regards
 
By my reckoning you are on the right track. This is a common requirement to translate between 3.3 Volt devices and 5 Volt devices. I think this little helper board would do the trick: https://www.sparkfun.com/products/12009

Alternately you could design with a microntroller that has a 3.3 volt supply spec. so that the problem goes away (and you use up less power).
 
There are a few ways you can do it. The board sertanksalot linked looks like a good option, or if you want to do it all yourself you could do something like this on each of the program select lines:

65
 
Back
Top