vigilante398
Authorized Vendor
TL;DR - tube-driven IR loader with two EEPROMs to switch between two IRs.
This one is still ongoing, but it's neat so I like talking about it. My end goal is to have a giant all-in-one box that has a tube preamp going into a tube power amp emulator into a tube-driven IR loader. When I first came up with this idea I was planning to use AMT's "Pangaea" IR loader module, so I thought the name "Gondwana" was clever. By the time I had my first working prototype of the IR loader section though, AMT had raised the prices on the modules to the point where it didn't make sense for me to proceed. I'm not a software/firmware guy, but I decided to take a swing at it myself.
The AMT module, as well as other IR loaders I've seen out there (most notably Shift Line), uses the Analog Devices ADAU1701 DSP chip. I don't usually plunge headfirst into new digital platforms, but I found that Analog has a visual block-based development software for it similar to SpinCAD for FV-1. The way Analog says to use it in the datasheet is to attach an EEPROM to it, that's where the .hex file lives to configure the chip for operation. The way the AMT module does it is to use a microcontroller (STM32) to take IR files over USB and convert them into the .hex file the ADAU1701 is looking for, then pretend to be the EEPROM.
I couldn't figure out the STM32 part so I did an easy way; I had done a single IR stored on an EEPROM on an ADAU1701 development board, so on this next test I wanted to go a step further; I have a pair of EEPROMs with the address pins on a switch, so I can switch between two IRs. I also went ahead and routed out GPIO lines for two additional pots and an LED so I can play with adding different things to the design, so this is kind of a really basic tube-driven ADAU1701 development kit. I have a couple things to work out, but so far it looks promising, I think I'm on the right track.
This one is still ongoing, but it's neat so I like talking about it. My end goal is to have a giant all-in-one box that has a tube preamp going into a tube power amp emulator into a tube-driven IR loader. When I first came up with this idea I was planning to use AMT's "Pangaea" IR loader module, so I thought the name "Gondwana" was clever. By the time I had my first working prototype of the IR loader section though, AMT had raised the prices on the modules to the point where it didn't make sense for me to proceed. I'm not a software/firmware guy, but I decided to take a swing at it myself.
The AMT module, as well as other IR loaders I've seen out there (most notably Shift Line), uses the Analog Devices ADAU1701 DSP chip. I don't usually plunge headfirst into new digital platforms, but I found that Analog has a visual block-based development software for it similar to SpinCAD for FV-1. The way Analog says to use it in the datasheet is to attach an EEPROM to it, that's where the .hex file lives to configure the chip for operation. The way the AMT module does it is to use a microcontroller (STM32) to take IR files over USB and convert them into the .hex file the ADAU1701 is looking for, then pretend to be the EEPROM.
I couldn't figure out the STM32 part so I did an easy way; I had done a single IR stored on an EEPROM on an ADAU1701 development board, so on this next test I wanted to go a step further; I have a pair of EEPROMs with the address pins on a switch, so I can switch between two IRs. I also went ahead and routed out GPIO lines for two additional pots and an LED so I can play with adding different things to the design, so this is kind of a really basic tube-driven ADAU1701 development kit. I have a couple things to work out, but so far it looks promising, I think I'm on the right track.