ESP32-MiniWebRadio icon indicating copy to clipboard operation
ESP32-MiniWebRadio copied to clipboard

how to connect ILI 9488 with SD CARD

Open Tymonek87 opened this issue 1 year ago • 8 comments

Hi,

How should I connect ILI 9488 with SD CARD? I have an error with my SD card all the time. Which pin should I use

Tymonek87 avatar Mar 09 '24 19:03 Tymonek87

Hello,

I think you've already figured it out yourself, but here are the pins again.

Display PIN -----------ESP32-S2----- ---- ESP32-S3

SD_CLK = SD_MMC_CLK ---------- 14 ----- 13 SD_MISO = SD_MMC_D0 --------- 2 ----- 11 SD_MOSI = SD_MMC_CMD ------ 15 ----- 14

The three resistors on the display should actually be removed. For me it only works with the resistors on one display and on another they have to be removed. You have to find that out yourself. You may need a 10K pullup on D0 when using ESP 32-S2.

You should first minimize SDMMC_FREQUENCY to 20 MHz or possibly even smaller since not all SD cards work with 40 or 80 MHz.

Have fun testing :)

Arne65 avatar Mar 11 '24 07:03 Arne65

Hello,

Yes, i have figured out ;) But there are some other changes... For example, I have VS1053 and you have not supported it anymore :( I have to buy DAC. I am trying to run V2.15 but I have an issue with the connection to Wifi. I have problems with the credentials ( even if they are good) and the stability of AP 192.168.4.1 connection.

Regards, Tom

On Mon, Mar 11, 2024 at 8:01 AM Arne65 @.***> wrote:

Hello,

I think you've already figured it out yourself, but here are the pins again.

Display PIN ESP32-S2 ESP32-S3

SD_CLK = SD_MMC_CLK 14 13 SD_MISO = SD_MMC_D0 2 11 SD_MOSI = SD_MMC_CMD 15 14

The three resistors on the display should actually be removed. For me it only works with the resistors on one display and on another they have to be removed. You have to find that out yourself. You may need a 10K pullup on D0.

You should first minimize SDMMC_FREQUENCY to 20 MHz or possibly even smaller since not all SD cards work with 40 or 80 MHz.

Have fun testing :)

— Reply to this email directly, view it on GitHub https://github.com/schreibfaul1/ESP32-MiniWebRadio/issues/363#issuecomment-1987746651, or unsubscribe https://github.com/notifications/unsubscribe-auth/AT3THEVHAJAFADJ5JCAXWEDYXVJDXAVCNFSM6AAAAABEOKO6SOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBXG42DMNRVGE . You are receiving this because you authored the thread.Message ID: @.***>

Tymonek87 avatar Mar 11 '24 07:03 Tymonek87

I think you will use a dev kit with a PCB antenna. Since I've had similar problems before, I only use ESP with ext. Antenna. But that could also be due to my location. Maybe your WiFi signal from your router is too weak. Try moving your setup closer to your router. I can't say with certainty to what extent version 2.15 still works with the VS1053 because I only use DAC.

Arne65 avatar Mar 11 '24 08:03 Arne65

Hi,

Which DAC will the Best for this project ?

Regards Tom

pon., 11 mar 2024, 09:21 użytkownik Arne65 @.***> napisał:

I think you will use a dev kit with a PCB antenna. Since I've had similar problems before, I only use ESP with ext. Antenna. But that could also be due to my location. Maybe your WiFi signal from your router is too weak. Try moving your setup closer to your router. I can't say with certainty to what extent version 2.15 still works with the VS1053 because I only use DAC.

— Reply to this email directly, view it on GitHub https://github.com/schreibfaul1/ESP32-MiniWebRadio/issues/363#issuecomment-1987851146, or unsubscribe https://github.com/notifications/unsubscribe-auth/AT3THEVVWZGIPLURQ3JAS2TYXVSPJAVCNFSM6AAAAABEOKO6SOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBXHA2TCMJUGY . You are receiving this because you authored the thread.Message ID: @.***>

Tymonek87 avatar Mar 11 '24 16:03 Tymonek87

Hi Tom, it depends on the availability in your country. A good choice is PCM5102. If you want to connect an amplifier (for speakers) behind it, it is important to use a sufficiently powerful power supply that provides separate voltages for analogue and digital.

schreibfaul1 avatar Mar 11 '24 18:03 schreibfaul1

Do I need BT emiter in case od using PCM5102 ??

Tymonek87 avatar Mar 13 '24 21:03 Tymonek87

The BT transmitter is optional, it also works without it.

schreibfaul1 avatar Mar 14 '24 04:03 schreibfaul1

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

github-actions[bot] avatar Apr 14 '24 03:04 github-actions[bot]

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

github-actions[bot] avatar Apr 29 '24 02:04 github-actions[bot]