logo elektroda
logo elektroda
X
logo elektroda

Help please?: some leads on how to design this electronic volume control?

432 10
Best answers LABEL_AI_GENERATED

How can I design a relay-based audio volume control that steps through 40 positions, remembers the last setting when powered off, and responds to IR or touch-button commands?

Use a low-power CMOS microcontroller rather than a 555/4017 counter if the control must remember state and know its current position [#21661408] A PIC 18F series part or a Cypress PSoC was suggested because they can stay idle when no volume change is requested and only wake on an input, although even then IR receiver noise may wake the controller unnecessarily [#21661408] If you want to keep the digital section quieter, use a standard or quasi-standard IR protocol with an off-the-shelf receiver and dedicated interface ICs instead of inventing your own from scratch [#21661407] Another approach was to use CMOS logic with a backup battery or super-cap to retain the relay state, plus serial-to-parallel shift registers or synchronous counters with 1-of-16 decoding to step through positions [#21661410] The thread also suggested that any solution needing to “know” its position points strongly toward microprocessor control, because it gives the flexibility to increment/decrement, stop at end limits, and restore the last setting after power-up [#21661408][#21661410]
AI summary based on the discussion. May contain errors.
ADVERTISEMENT
  • Microcontroller-based relay ladder with position memory

    #1 21661404
    Quentin Craven
    Anonymous  
  • ADVERTISEMENT
  • Binary relay selection instead of 40 relays

    #2 21661405
    Jeff Evemy
    Anonymous  
  • ADVERTISEMENT
  • Relay-based stepped attenuator needs microprocessor control guidance

    #3 21661406
    Quentin Craven
    Anonymous  
  • Recommend using existing IR control standards

    #4 21661407
    DAVID CUTHBERT
    Anonymous  
  • ADVERTISEMENT
  • Low-power microcontroller preferred for IR volume control

    #5 21661408
    Jeff Evemy
    Anonymous  
  • Relay-driven volume control using LM3914 and digital pot

    #6 21661409
    Sarah Harris
    Anonymous  
  • ADVERTISEMENT
  • CMOS volume control using shift registers or counters

    #7 21661410
    Steve Lawson
    Anonymous  
  • #8 21661411
    Quentin Craven
    Anonymous  
  • #9 21661412
    Quentin Craven
    Anonymous  
  • #10 21661413
    Quentin Craven
    Anonymous  
  • #11 21661414
    Steve Lawson
    Anonymous  

Topic summary

LABEL_AI_GENERATED
The discussion centers on designing an electronic audio volume control using 40 relay-operated L-pad attenuators per stereo channel, controlled incrementally via IR remote or amplifier touch screen without mechanical knobs. The approach favors resistor networks switched by relays over motorized or solid-state potentiometers for superior sonic quality. Challenges include sequentially activating 40 relays to achieve fine attenuation steps. Suggestions include using microprocessors for flexible control, with caution about clock noise, or employing CMOS logic circuits such as 555 timers and 4017B decade counters for stepping through relay outputs. Alternative relay count reduction via binary selection with fewer relays was proposed but dismissed due to safety and noise concerns. The design must minimize contact noise, relay back-EMF, and electromagnetic interference by careful component selection, shielding, and wiring with oxygen-free copper leads. IR interface standards and dedicated receiver ICs were recommended to simplify remote control integration. Proposed control ICs and components include PIC18F microcontrollers, Cypress PSoC, Vishay IR receivers, LM3914 LED bar drivers adapted for relay driving, 4093 IC for digital potentiometer control, 74AC299, and CD40104B synchronous counters. Backup power (battery or super-cap) is suggested to maintain relay states when powered down. The overall consensus favors a microcontroller-based solution for precise, quiet, and flexible relay control in a high-end audio volume attenuator system.
AI summary based on the discussion. May contain errors.
ADVERTISEMENT