Murad U

Results 20 comments of Murad U

No issue with the code itself. Just redirect is not working

Hi @Edzelf I was trying to modify https://github.com/Edzelf/Esp-radio/blob/65f20ce4a5334ed1a272d046e8ed7f6b73dbb5e5/Esp_radio.ino#L2478 with no success. Would you be able to advise how it can be done, maybe you can give me a clue? Thanks

@drunagr connect XRST pin to EN pin on esp8266 directly instead of 8k2 resistor. That diagram doesnt seem to be right

@Derek-K would you be able to share your code with TFT_eSPI? thanks

@Derek-K Figured out, easy. Thanks

Hi JP, I managed to port most of the code from Ka-Radio32 and the only piece I am struggling with is VS1053 driver. Can you please help me to adjust...

It doesnt help much tbh. I managed to fix **VS1053_spi_init** ``` void VS1053_spi_init() { esp_err_t ret; if(!vsSPI) vsSPI=xSemaphoreCreateMutex(); if(!hsSPI) hsSPI=xSemaphoreCreateMutex();; ESP_LOGI(TAG, "Init GPIO"); // Set CS and DCS pins as...

I managed to migrate the project to SDK 3.4 here - https://github.com/h1aji/Ka-Radio But I am experiencing issues > rst cause:4, boot mode:(3,6) @VicVa Any chance to have a look?

Hi @karawin this time I only need your help with partitions.csv Can you tell me if this is correct configuration? ``` # Espressif ESP8266 Partition Table # Name, Type, SubType,...