Arduino theremin problem.

Hi,
Speaker is pin8, your and the original diagram are using pin 10.

Move wire from 10 to 8.
or change
int SPEAKER = 8;
to
int SPEAKER = 10;

Hope it fixes the problem... Tom.. :slight_smile: