Easiest/cheapest way to get multiple (9-12) analog cv outputs (0-5V volt) from a single microcontroller/arduino

This page summarizes the projects mentioned and recommended in the original post on /r/synthdiy

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • EuroPi

    EuroPi: A reprogrammable Eurorack module based on the Raspberry Pi Pico

  • There is no super cheap way to get a lot of analog outputs from an MCU. Filtered PWM is your best bet for cost effectiveness (I recommend looking at the EuroPi from allen synthesis : https://github.com/Allen-Synthesis/EuroPi). Otherwise if PWM doesn't work for you, you'll need to look into DAC chips. The MCP4728 is a good spot to start, it's 12-bit and has 4 channels: https://www.adafruit.com/product/4470. Since it's I2C controlled you can have multiple of them on one bus. Maybe looking into a 16 channel PWM driver for a lot of outputs: https://www.adafruit.com/product/815. Hope this helps!

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts