Well I am very excited about this project. I will finish my M3 first though! 

Be a part of the community.
It's free, join today!

here's the link:
web-enabled amps, preamps, input selectors, output selectors. queryable 'boxes' that could report their voltages or heatsink temperatures when asked. boxes that work together in a network and when the one in control says 'its sleep shutdown time now' they all power off in their own way, in the right sequence. when the master box says 'user wants to switch from headphone amp to speaker amp' all the right boxes do their proper things, such as a volume slow fade to zero, then mute, then power off. the other box will power on, delay a bit, then rise the volume up to its last set value. that kind of distributed 'script' is now possible with this kind of infrastructure.
at the end of an hour, it slowly fades down the volume, then sends an x10 'power down' command to the amplifier and finally shuts off all the lcd light (backlight) and goes into standby mode.




|
What inspired the use of the Arduino over something with an ARM7 or ARM9 core? It sounds like you guys aren't leveraging too much code from the existing Arduino code out there, so that merit may be a bit lost?
|
| I've always found the Arduino to be an exceptionally capable platform, but more often than not as the task becomes more and more complex, the ability for the Arduino [any 8-bit AVR] to meet the task's needs diminishes. |
| Especially, if there are response time constraints that are sought, such as changing the volume within 10ms of receiving an input. |
|
I'm trying to decide if I'd rather have control over an external relay-based attenuator or control the volume control in the digital domain through the DAC. I guess an attenuator would be more versatile when I finally buy/build a record player. I'm assuming both are possible / not too difficult with this controller?
|
