Murad U
Murad U
@freedib I am getting this error when i try to install ```remote: Enumerating objects: 105, done. remote: Counting objects: 100% (105/105), done. remote: Compressing objects: 100% (79/79), done. remote: Total...
@freedib Thanks it all works except mdns from components. ``` Building in release mode Linking .pio/build/esp12e/firmware.elf /home/hmurad/.platformio/packages/toolchain-xtensa@src-5e1dba65eabc364c0001e57aa616c039/bin/../lib/gcc/xtensa-lx106-elf/8.4.0/../../../../xtensa-lx106-elf/bin/ld: .pio/build/esp12e/src/webserver.o:(.bss.clientIvol+0x0): multiple definition of `clientIvol'; .pio/build/esp12e/src/main.o:(.bss.clientIvol+0x0): first defined here /home/hmurad/.platformio/packages/toolchain-xtensa@src-5e1dba65eabc364c0001e57aa616c039/bin/../lib/gcc/xtensa-lx106-elf/8.4.0/../../../../xtensa-lx106-elf/bin/ld: .pio/build/esp12e/src/main.o:(.literal.app_main+0xf4): undefined reference...
@Bastian0302 what python version are you using?
You should use I2C scanner sketch to verify address. For example: https://www.esp32.com/viewtopic.php?t=4742
@aly-fly thanks for your comment here
Hi @Edzelf I found this project [ESP8266Audio](https://github.com/earlephilhower/ESP8266Audio ) where SRAM is being used. Can you tell what is done differently there? Is there any chance to use that approach for...
The issue is interruptions when the radio works. Only low bitrates works fine, like 64. I checked the antenna and it seems fine. I have seen also on Karadio project...
for example this one: http://orion.shoutca.st:8554/stream > D: Connect to orion.shoutca.st on port 8554, extension /stream > D: Connected to server > D: Switch to HEADER > D: Accept-Ranges:none > D:...
Would it be possible to add support for 23LC1024 SPI RAM? like described in this project [ESP8266Audio](https://github.com/earlephilhower/ESP8266Audio) > Using external SPI RAM to increase buffer A class allows you to...
What is the maximum value for RINGBFSIZ ? > And I dont think SPI memory will be faster than internal RAM. I thought that VS1053 is taking care of decoding...