Switch for audio channels based on CD4052 multiplexer

Sdílet
Vložit
  • čas přidán 6. 09. 2024
  • Audio switch for 4 channels, based on CD4052 multiplexer + Atmega8

Komentáře • 16

  • @thespencerowen
    @thespencerowen Před 2 lety +1

    Wow, love this circuit. How did you decide what value capacitors to use on the output?

  • @FARMAN68
    @FARMAN68 Před 10 měsíci

    Can you help me in developing 8×8 8×16 and 8×32 Multi room audio matrix switcher ?

  • @weekxt
    @weekxt Před 5 lety

    Did you have to program the IC (not the multiplexer)?
    Also if I want multiple inputs, I'll probably use a bigger multiplexer but will it still work with the IC?

  • @ytrichardsenior
    @ytrichardsenior Před 5 lety

    Hey dude... What is the switching chip that handles the momentary pushbutton logic? Is that some sort of microcontroller?

    • @bsdmry
      @bsdmry  Před 5 lety

      Yes, as shown in the description, it's CD4052 multiplexer and Atmega8 microcontroller

  • @Max27653
    @Max27653 Před 7 lety +1

    Hello, can you share the schematic? That would be awesome

    • @bsdmry
      @bsdmry  Před 7 lety +4

      Here is: my-gnuradio.org/wp-content/uploads/2017/10/audio_switch.png
      Small note about this schematic: because 4052 IC has internal channel resistance, sound on an output lower then input signal.

    • @TannerPratt
      @TannerPratt Před 3 lety

      @@bsdmry is there a reference anywhere for the values of the resistors and capacitors? And maybe the code that’s running on the Atmega8?
      I plan on doing my own project with a few CD4052 ICs but with Curcuitpython. I see you’ve tied VEE on the CD4052 to ground. So it’s running in DC that way? Are the capacitors on the outputs there to counter DC bias?

  • @shreshthjha9876
    @shreshthjha9876 Před rokem

    Bro what power supply did you use for muxcd4052

    • @bsdmry
      @bsdmry  Před rokem

      The simplest way: 5V from USB

  • @Karya.Layeut
    @Karya.Layeut Před 5 lety

    Nice project, compare 4066?

  • @balajistudiofalna4656

    Hello

  • @thaidino3064
    @thaidino3064 Před 3 lety

    Ic Atmega8. You burn data in arduino ?

    • @bsdmry
      @bsdmry  Před 3 lety

      No. It's a pure C code + avr-gcc compiler. Atmega IC flashed by avrdude using raspberry pi gpios