Daisy without audio codec and ram? alternatives?

Hello!

I use Gen~ via Oopsy and came up with a project that only uses the dac’s to produce control voltages. It does not use the audio codec or need the additional ram. Is it possible to use the code generated from gen via the oopsy object to work on a basic STM32H750? Or, will ES make a stripped down version of daisy available at some point for only cv? I love the daisy seed, it’s just that using a full blown seed may be extraneously expensive for this little project, so I am curious if there is another way.

Thanks!

How many CVs do you need? If you need 4, then you could add an external audio codec and you only need to adjust the json file.
You may be able to use Adafruit’s Quad DAC board to add 4 more CVs, but it’ll most likely involve C++ programming to have it working with Oopsy.

There is a 1MB version of the Seed by the way.

Thanks. I only actually need 2 cv’s. Which is already possible with the seed. The needs are so basic that is why I was curious about just using the stm32. As much as I love the seed it seems like overkill for this particular project. I would use the seed for anything more complex of course.