apologies in advance for the misleading topic line—
i want to open source the trilogy hardware: white whale, meadowphysics, and earthsea
especially with @scanner_darkly’s multipass framework these hardware layouts become interesting options for re-firmwaring, or for those who want more dedicated control over MP/ES than the ansible ports.
the situation:
these modules are all two boards: the interface board (knobs, jacks) and the logic board.
my initial design of the logic board has insufficient power protection and requires the case to do all the 5V which is simply a bad idea. in short, i don’t want to see more of these boards exist.
i heavily revised the logic board when ansible came out— it’s mechanically and electrically pin compatible with the old trilogy interface boards.
however i did not include an external ADC chip on the logic board, but routed these pins to the internal ADC of the AVR32. this is a downgrade by a couple bits (14 to 12) but i honestly don’t think that matters a whole lot for control-rate knob input.
so for the “new” logic boards to work with the “old” trilogy designs we’d need an update to libavr32 in addition to each module’s firmware, along with some testing. furthermore if this is realistically going to happen i could use a hand cleaning up the files into a neat package.
i’m posting this in case anyone is interested and has the time/skills to make this happen— i can offer support with hardware and some minimal amount of guidance— so this is not a great project perhaps for someone with no experience in the codebase/ecosystem.
ps. likewise looking to open-source ansible hardware as the end of the year approaches— there is so much on the todo list.