My MUSES 72320 volume control

Hello,
I want a volume controller as versatile as possible:
I have built an PASS ACP+ headphones amplifier and plan to built other preamp or other headphonses amplifer .... I want to use the same volume kit to all

  • isolated digital and analog section to facilitate the integration for the future project
  • No amp op in the signal path
  • in two PCB to reduce analog path wire . (the MUSES as close as possible of the analog input and preamp imput).
  • with input select
  • with output select

Do the test today and the muse is completely quiet, I like the sound ( I have moved from ALPS POT)

to do list:
- adding IR controller in the software

**10/12/2023

  • The implementtaion of the IR control is finished
  • Attached all KICAD project file
  • Hex file for the PIC16F18346
Will be updated for MUSES72323 when I have one :)


The OLED display is with SSD1309 controller ( SPI version), this display is available in two size ( 1.54" and 2.42")

  • The Ir contoller is a clone from ali***
  • The IR receiver is IRM-56384F65 ( standard type ) I've got it there
  • The rotary encoder is standard too , the model that I use is this model , If you use another model , May be you need to tweak the anti bounce capacitor value ( 22nf to 100nF)

The use of the software (PIC) and project file is allowed only for personnal and DIY use.

For commercial use, please PM me

Enjoy !!! :)
 

Attachments

  • LAL_2945.JPG
    LAL_2945.JPG
    366.5 KB · Views: 459
  • LAL_2949.JPG
    LAL_2949.JPG
    313.5 KB · Views: 443
  • LAL_2950.JPG
    LAL_2950.JPG
    343.7 KB · Views: 427
  • LAL_2948.JPG
    LAL_2948.JPG
    323.1 KB · Views: 452
  • MUSES72320.zip
    208.5 KB · Views: 122
  • PIC16f18346_Muses72320-HEX.zip
    15.5 KB · Views: 137
  • Volume contoller V1.zip
    225.6 KB · Views: 130
  • 16f18346_-80to0db.zip
    16.1 KB · Views: 106
Last edited:
  • Like
  • Thank You
Reactions: 8 users
Hi lalaina!
How are you doing with the development? Have you made progress with the project?
Regards!
D'
Hi Deenoo

I was little busy ( distracted by the beautifull sound of the ACP+ with the muses volume control:) )but I'm finishing the test of the IR code now in another test platform.
I think that after 20 to 30 days, I will finish to implement it in the project.

Regards
 

Attachments

  • IMG_20231008_063239_924.jpg
    IMG_20231008_063239_924.jpg
    324.5 KB · Views: 199
  • Capture d’écran 2023-10-08 063520.jpg
    Capture d’écran 2023-10-08 063520.jpg
    128.5 KB · Views: 204
  • Like
Reactions: 1 user
I'm curious why you'd need a digital isolator in the first place. The digital is only wiggling when you change the volume. Do you care tremendously about the sound quality then (assuming the digital wiggle would even make it into the audio signal)?

Tom
You are absolutely right . But I'm not an expert in layout :) and I want avoid any ground loop or ground noise. I prefer isolate completely the digital ground an analog ground.
Like that too, I can use the KIT to all my future project ( a versatile kit as possible ) . I can use a separate power supply without caring about gound noise... :)
I use the PAI140M30 isolator.
https://www.rpsemi.com/uploads/soft/20230314/2-230314154S5400.pdf
 
  • Like
Reactions: 1 user
The second reason of use of the isolator is as level shifter to the MUSES
The OLED display accept olny 3.3V, I have decided to use 3.3v for the digital section.

in atach the analog section with the isolator
 

Attachments

  • Capture d’écran 2023-09-26 155826.jpg
    Capture d’écran 2023-09-26 155826.jpg
    263.9 KB · Views: 279
Hello,
I want a volume controller as versatile as possible:
I have built an PASS ACP+ headphones amplifier and plan to built other preamp or other headphonses amplifer .... I want to use the same volume kit to all

  • isolated digital and analog section to facilitate the integration for the future project
  • No amp op in the signal path
  • in two PCB to reduce analog path wire . (the MUSES as close as possible of the analog input and preamp imput).
  • with input select
  • with output select

Do the test today and the muse is completely quiet, I like the sound ( I have moved from ALPS POT)

to do list:
- adding IR controller in the software

**10/12/2023

  • The implementtaion of the IR control is finished
  • Attached all KICAD project file
  • Hex file for the PIC16F18346
Will be updated for MUSES72323 when I have one :)


The OLED display is with SSD1309 controller ( SPI version), this display is available in two size ( 1.54" and 2.42")

The Ir contoller is a clone from ali***

The use of the software (PIC) and project file is allowed only for personnal and DIY use.

For commercial use, please PM me

Enjoy !!! :)
Hi Lalaina!
It's great project!
I couldn't find the type of IR receiver and rotary transmitter in the documentation, please specify.
Thank you! Dee
 
The project has started. The display arrived and the controller program was uploaded to the PIC. The controller works perfectly with the rotary encoder, but it does not respond to the Apple-clone/genuine remote control, yet. :)
20240116_181225.jpg
 

Attachments

  • Apple remotes.jpg
    Apple remotes.jpg
    207.8 KB · Views: 55
  • Like
Reactions: 2 users
Hello @lalaina , I love what you are doing here. I am working on something similar with PGA2310. I am still working on the board layout. I am very familiar with PIC processors and have done a fair amount of programming with them myself. I am also using a PIC in my project but was going to use swicthes. The rotary encoder is a much better idea so I will change to that. Did you use assembly, PICBasic or C for your source code? I can use any of those. Is the source code something you would share? That would save me much time. Cheers.
 
Last edited:
@Deenoo
New firmware updated
The 1st one is more specific to ACP+ PASS project , +9dB added to display because of the 9dB gain of the ACP+
  • -80db -0db display.
  • 4 input activated


I will send later the code of the remote I have using.
Hi Lalaina!
I just uploaded the latest version of the hex file into the PIC and both the original and the clone remote control work! :)
I am very happy! Thank you for your efforts!
Dee
 
  • Like
Reactions: 1 users
Hello @lalaina , I love what you are doing here. I am working on something similar with PGA2310. I am still working on the board layout. I am very familiar with PIC processors and have done a fair amount of programming with them myself. I am also using a PIC in my project but was going to use swicthes. The rotary encoder is a much better idea so I will change to that. Did you use assembly, PICBasic or C for your source code? I can use any of those. Is the source code something you would share? That would save me much time. Cheers.
IHi @audiosteve

I use XC8 compiler .
For the rotary encoder , I use the code shared in this website
 
  • Thank You
Reactions: 1 user
Hi Lalaina!
It's great project!

Hi. You have a great project.
It will be nice if you add an additional screen for displaying the volume scale. Like Azur851A

https://ibb.co/QpYwGV4
https://ibb.co/JdX0Z3R
https://ibb.co/T2CbR4F

View attachment 1276702
hi @Konard
the issue that the display has only 128 x 64 resolution and I use a little 8 bit microcontroller.
I want to keep the software as simple as possible...like that I don't have to deal with lot of bug. I'm not a programmer, I'm an analog man :) , I want only to use the MUSES72320. It takes a long long time to me to do the software :). I'm 50 age old :giggle:.

But I agree with you...a volume scale will be fine
 
Last edited:
  • Like
Reactions: 2 users