Categories
Hardware Technology

USB CV/Gate controller with one channel

I completed the first Arduino based controller. It has a single control voltage and a single gate, both directly wired to a male 3.5mm connector. Using serial commands over the USB connection, it allows specifying the control voltage between 0 and 5V(*), and the binary gate value (TTL logic).

*) although the design was meant to go up to 5V, the voltage controller in the cheap Arduino Nano that I purchased on Ebay only delivers up to 4.57 Volt. This is how it connects to a computer:

2015-10-03 18.00.19

A look at the inside of the 50x25x25 mm aluminium enclosure. I would not have been able to fit many more components in this box.

2015-10-03 16.35.52

The Arduino is running this sketch. In MATLAB I made a cvgate object and helper/test function.

Leave a Reply

Your email address will not be published. Required fields are marked *