Hi there, I just got a new BELA CAPLET (fried the previous one) and the PEPPER version v2, now I start the usual patch I have but the output working is the 1 and 2 (the J9 jumper), while the rest is not working. I tried an old Pepper v1 board and does the same. Should I activate the outputs somewhere in the Capelet?

Is my jumper setting wrong somehow?

Final question, v2 has 12V amplification, what is the maximum amplitude of Voltage in the output?

The latest bela cape needs a modern v0.3.8h image. If you are using an old sd card, that may explain why it doesn't work

Ok I think I got it working again. I forgot what to do when OS says:
Add correct host key in /Users/jestern/.ssh/known_hosts to get rid of this message.
I have to upload some files via terminal and it doesn't let me.

jestern77 had to use sudo

That's the wrong way of fixing it and it only takes you so far (i.e.: next time you use a different board and the same problem, it won't work neither with sudo nor without it).

You should instead do ssh-keygen -R hostname, replacing hostname with the name of the host that caused the conflict, e.g.: bela.local or 192.168.7.2, depending on what you used.

ok thanks Giulio! Noted it down this time.