schreibfaul1 / ESP32-MiniWebRadio

Internetradio with ESP32, I2S DAC and SPI TFT Display with Touchpad
https://www.youtube.com/watch?v=6QbPee2583o
331 stars 82 forks source link

No error, just a question to modify the setup #500

Closed pisascha closed 3 weeks ago

pisascha commented 2 months ago

hello wolle,

thank you for this nice project.

i'm new to this so sorry for the question but may you know it:

i want to built the webradio with built-in speakers. is it possible to do it with a PAM8406 amplifier? i found a sketch in the internet (but for the raspberry pi) where there is a PAM8406 wired to the PCM5102 and speakers to the PAM8406. is it possible do the same with your webradio?

Unbenannt

if this is possible is it neccesary to modify your code?

sorry for the trouble and for help in advance

schreibfaul1 commented 2 months ago

I have PAM8403 in use and it works. For the power supply you need at least 3A (2x 5W + 1A for the ESP32), I would dimension it a little larger, perhaps this: image Then you should make sure that the analogue part is positioned as far away as possible from the WiFi antenna of the ESP. Every cm of wire acts as an antenna and this can cause interference noise.

pisascha commented 2 months ago

Thank you for your quick reply and the suggestion.

pisascha commented 2 months ago

Hey Wolle, my parts arrived yesterday and now i want to start. Do I have to disactivate the hardware I don't use (e.g. ir) in common.h or is it done automatically?

schreibfaul1 commented 2 months ago

If you do not want to connect an IR receiver, it is better to set the pin to -1. If you set a pin, it should not remain unconnected for an input.

pisascha commented 2 months ago

Ok, thank you for your reply. That is what I thought.

Thank you for your trouble, i appreciate your work

pisascha commented 2 months ago

I checked my boxes of raspi -stuff and found a 1838-based ir receiver modul. Hope this will work, have a test in the next few days

pisascha commented 2 months ago

Good morning wolle,

I want use my ESP32-s3 n16r8 with this microsd-modul

image

Due to your manual i didn't touch the resistor(s) on the modul cause i use the s3 model.

Now i get this error message

image

What mistake am I making? Thank you for help!

Ps my display stays dark

valera39 commented 2 months ago

pisascha, Back in the radio version 1.0 Wolle wrote that such an adapter can not be used without modification CATALEX MicroSD Card Adapter So it is better and easier to use those recommended by the author in the documentation folder of the project

pisascha commented 2 months ago

Thank you very much for your help

schreibfaul1 commented 2 months ago

I can only advise against the Catalex adapter. The modification is difficult and there is no guarantee that it will work well. This board is intended for the old Arduino chips with 5V output. If you have an adapter for your SD card, simply solder 5 wires to it without any other components. image

pisascha commented 2 months ago

thank you, i did it the direct way and now it works.

but there is a problem with my display. first it worked and now it stays white.

github-actions[bot] commented 1 month ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 3 weeks ago

This issue was closed because it has been inactive for 14 days since being marked as stale.