-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Audio Transformer #513
Comments
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
{page:WordSection1;}
-->Hi Andy, look at the schematic attached, the transformers are between the MP3 Module ( VS_out in the schematic ) and the amplifieer ( PAM in the schematic ). VREF and Pin 2 of the PAM ( solid lines ) must not be connected! You don’t need the resistors, I used them to reduce the level by 50 %, my PAM was too sensitive! Happy New Year and good luck Rainer Von: AndiLübeckGesendet: Samstag, 7. Januar 2023 17:40An: Edzelf/ESP32-RadioCc: SubscribedBetreff: [Edzelf/ESP32-Radio] Audio Transformer (Issue #513) Hi! Are these little audio transformers connected between Mp3Module and amp or between amp and speaker(so i guessed)?!Happy new year and thanks for help!—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Hello @Rainer-G, where I can find the schematic? There is just a simple list of connections in the ESP32-radio.pdf file. Your assistance is very much appreciated. |
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
{page:WordSection1;}
-->Hi Piotr, the MP3 Module is the VS1053, I attached this extract of my Board layout for Andy: The VS_Out Pins war named so on my circuit diagram, the VS1053 has a 3,5 mm jack without names, so if you plug in a cable, the ground wire is the Vref and the other two are analog right resp. Left. My PAM8610 also has a similar jack: So, if you have the same configuration and do not want to de-solder the jacks, simply cut a standard 3,5 to 3,5 mm audio cable in the middle and connect the open ends with the transformers as above. Good luckRainer Von: petervflockeGesendet: Donnerstag, 12. Januar 2023 11:48An: Edzelf/ESP32-RadioCc: Rainer-G; MentionBetreff: Re: [Edzelf/ESP32-Radio] Audio Transformer (Issue #513) Hi Andy, look at the schematic attached, the transformers are between the MP3 Module ( VS_out in the schematic ) and the amplifieer ( PAM in the schematic ). VREF and Pin 2 of the PAM ( solid lines ) must not be connected!Hello @Rainer-G, where I can find the schematic? There is just a simple list of connections in the ESP32-radio.pdf file.Saying MP3 Module have you meant vs1053? I cannot find there VS_out pin. On the PAM 8403 (link) you mean pin 8 VRF and pin2 PGND? Is it necessary to break the existing connection?Your assistance is very much appreciated.CheersPiotr—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Hi Rainer, thanks for your quick response. I see you use the PAM8610 not the simple one PAM8403, that clarifies my doubt. As you answered via an email, I believe, github removes all attachments, that the reason we do not see any attachments. Thanks and best regards |
Hallo! Sorry für die späte Rückmeldung! Ich versuchs mal auf Deutsch auch wenn das etwas gegen die Regeln ist! |
Als je een gescheiden voeding hebt voor de versterker, dan moet de GND van de versterker niet verbinden met de GND van de ESP32, maar met de common van de 3.5 aansluiting. Geen trafo's nodig dus. |
Hi Andi, |
Just for the sake of clarity regarding grounding the output from the VS1053- see https://learn.sparkfun.com/tutorials/mp3-player-shield-hookup-guide-v15: To quote:
This may not be relevant in this particular case, but may be of value for anyone searching on whether the VS1053 output can be grounded. Rather, isolating transformers or capacitors should be used. I have a VS1053 board of the type commonly available from Internet vendors and have measured the voltage- 1.25V- between the DGND input pin and output jack sleeve, which might be expected to be grounded. The current VS1035 board made by Adafruit has isolating capacitors installed. |
I apologize this is off topic but what is the graphics on the display, looks like a equalizer graph? |
Just go for searching ' lotfi spectrum analyzer ' or ' lotfi esp32 radio equalizer ' ....just a few lines of code to add on the original sketch! Greetings |
Hi! Are these little audio transformers, on the PCB, connected between Mp3Module and amp or between amp and speaker(so i guessed)?!
Happy new year and thanks!
The text was updated successfully, but these errors were encountered: