Replies: 1 comment
-
hallo eh2K |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
a little teaser:
Besides the alternate firmware I'm a bit further, and have a new prototype running, which is very similar to the OC. I have deliberately chosen similar components (encoder, display, buttons) because I wanted to make the sourcing as easy as possible for DIYers. Building is actually even easier, because of the central component: the daisy-submodule.
There are several expansion pins ike USB, I2C on the pcb. I am currently unsure if I should replace the Midi-In with a Led-Button (PB6149L). The current pcb is a mixture of through-hole (ICs, Header) and SMD (most resistors - I will try to change them from 603 to 805 in the next PCB version, if there is enough space).
The BOM is straightforward - besides the standard components ( jacks, encoders, buttons) a SH1106 display (same as the OC) and only 2 ICs are needed: 74HC165 shift-register and an opto-coppler (4N35 or H11L1M) for the midi-in.
More details: https://github.com/eh2k/squares-and-cir ... -Prototype
A few considerations regarding software.
In comparison to the OC, we have here only 2 audio outputs. Unfortunately, the DaisySM CV outputs (12bit DAC) designed for the 0-5V range, and not suitable for audio - otherwise I would have used them somehow. However, on the PCB there are 2 jumpers where you can switch A and B jacks between CV or audio in.
There are no direct triggers. The 8 CVs can be used as CV or also as triggers.
On the whole, I have the current "squares-and-circles" firmware running on the DaisySM without any major hurdles. Currently I'm stuck on the ADCs - and try to get out here what is possible - for me that would be a killer feature if I could use all CV inputs also for audio. Compared to Teensy the internal ADCs (16bit) are not so bad.
Feel free for feedback or any hints. I hope to find the time to make the module more "finished". If you have interest in PCB or DIY kit, you could send me a email without obligations - so that I can estimate whether there is any demand at all.
eh2k
Beta Was this translation helpful? Give feedback.
All reactions