This is the Arduino code, PCB layouts and 3D drawings for a HiFi passive preamplifier. It has the following features:
- Volume control and input selection via encoder and Apple remote.
- Uses a 256 step R2R relayed based attenuator.
- Completely passive.
- Only 5V power required.
- Adafruit NeoPixel shows volume level with colour.
- Sleep mode with low power consumption: 0.9W.
Full build details can be found here: http://www.diyaudio.com/forums/analog-line-level/275446-passive-preamp-arduino-based-remote-control-relay-r2r-input-selection.html
- MCP23S17: Controlled via SPI. This is the R2R relayed attenuator and controls the volume.
- MCP23S08: Controlled via SPI. For the input selector and mute.
- Adafruit NeoPixel: Controlled via a single-wire control protocol.
- IR sensor: Standard 38Khz type.
- Bourns EM14 Rotary Optical Encoder with switch.
- Modushop Galaxy Maggiorato GX187 with custom machined front and rear.
PCB and schematics are provided in EAGLE PCB format.
Front and rear panel 3D drawings are in AutoCAD format.
The IRremote library is from here: https://github.com/z3t0/Arduino-IRremote
Adafruit NeoPixel library is from here: https://github.com/adafruit/Adafruit_NeoPixel